InboundDetail
{
"customerId": "string",
"customerName": "string",
"receiptIds": [
"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 | |
| receiptIds | [string] | 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 |