properties carrier (http://api.3plcentral.com/rels/properties/carrier)
Resource:
service for moving goods, such as by truck, rail, or boat
C# Rel Const:
Rels.PropertySvc.Carrier
URI template:
carriers/{name}
Obtain URI from:
Success status: 200; ETag response header supplied; Response is cacheable
Name (* = required) Data Type Description
name * string
Type Description
Name string
Description string
NeedsBillOfLading bool
ScacCode string
Deactivated bool
DisallowOnOrder bool
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,
  "shipmentServices": [
    {
      "code": "str",
      "description": "str",
      "shipEngineId": "str",
      "deactivated": true
    }
  ],
  "billingCodes": [
    {
      "code": "str",
      "billingCodeType": 0
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.