customers carriermarkups (http://api.3plcentral.com/rels/customers/carriermarkups)
Resource:
Collection: of carriermarkup
C# Rel Const:
Rels.CustomerSvc.CustomerCarrierMarkups
URI template:
{id}/carrierMarkups
Obtain URI from:
Success status: 200
Name (* = required) Data Type Description
id * 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: 200
Name (* = required) Data Type Description
id * int
Type Description
ResourceList IList<Customer.Models.CustomerCarrierMarkup>
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
{
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/carriermarkup": [
      {
        "customerCarrierMarkupId": 1,
        "customerIdentifier": {
          "externalId": "str",
          "name": "str",
          "id": 3
        },
        "carrier": "str",
        "percentMarkup": 3.0,
        "flatRateMarkup": 4.0,
        "shipmentService": "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.