CarrierView
{
"carrierId": "string",
"carrierName": "string",
"scac": [
"string"
],
"usdot": "string",
"mcNumber": "string",
"verified": true,
"createdTime": "string",
"createdBy": "string",
"updatedTime": "string",
"updatedBy": "string",
"carrierStatus": "ACTIVE,INACTIVE,EXCEPTION",
"knownName": "string",
"orgIds": [
"string"
]
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| carrierId | string | false | none | Unique carrier identifier | |
| carrierName | string | false | none | The name of the carrier | |
| scac | [string] | false | none | Standard Carrier Alpha Code (SCAC) - unique 4-character identification codes assigned to transportation companies | |
| usdot | string | false | none | United States Department of Transportation (USDOT) identification number assigned to the carrier | |
| mcNumber | string | false | none | Motor Carrier (MC) number issued by the Federal Motor Carrier Safety Administration | |
| verified | boolean | false | none | Indicates whether the carrier's information has been verified and confirmed as accurate | |
| createdTime | string | false | none | Record creation timestamp | |
| createdBy | string | false | none | User who created the record | |
| updatedTime | string | false | none | Record last update timestamp | |
| updatedBy | string | false | none | User who last updated the record | |
| carrierStatus | string | false | none | Current operational status of the carrier in the system | |
| knownName | string | false | none | Alternative or commonly known name of the carrier that may differ from the official name | |
| orgIds | [string] | false | none | List of organization identifiers associated with this carrier for cross-reference purposes |
Enum Values
| Property | Value |
|---|---|
| carrierStatus | ACTIVE |
| carrierStatus | INACTIVE |
| carrierStatus | EXCEPTION |