REL documentation
Resource:customer carrier markup used for small parcel shippingC# Rel Const:Rels.CustomerSvc.CustomerCarrierMarkupURI template:{id}/carrierMarkups/{ccmid}Obtain URI from:
Success status: 200
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| ccmid * | int |
| Type | Description | |
|---|---|---|
| CustomerCarrierMarkupId | int | |
| CustomerIdentifier | Generic.Models.CustomerIdentifier | |
| ExternalId | string | |
| Name | string | |
| Id | int | |
| Carrier | string | |
| PercentMarkup | decimal | |
| FlatRateMarkup | decimal | |
| ShipmentService | string | |
| CustomerCarrierAccountId | int? ... | |
| FacilityCarrierAccountId | int? ... | |
| Links | IList<WebApi.Hal.Link> | |
| - /rels/customers/customer |
{
"customerCarrierMarkupId": 1,
"customerIdentifier": {
"externalId": "str",
"name": "str",
"id": 3
},
"carrier": "str",
"percentMarkup": 3.0,
"flatRateMarkup": 4.0,
"shipmentService": "str",
"customerCarrierAccountId": 1,
"facilityCarrierAccountId": 1
}
Success status: 200
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| ccmid * | int |
| Type | Description | |
|---|---|---|
| CustomerCarrierMarkupId | int | |
| CustomerIdentifier | Generic.Models.CustomerIdentifier | |
| ExternalId | string | |
| Name | string | |
| Id | int | |
| Carrier | string | |
| PercentMarkup | decimal | |
| FlatRateMarkup | decimal | |
| ShipmentService | string | |
| CustomerCarrierAccountId | int? ... | |
| FacilityCarrierAccountId | int? ... |
Sample content-type: application/hal+json |
{
"customerCarrierMarkupId": 1,
"customerIdentifier": {
"externalId": "str",
"name": "str",
"id": 3
},
"carrier": "str",
"percentMarkup": 3.0,
"flatRateMarkup": 4.0,
"shipmentService": "str",
"customerCarrierAccountId": 1,
"facilityCarrierAccountId": 1
}
| Type | Description | |
|---|---|---|
| CustomerCarrierMarkupId | int | |
| CustomerIdentifier | Generic.Models.CustomerIdentifier | |
| ExternalId | string | |
| Name | string | |
| Id | int | |
| Carrier | string | |
| PercentMarkup | decimal | |
| FlatRateMarkup | decimal | |
| ShipmentService | string | |
| CustomerCarrierAccountId | int? ... | |
| FacilityCarrierAccountId | int? ... | |
| Links | IList<WebApi.Hal.Link> | |
| - /rels/customers/customer |
{
"customerCarrierMarkupId": 1,
"customerIdentifier": {
"externalId": "str",
"name": "str",
"id": 3
},
"carrier": "str",
"percentMarkup": 3.0,
"flatRateMarkup": 4.0,
"shipmentService": "str",
"customerCarrierAccountId": 1,
"facilityCarrierAccountId": 1
}
Success status: 204
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| ccmid * | 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.