properties carrieraccountcreate (http://api.3plcentral.com/rels/properties/carrieraccountcreate)
Resource:
Operator: create a carrier account in small parcel
C# Rel Const:
Rels.PropertySvc.CarrierAccountCreate
URI template:
carrieraccounts/create
Obtain URI from:
This method will add the carrier accounts to the database
Success status: 204
none
Type Description
includeShippingCost bool
facilityId int? ...
customerId int? ...
ResourceList IList<Property.Models.CarrierAccountConnectionData>
accountNumber string
carrier string
provider string
carrierId string
nickname string
Sample content-type: 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.