Get special order history
Get special order history
Path Parameters
department_token string required
uuid string required
Query Parameters
type string required
Possible values: [SPECIAL_ORDER_HEADER
, SPECIAL_ORDER_DETAIL
]
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
statusCode int32
specialOrderHistoryList object[]
activityKey string
timeStamp date-time
saName string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"statusCode": 0,
"specialOrderHistoryList": [
{
"activityKey": "string",
"timeStamp": "2024-12-31T19:51:39.891Z",
"saName": "string"
}
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...