LoadView
{
"id": "string",
"loadId": "LOAD-12345",
"loadStatus": "string",
"loadNo": "string",
"shipMethod": "string",
"carrierId": "string",
"appointmentTime": "2025-08-08T10:00:00",
"appointmentId": "string",
"orderIds": [
"string"
],
"customerId": "string",
"masterBol": "string",
"sealNo": "123456",
"customerName": "string",
"carrierName": "string",
"orderViews": [
{
"id": 0,
"orderId": "string",
"orderStatus": "string",
"customerId": "string",
"poNo": "string",
"referenceNo": "string",
"retailer": "string",
"shipFrom": "string",
"shipTo": "string",
"totalPalletQty": 0,
"totalCartonQty": 0,
"itemInfos": [
{
"itemId": "string",
"itemName": "string",
"itemQty": "string",
"palletQty": "string",
"itemSpecDesc": "string",
"itemSpecName": "string",
"uomId": "string",
"qty": "string"
}
],
"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": [
"string"
],
"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": [
"string"
],
"latitude": "string",
"longitude": "string",
"crmAddressId": "string"
},
"appointmentTime": "string",
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"value": "string",
"fieldName": "string",
"longValue": "string",
"shortValue": "string"
}
],
"proNos": [
"string"
],
"invoicePros": [
"string"
],
"doNos": [
"string"
],
"tripNo": "string",
"shippedTime": "string"
}
],
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"value": "string",
"fieldName": "string",
"longValue": "string",
"shortValue": "string"
}
],
"equipmentType": "TRAILER",
"equipmentNo": "string",
"referenceNoList": [
"string"
],
"poNoList": [
"string"
],
"templateLoadKey": "string",
"proNos": [
"string"
],
"invoicePros": [
"string"
],
"doNos": [
"string"
],
"tripNos": [
"string"
],
"loadType": "string",
"stagingLocationName": "string",
"shippedTime": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| id | string | false | none | Unique numeric identifier for the load record | |
| loadId | string | false | none | Load identifier | |
| loadStatus | string | false | none | Current status of the load | |
| 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 | |
| customerName | string | false | none | Customer name | |
| carrierName | string | false | none | Carrier name | |
| orderViews | [OrderView (opens in a new tab)] | false | none | Order details associated with the load | |
| dynamicFieldValues | [DynamicFieldValueView (opens in a new tab)] | false | none | Dynamic field values for custom attributes | |
| equipmentType | string | false | none | Equipment type for the load,values: TRAILER,CONTAINER,CHASSIS,FLATBED,OTHER | |
| equipmentNo | string | false | none | Equipment number | |
| referenceNoList | [string] | false | none | List of reference numbers | |
| poNoList | [string] | false | none | List of PO numbers | |
| templateLoadKey | string | false | none | Template load key used for generating loads from templates | |
| proNos | [string] | false | none | List of PRO numbers | |
| invoicePros | [string] | false | none | List of invoice PRO numbers | |
| doNos | [string] | false | none | List of delivery order numbers | |
| tripNos | [string] | false | none | List of trip numbers | |
| loadType | string | false | none | Load Type (From WMS or configuration) Type Matching for Location Recommendations loadType | |
| stagingLocationName | string | false | none | stagingLocationName | |
| shippedTime | string | false | none | shippedTime |