POST
/
api
/
v1
/
Orders
/
SubmitOrders
{
  "isSuccess": true,
  "message": "<string>",
  "payload": {
    "notifications": [
      {
        "message": "<string>",
        "kind": "NotSet",
        "sourceOfNotification": "<string>"
      }
    ],
    "isSuccess": true,
    "isWarning": true
  }
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

Detail about a group of orders to import

Response

200 - application/json

OK

Generic container for all service responses