GET api/v1/Agents/{AgentID}/RateRequest/{ID}
GetRateRequest
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AgentID | No documentation available. |
Define this parameter in the request URI. |
ID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "RateRequestId": 1, "TransportMode": "sample string 2", "From": "sample string 3", "To": "sample string 4", "ShipmentDate": "2025-04-24T12:36:20.5050669Z", "IncoTerms": "sample string 6", "ShipmentDetails": "sample string 7", "Status": "sample string 8", "CreatedOn": "2025-04-24T12:36:20.5050669Z", "AddressBookName": "sample string 10" }
application/xml, text/xml
Sample:
<RateRequestDTO> <RateRequestId>1</RateRequestId> <TransportMode>sample string 2</TransportMode> <From>sample string 3</From> <To>sample string 4</To> <ShipmentDate>2025-04-24T12:36:20.5050669+00:00</ShipmentDate> <IncoTerms>sample string 6</IncoTerms> <ShipmentDetails>sample string 7</ShipmentDetails> <Status>sample string 8</Status> <CreatedOn>2025-04-24T12:36:20.5050669+00:00</CreatedOn> <AddressBookName>sample string 10</AddressBookName> </RateRequestDTO>