GET api/v1/SeaCarrierMaster/{scac}
Retrieves a ocean carriers specified by SCAC Code
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| scac | Standard Carrier Alpha Code |
Define this parameter in the request URI. |
Response Information
SeaCarrierMasterDTO
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:
<SeaCarrierMasterDTO> <Id>1</Id> <Name>sample string 2</Name> <SCAC>sample string 3</SCAC> <IsActivated>true</IsActivated> </SeaCarrierMasterDTO>