customers customercarrieraccount (http://api.3plcentral.com/rels/customers/customercarrieraccount)
Resource:
carrier account used for small parcel shipping
C# Rel Const:
Rels.CustomerSvc.CustomerCarrierAccount
URI template:
{id}/carrieraccounts/{ccaid}
Obtain URI from:
Success status: 200
Name (* = required) Data Type Description
id * int
ccaid * int
Type Description
CustomerCarrierAccountId int
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Carrier string
AccountNumber string
AccountZip string
AccountOverride bool
Nickname string
ShipEngineId string
Provider string
Sample accept: application/hal+json
{
  "customerCarrierAccountId": 1,
  "customerIdentifier": {
    "externalId": "str",
    "name": "str",
    "id": 3
  },
  "carrier": "str",
  "accountNumber": "str",
  "accountZip": "str",
  "accountOverride": true,
  "nickname": "str",
  "shipEngineId": "str",
  "provider": "str"
}
Success status: 204
Name (* = required) Data Type Description
id * int
ccaid * int

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.