properties carriers (http://api.3plcentral.com/rels/properties/carriers)
Resource:
Collection: of carrier
C# Rel Const:
Rels.PropertySvc.CarrierList
URI template:
carriers
Obtain URI from:
Success status: 200; Response is cacheable
none
Type Description
DefaultBillingCodes IEnumerable<Property.Models.BillingCode>
Code string
BillingCodeType Common.Enum.BillingCodeType
- 0: BillRecipient
- 1: BillThirdParty
- 2: ConsigneeBilled
- 3: FreightCollect
- 4: Prepaid
DefaultShipmentServices IEnumerable<Property.Models.ShipmentService>
Code string
Description string
ShipEngineId string
Deactivated bool
ResourceList IList<Property.Models.Carrier>
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
{
  "defaultBillingCodes": [
    {
      "code": "str",
      "billingCodeType": 0
    }
  ],
  "defaultShipmentServices": [
    {
      "code": "str",
      "description": "str",
      "shipEngineId": "str",
      "deactivated": true
    }
  ],
  "_embedded": {
    "http://api.3plCentral.com/rels/properties/carrier": [
      {
        "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.