Retrieve Invoice Types
Name
Type
Description
Field
Type
Description
{
"success": true,
"invoiceTypes": [
{ "code": "380", "value": "Credit Note" },
{ "code": "381", "value": "Commercial Invoice" },
{ "code": "384", "value": "Debit Note" },
{ "code": "385", "value": "Self Billed Invoice" },
//... other invoice types
]
}{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}Last updated