List all Orders with their Opcodes
List all Orders with their Opcodes
Path Parameters
department_token string required
application/json
Request Body required
toOrderDate date-time
fromOrderDate date-time
pageNo string
size string
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
statusCode int32
ordersWithOpcodes object[]
orderUuid string
orderNumber string
orderDate string
opCodesList string[]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"statusCode": 0,
"ordersWithOpcodes": [
{
"orderUuid": "string",
"orderNumber": "string",
"orderDate": "string",
"opCodesList": [
"string"
]
}
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...