Resource:Operator: create a carrier account in small parcelC# Rel Const:Rels.PropertySvc.CarrierAccountCreateURI template:carrieraccounts/createObtain URI from:
This method will add the carrier accounts to the database
Success status: 204
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.