ReferenceStatus
Update order status
Update an order to a specific status, authorise using basic auth
PUT
/v1/orders/{reference}/status
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
Path Parameters
referencestring
orderStatusId?integer
Format
int32
Response Body
curl -X PUT "https://loading/v1/orders/string/status" \ -H "Content-Type: application/json" \ -d '{}'
{
"success": true,
"errors": [
{
"description": "string"
}
]
}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?