post
https://mapi-sandbox.unimaze.com/api/v1/transactions/submit-order-response
Creates a SubmitOrderResponsebusiness transaction from a metadata structure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The more parameter of the call informs the server whether additional document attachments are expected or not and then updates the message status. If no more documents will be added, the call sets the status of the message to received. Otherwise, the message remains open and the message status is notset.
Please note that there are both basic and advanced versions available for an order response:
- In its basic version, only simple status changes are supported (approve/reject).
- In its advanced version, changes are supported from the supplier side.
The following example contains the minimum JSON body required to create a valid order change. These elements are mandatory.
{
"orderResponse": {
"orderResponseNo": "ORDRSP19100074",
"issueDate": "2023-09-08T10:15:42.774Z",
"orderReference": "O07",
"orderResponseCode": "CA",
"currencyCode": "ISK",
"supplier": {
"name": "Test Party One",
"identifier": "0196:1111118899"
},
"customer": {
"name": "Test Party Two",
"identifier": "0196:2222228899"
},
"orderLines": [
{
"itemNo": "FS4451",
"lineStatusCode": "5",
"name": "Cranberry and nuts trail mix",
"orderLineReference": "1",
},
{
"itemNo": "CT3397",
"lineStatusCode": "5",
"name": "Coffee creamer powder French vanilla 1.36 kg",
"orderLineReference": "1"
},
{
"itemNo": "FS7813",
"lineStatusCode": "7",
"name": "Snacks package (cookies bars chips candy) 60 count",
"orderLineReference": "1"
},
{
"itemNo": "CT7405",
"lineStatusCode": "7",
"name": "Orange cinnamon black tea blend loose leaf",
"orderLineReference": "1"
}
]
}
}