API Docs
YMS API
Data Models
Order
RPage Result Order View

RPageResultOrderView

{
  "code": 0,
  "msg": "string",
  "success": true,
  "data": {
    "list": [
      {
        "id": 0,
        "orderId": "string",
        "orderStatus": "string",
        "customerId": "string",
        "poNo": "string",
        "referenceNo": "string",
        "retailer": "string",
        "shipFrom": "string",
        "shipTo": "string",
        "totalPalletQty": 0,
        "totalCartonQty": 0,
        "itemInfos": [
          {
            "itemId": null,
            "itemName": null,
            "itemQty": null,
            "palletQty": null,
            "itemSpecDesc": null,
            "itemSpecName": null,
            "uomId": null,
            "qty": null
          }
        ],
        "customerName": "string",
        "carrierName": "string",
        "shipToAddress": {
          "id": "string",
          "name": "string",
          "country": "string",
          "state": "string",
          "city": "string",
          "zipCode": "string",
          "fax": "string",
          "address1": "string",
          "address2": "string",
          "contact": "string",
          "phone": "string",
          "extension": "string",
          "email": "string",
          "orgId": "string",
          "orgName": "string",
          "referenceNo": "string",
          "batchCode": "string",
          "storeNo": "string",
          "shorthand": "string",
          "toHome": true,
          "tags": [
            null
          ],
          "latitude": "string",
          "longitude": "string",
          "crmAddressId": "string"
        },
        "shipFromAddress": {
          "id": "string",
          "name": "string",
          "country": "string",
          "state": "string",
          "city": "string",
          "zipCode": "string",
          "fax": "string",
          "address1": "string",
          "address2": "string",
          "contact": "string",
          "phone": "string",
          "extension": "string",
          "email": "string",
          "orgId": "string",
          "orgName": "string",
          "referenceNo": "string",
          "batchCode": "string",
          "storeNo": "string",
          "shorthand": "string",
          "toHome": true,
          "tags": [
            null
          ],
          "latitude": "string",
          "longitude": "string",
          "crmAddressId": "string"
        },
        "appointmentTime": "string",
        "dynamicFieldValues": [
          {
            "entityId": null,
            "entityType": null,
            "fieldCode": null,
            "value": null,
            "fieldName": null,
            "longValue": null,
            "shortValue": null
          }
        ],
        "proNos": [
          "string"
        ],
        "invoicePros": [
          "string"
        ],
        "doNos": [
          "string"
        ],
        "tripNo": "string",
        "shippedTime": "string"
      }
    ],
    "totalCount": 0,
    "currentPage": 0,
    "pageSize": 0,
    "totalPage": 0
  }
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
codeinteger(int64)falsenonenone
msgstringfalsenonenone
successbooleanfalsenonenone
dataPageResultOrderView (opens in a new tab)falsenonenone