API Docs
YMS API
Data Models
Receipt
Rpage Result Receipt View

RPageResultReceiptView

{
  "code": 0,
  "msg": "string",
  "success": true,
  "data": {
    "list": [
      {
        "id": 0,
        "receiptId": "string",
        "receiptStatus": "string",
        "receiptType": "string",
        "poNo": "string",
        "carrierId": "string",
        "customerId": "string",
        "referenceNo": "string",
        "equipmentType": "string",
        "equipmentNo": "string",
        "totalPalletQty": 0,
        "itemLines": [
          {
            "itemId": null,
            "itemName": null,
            "itemQty": null,
            "palletQty": null,
            "itemSpecDesc": null,
            "itemSpecName": null,
            "uomId": null,
            "qty": null
          }
        ],
        "appointmentTime": "string",
        "appointmentId": "string",
        "sealNo": "string",
        "dataChannel": "YMS",
        "eventTime": "string",
        "extraData": "string",
        "carrierName": "string",
        "customerName": "string",
        "dynamicFieldValues": [
          {
            "entityId": null,
            "entityType": null,
            "fieldCode": null,
            "value": null,
            "fieldName": null,
            "longValue": null,
            "shortValue": null
          }
        ],
        "proNos": [
          "string"
        ],
        "invoicePros": [
          "string"
        ],
        "doNos": [
          "string"
        ],
        "tripNo": "string"
      }
    ],
    "totalCount": 0,
    "currentPage": 0,
    "pageSize": 0,
    "totalPage": 0
  }
}
 

Properties

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