折讓單上傳格式
範例格式
{
"AllowanceNumberPrefix": "2017061314",
"SellerID": "12345678",
"BuyerID": "87654321",
"AllowanceType": "2",
"TaxAmount": 40,
"TotalAmount": 800,
"Details": [
{
"InvoiceNumber": "AA12345678",
"SequenceNumber": "003",
"Description": "折讓品名[非必要]",
"Amount": 300,
"Quantity": 1,
"UnitPrice": 300,
"Tax": 15
},
{
"InvoiceNumber": "AA12345678",
"SequenceNumber": "005",
"Description": "折讓品名[非必要]",
"Amount": 500,
"Quantity": 2,
"UnitPrice": 250,
"Tax": 25
}
]
}欄位說明
折讓單頭
Last updated