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
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/customer
|
|
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"
}