LoadUpdateCmd
{
"loadStatus": "NEW",
"loadNo": "string",
"shipMethod": "TRUCK_LOAD",
"carrierId": "string",
"appointmentTime": "2025-08-08T10:00:00",
"appointmentId": "string",
"orderIds": [
"string"
],
"customerId": "string",
"masterBol": "string",
"sealNo": "123456",
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"shortValue": "string",
"longValue": "string",
"value": "string"
}
],
"equipmentType": "TRAILER",
"equipmentNo": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| loadStatus | string | false | none | Current status of the load. Allowed values: NEW, WINDOW_CHECKIN_DONE, LOADING, LOADED, SHIPPED, CANCELLED | |
| loadNo | string | false | none | Human-readable load number or reference | |
| shipMethod | string | false | none | Shipping method | |
| carrierId | string | false | none | Associated carrier identifier | |
| appointmentTime | string | false | none | Appointment time | |
| appointmentId | string | false | none | Related appointment identifier | |
| orderIds | [string] | false | none | List of related order identifiers | |
| customerId | string | false | none | Associated customer identifier | |
| masterBol | string | false | none | Master bill of lading number | |
| sealNo | string | false | none | Seal number used on the trailer or container | |
| dynamicFieldValues | [DynamicFieldValueCreateCmd (opens in a new tab)] | false | none | Dynamic field values for custom attributes | |
| equipmentType | string | false | none | Equipment type,allowed values: TRAILER,CONTAINER,CHASSIS,FLATBED,OTHER | |
| equipmentNo | string | false | none | Equipment number |
Enum Values
| Property | Value |
|---|---|
| shipMethod | TRUCK_LOAD |
| shipMethod | SMALL_PARCEL |
| shipMethod | LTL |
| shipMethod | WILL_CALL |
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |