post https://rz3.aeb.de/demo1ma/rest/LISBF20Bean/receiveOrder
Receive a "Order" message. This creates an order in the system.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Receive a "Order" message. This creates an order in the system.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
15curl --request POST \
--url https://rz3.aeb.de/demo1ma/rest/LISBF20Bean/receiveOrder \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"metaData": {
"receiverRole": "BUYER",
"senderRole": "BUYER",
"updateMode": "STANDARD",
"idRefScheme": "DEFAULT"
},
"isWithoutReferenceItem": false
}
'
Try It!
to start a request and see the response here!