customers carriermarkup (http://api.3plcentral.com/rels/customers/carriermarkup)
Resource:
customer carrier markup used for small parcel shipping
C# Rel Const:
Rels.CustomerSvc.CustomerCarrierMarkup
URI 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
Sample accept: application/hal+json
{
  "customerCarrierMarkupId": 1,
  "customerIdentifier": {
    "externalId": "str",
    "name": "str",
    "id": 3
  },
  "carrier": "str",
  "percentMarkup": 3.0,
  "flatRateMarkup": 4.0,
  "shipmentService": "str"
}
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
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"
}
Type Description
CustomerCarrierMarkupId int
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
Carrier string
PercentMarkup decimal
FlatRateMarkup decimal
ShipmentService string
Sample accept: application/hal+json
{
  "customerCarrierMarkupId": 1,
  "customerIdentifier": {
    "externalId": "str",
    "name": "str",
    "id": 3
  },
  "carrier": "str",
  "percentMarkup": 3.0,
  "flatRateMarkup": 4.0,
  "shipmentService": "str"
}
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.