OutboundDetail
{
"customerId": "string",
"customerName": "string",
"loads": [
{
"id": "string",
"loadNumber": "string",
"carrierName": "string",
"carrierAccount": "string"
}
],
"equipmentType": "VEHICLE",
"equipmentNo": "string",
"locationId": "string",
"locationName": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| customerId | string | false | none | none | |
| customerName | string | false | none | none | |
| loads | [LoadDetail (opens in a new tab)] | false | none | none | |
| equipmentType | string | false | none | equipment type | |
| equipmentNo | string | false | none | none | |
| locationId | string | false | none | none | |
| locationName | string | false | none | none |
Enum Values
| Property | Value |
|---|---|
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |