GET api/v1/Agents/{AgentID}/SeaCarriers/{id}
Retrieves a ocean carriers of Agent by sea carrier id
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| AgentID | Agent ID |
Define this parameter in the request URI. |
| id | Sea Carrier ID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"SCAC": "sample string 3",
"IsActivated": true
}
application/xml, text/xml
Sample:
<AgentSeaCarrierDTO> <Id>1</Id> <Name>sample string 2</Name> <SCAC>sample string 3</SCAC> <IsActivated>true</IsActivated> </AgentSeaCarrierDTO>