properties carrieraccountlist (http://api.3plcentral.com/rels/properties/carrieraccountlist)
Resource:
carrier account settings for a provider
C# Rel Const:
Rels.PropertySvc.CarrierAccountList
URI template:
carrieraccounts/list/{carrier}/{provider}
Obtain URI from:
This method will pass the carrier connection to papi
Success status: 200
Name (* = required) Data Type Description
carrier * string
provider * string
Type Description
includeShippingCost bool
facilityId int? ...
customerId int? ...
ResourceList IList<Property.Models.CarrierAccountConnectionData>
accountNumber string
carrier string
provider string
carrierId string
nickname string
Sample accept: application/hal+json
{
  "includeShippingCost": true,
  "facilityId": 1,
  "customerId": 1,
  "_embedded": {
    "str": [
      {
        "accountNumber": "str",
        "carrier": "str",
        "provider": "str",
        "carrierId": "str",
        "nickname": "str"
      }
    ]
  }
}

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.