ReferenceHistory
Add Order History
Add an order action history to a specific order, authorise with basic auth.
POST
/v1/orders/{reference}/history
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
content?unknown
Response Body
curl -X POST "https://loading/v1/orders/string/history" \ -H "Content-Type: application/json" \ -d '{}'
{
"success": true,
"errors": [
{
"description": "string"
}
]
}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?