Skip to main content

List all Orders with their Opcodes

List all Orders with their Opcodes

Path Parameters
    department_token string required
Request Body required
    toOrderDate date-time
    fromOrderDate date-time
    pageNo string
    size string
Responses

OK


Schema
    statusCode int32
    ordersWithOpcodes object[]
  • Array [
  • orderUuid string
    orderNumber string
    orderDate string
    opCodesList string[]
  • ]
  • errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...