Discount Invoice Upload Format
Example
{
"AllowanceNumberPrefix": "2017061314",
"SellerID": "12345678",
"BuyerID": "87654321",
"AllowanceType": "2",
"TaxAmount": 40,
"TotalAmount": 800,
"Details": [
{
"InvoiceNumber": "AA12345678",
"SequenceNumber": "003",
"Amount": 300,
"Quantity": 1,
"UnitPrice": 300,
"Tax": 15
},
{
"InvoiceNumber": "AA12345678",
"SequenceNumber": "005",
"Amount": 500,
"Quantity": 2,
"UnitPrice": 250,
"Tax": 25
}
]
}Description
Discount Invoice Header
Discount Invoice Detail
Last updated