Sample Payload ( consolidate )

{
"invoices": [
{
"type": "01",
"is_consolidated": 1,
"buyer_uuid": "347fc948-3511-48c3-8bf1-27a27327d817",
"invoice": {
"number": "INV-1713",
"description": "Monthly services",
"issue_date": "2026-02-11 17:05:00",
"currency": "MYR",
"msic_code": "62010"
},
"line_items": [
{
"item": "Software Development Services",
"price": 1000,
"qty": 1,
"subtotal": 1000,
"total_excluding_tax": 1000,
"classification_code": "022",
"disc": 0,
"disc_type": "amount",
"exemption_reason": "",
"tax": [
{
"tax_type": "06",
"tax_rate": 6,
"tax_amount": 60
}
]
}
],
"total_tax": 60,
"total_excluding_tax": 1000,
"total_including_tax": 1060,
"total_payable_amount": 1060,
"total_discount_value": 0
}
]
}