API Docs
YMS API
Data Models
Receipt
Receipt Update CMD

ReceiptUpdateCmd

{
  "receiptStatus": "string",
  "receiptType": "string",
  "poNo": "string",
  "carrierId": "string",
  "customerId": "string",
  "referenceNo": "string",
  "equipmentType": "VEHICLE",
  "equipmentNo": "string",
  "totalPalletQty": 0,
  "itemLines": [
    {
      "itemId": "string",
      "itemName": "string",
      "itemQty": "string",
      "palletQty": "string",
      "itemSpecDesc": "string",
      "itemSpecName": "string",
      "uomId": "string",
      "qty": "string"
    }
  ],
  "appointmentTime": "string",
  "appointmentId": "string",
  "sealNo": "string",
  "dataChannel": "YMS",
  "eventTime": "string",
  "extraData": "string",
  "carrierName": "string",
  "customerName": "string",
  "dynamicFieldValues": [
    {
      "entityId": "string",
      "entityType": "RECEIPT",
      "fieldCode": "string",
      "shortValue": "string",
      "longValue": "string",
      "value": "string"
    }
  ]
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
receiptStatusstringfalsenoneReceipt status
receiptTypestringfalsenoneReceipt type
poNostringfalsenonePurchase order number
carrierIdstringfalsenoneCarrier ID
customerIdstringfalsenoneCustomer ID
referenceNostringfalsenoneReference number
equipmentTypestringfalsenoneEquipment type
equipmentNostringfalsenoneEquipment number
totalPalletQtyintegerfalsenoneTotal pallet quantity
itemLines[ItemInfo (opens in a new tab)]falsenoneItem information list
appointmentTimestringfalsenoneAppointment time
appointmentIdstringfalsenoneAppointment ID
sealNostringfalsenoneSeal number
dataChannelstringfalsenoneData source channel
eventTimestringfalsenoneEvent time for idempotency control
extraDatastringfalsenoneExtra data in JSON format
carrierNamestringfalsenoneCarrier name
customerNamestringfalsenoneCustomer name
dynamicFieldValues[DynamicFieldValueCreateCmd (opens in a new tab)]falsenoneDynamic field values

Enum Values

PropertyValue
equipmentTypeVEHICLE
equipmentTypeTRAILER
equipmentTypeCHASSIS
equipmentTypeCONTAINER
equipmentTypeFLATBED
equipmentTypeOTHER
equipmentTypeNO_EQUIPMENT
dataChannelYMS
dataChannelWMS
dataChannelOMS
dataChannelTMS
dataChannelFMS