Load Create CMD
LoadCreateCmd
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
loadId | string | false | none | Client-provided load identifier (optional). If not set, the system may generate one. | |
loadStatus | string | false | none | Current status of the load. Allowed values: NEW, WINDOWCHECKINDONE, LOADING, LOADED, SHIPPED, CANCELLED | |
loadNo | string | false | none | Human-readable load number or reference | |
shipMethod | string | true | none | Shipping method,allowed values: TRUCKLOAD,SMALLPARCEL,LTL,WILL_CALL | |
carrierId | string | true | none | Associated carrier identifier | |
appointmentTime | string | false | none | Appointment time | |
appointmentId | string | false | none | Related appointment identifier, if any | |
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] | false | none | Dynamic field values for custom attributes | |
equipmentType | string | false | none | Equipment type for the load,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 |