curl --request POST \
--url https://demo.onlinebillingform.com/api/v2/invoice/update-invoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invoice_id": 123,
"duedate": "<string>",
"customer_id": 123,
"comments": "<string>",
"record.item": [
"<string>"
],
"record.description": [
"<string>"
],
"record.price": [
"<string>"
],
"record.quantity": [
"<string>"
],
"record.tax_class": [
"<string>"
],
"record.tax": [
"<string>"
]
}
'{
"success": true
}curl --request POST \
--url https://demo.onlinebillingform.com/api/v2/invoice/update-invoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invoice_id": 123,
"duedate": "<string>",
"customer_id": 123,
"comments": "<string>",
"record.item": [
"<string>"
],
"record.description": [
"<string>"
],
"record.price": [
"<string>"
],
"record.quantity": [
"<string>"
],
"record.tax_class": [
"<string>"
],
"record.tax": [
"<string>"
]
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <live_api_key>.
OK