You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create multiple ASBN with REST API in one POST

Is it possible to create multiple ASBN with REST API in one POST?
We tried it using POSTMAN, but an error written below came back.

Invalid attribute "null" in the payload.

The request payload we sent is below.

[
{
"ASNType":"ASBN",
"VendorName":"XX_SUPPLIER",
"VendorSiteCode":"XXSUPPLIER_SITE",
"ShipmentNumber":"OraAPITest_ASBN_20251022_Ora_Test_1",
"ShippedDate":"2025-10-22T02:00:00+09:00",
"InvoiceNumber":"OraAPITest_AP_20251022_Ora_Test_1",
"InvoiceDate":"2025-10-22T02:00:00+09:00",
"TotalInvoiceAmount":1100,
"FreightAmount":100,
"TaxAmount":110,
"lines":[
{
"TransactionType":"SHIP",
"DocumentNumber":"PO-01-50000040",
"DocumentLineNumber":1,
"OrganizationCode":"XXXX",
"Quantity":1
}
]
},
{
"ASNType":"ASBN",
"VendorName":"XX_SUPPLIER",
"VendorSiteCode":"XX_SUPPLIER_SITE",
"ShipmentNumber":"OraAPITest_ASBN_20251022_Ora_Test_2",
"ShippedDate":"2025-10-22T02:00:00+09:00",
"InvoiceNumber":"OraAPITest_AP_20251022_Ora_Test_2",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!