POST api/v1/Agents/{AgentID}/MobileWhiteLabel/RateRequest
Rate Request
Request Information
Parameters
| Name | Description | Additional 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-10-27T07:00:11.8154079Z",
"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-10-27T07:00:11.8154079+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-10-27T07:00:11.831044Z",
"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-10-27T07:00:11.831044+00:00</ShipDate> <ShipmentDetails>sample string 5</ShipmentDetails> <INCOTerms>sample string 6</INCOTerms> </MobileRateRequestDTO>