Invoice Generator
POST
https://hub.apilabz.com/module/514
Business
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hub.apilabz.com/module/514' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceNumber": "string",
"date": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"company": {},
"client": {},
"items": [
"string"
],
"taxes": [
"string"
],
"notes": "string",
"paymentTerms": "string"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-03-25 08:46:26