orderInsertStatus is used as a reply structure after inserting an order. It supplies a token that can be used for further request like getting the current order status.
orderInsertStatus
Field |
Type |
Required |
Description |
token |
string |
true |
Token specifies the uniquely created id used to store the order in the Harmony platform |
status
Field |
Type |
Required |
Description |
message |
string |
true |
Human readable explanation of the status. For example the reason of failure |
status |
int |
true |
Statuscode to specify the status of the call. Status will follow HTTP status codes where possible |