Create Bill by Order UAT
Create Bill by Order
POST
https://node-staging.billeasy.in/api/v1/clients/createBill
This endpoint allows you to generate e-bills for exisiting orders
Headers
Name
Type
Description
Content-Type
string
application/json
x-api-secret
string
{Contact Billeasy Representative}
x-api-access
string
{Contact Billeasy Representative}
Request Body
Name
Type
Description
file
string
This would be file type/multipart object to attach a bill pdf file directly
order_id
number
Billeasy Order ID generated from previous API's
{
"success": true,
"msg": "Bill created",
"data": {
"raw_bill_id": 33215
}
}
Last updated