submitInvoices操作的请求架构。{
"invoices": [
{
"invoiceType": "Invoice",
"id": "string",
"referenceNumber": "string",
"date": "2019-08-24T14:15:22Z",
"remitToParty": {
"partyId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalOrZipCode": "string",
"countryCode": "st",
"phone": "string"
},
"taxRegistrationDetails": [
{
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
]
},
"shipToParty": {
"partyId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalOrZipCode": "string",
"countryCode": "st",
"phone": "string"
},
"taxRegistrationDetails": [
{
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
]
},
"shipFromParty": {
"partyId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalOrZipCode": "string",
"countryCode": "st",
"phone": "string"
},
"taxRegistrationDetails": [
{
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
]
},
"billToParty": {
"partyId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalOrZipCode": "string",
"countryCode": "st",
"phone": "string"
},
"taxRegistrationDetails": [
{
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
]
},
"paymentTerms": {
"type": "Basic",
"discountPercent": "string",
"discountDueDays": 0,
"netDueDays": 0
},
"invoiceTotal": {
"currencyCode": "string",
"amount": "string"
},
"taxDetails": [
{
"taxType": "CGST",
"taxRate": "string",
"taxAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxableAmount": {
"currencyCode": "string",
"amount": "string"
}
}
],
"additionalDetails": [
{
"type": "SUR",
"detail": "string",
"languageCode": "string"
}
],
"chargeDetails": [
{
"type": "Freight",
"description": "string",
"chargeAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxDetails": [
{
"taxType": "CGST",
"taxRate": "string",
"taxAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxableAmount": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"allowanceDetails": [
{
"type": "Discount",
"description": "string",
"allowanceAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxDetails": [
{
"taxType": "CGST",
"taxRate": "string",
"taxAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxableAmount": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"items": [
{
"itemSequenceNumber": 0,
"amazonProductIdentifier": "string",
"vendorProductIdentifier": "string",
"invoicedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"netCost": {
"currencyCode": "string",
"amount": "string"
},
"purchaseOrderNumber": "string",
"hsnCode": "string",
"creditNoteDetails": {
"referenceInvoiceNumber": "string",
"debitNoteNumber": "string",
"returnsReferenceNumber": "string",
"goodsReturnDate": "2019-08-24T14:15:22Z",
"rmaId": "string",
"coopReferenceNumber": "string",
"consignorsReferenceNumber": "string"
},
"taxDetails": [
{
"taxType": "CGST",
"taxRate": "string",
"taxAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxableAmount": {
"currencyCode": "string",
"amount": "string"
}
}
],
"chargeDetails": [
{
"type": "Freight",
"description": "string",
"chargeAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxDetails": [
{
"taxType": "CGST",
"taxRate": "string",
"taxAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxableAmount": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"allowanceDetails": [
{
"type": "Discount",
"description": "string",
"allowanceAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxDetails": [
{
"taxType": "CGST",
"taxRate": "string",
"taxAmount": {
"currencyCode": "string",
"amount": "string"
},
"taxableAmount": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
]
}
]
}
]
}