POST api/v1/Agents/{AgentID}/MobileWhiteLabel/RateRequest

Rate Request

Request Information

Parameters

NameDescriptionAdditional information
AgentID

Define this parameter in the request URI.

rateRequest

Define this parameter in the request body.

Request body formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "TransportMode": "sample string 1",
  "From": "sample string 2",
  "To": "sample string 3",
  "ShipDate": "2025-04-25T14:04:25.6287444Z",
  "ShipmentDetails": "sample string 5",
  "INCOTerms": "sample string 6"
}

application/xml, text/xml

Sample:
<MobileRateRequestDTO>
  <TransportMode>sample string 1</TransportMode>
  <From>sample string 2</From>
  <To>sample string 3</To>
  <ShipDate>2025-04-25T14:04:25.6287444+00:00</ShipDate>
  <ShipmentDetails>sample string 5</ShipmentDetails>
  <INCOTerms>sample string 6</INCOTerms>
</MobileRateRequestDTO>

Response Information

Response body formats

application/json, text/json

Sample:
{
  "TransportMode": "sample string 1",
  "From": "sample string 2",
  "To": "sample string 3",
  "ShipDate": "2025-04-25T14:04:25.6287444Z",
  "ShipmentDetails": "sample string 5",
  "INCOTerms": "sample string 6"
}

application/xml, text/xml

Sample:
<MobileRateRequestDTO>
  <TransportMode>sample string 1</TransportMode>
  <From>sample string 2</From>
  <To>sample string 3</To>
  <ShipDate>2025-04-25T14:04:25.6287444+00:00</ShipDate>
  <ShipmentDetails>sample string 5</ShipmentDetails>
  <INCOTerms>sample string 6</INCOTerms>
</MobileRateRequestDTO>