| Name
(* = required)
|
Data Type | Description |
| name
*
|
string |
|
|
Type |
Description |
| Name |
string
|
|
| Description |
string
|
|
| NeedsBillOfLading |
bool
|
|
| ScacCode |
string
|
|
| Deactivated |
bool
|
|
| DisallowOnOrder |
bool
|
|
| CarrierFeatures |
string
|
|
| CarrierCode |
string
|
|
| Active |
bool
|
|
| DisplayName |
string
|
|
| ShipmentServices |
IEnumerable<Property.Models.ShipmentService>
|
|
| Code |
string
|
|
| Description |
string
|
|
| ShipEngineId |
string
|
|
| Deactivated |
bool
|
|
| BillingCodes |
IEnumerable<Property.Models.BillingCode>
|
|
| Code |
string
|
|
| BillingCodeType |
Common.Enum.BillingCodeType
|
|
|
- 0: BillRecipient |
|
|
- 1: BillThirdParty |
|
|
- 2: ConsigneeBilled |
|
|
- 3: FreightCollect |
|
|
- 4: Prepaid |
|
Sample accept: application/hal+json
{
"name": "str",
"description": "str",
"needsBillOfLading": true,
"scacCode": "str",
"deactivated": true,
"disallowOnOrder": true,
"carrierFeatures": "str",
"carrierCode": "str",
"active": true,
"displayName": "str",
"shipmentServices": [
{
"code": "str",
"description": "str",
"shipEngineId": "str",
"deactivated": true
}
],
"billingCodes": [
{
"code": "str",
"billingCodeType": 0
}
]
}