GET API/AssociacaoDepotBooking/ListarArmadorDepotDefault
ListarArmadorDepotDefault
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.API.Models.ArmadorDepot| Name | Description | Type | Additional information |
|---|---|---|---|
| ArmadorId | decimal number |
None. |
|
| DepotId | decimal number |
None. |
|
| ArmadorNome | string |
None. |
|
| DepotNome | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ArmadorId": 1.0,
"DepotId": 1.0,
"ArmadorNome": "sample string 1",
"DepotNome": "sample string 2"
},
{
"ArmadorId": 1.0,
"DepotId": 1.0,
"ArmadorNome": "sample string 1",
"DepotNome": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfArmadorDepot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
<ArmadorDepot>
<ArmadorId>1</ArmadorId>
<ArmadorNome>sample string 1</ArmadorNome>
<DepotId>1</DepotId>
<DepotNome>sample string 2</DepotNome>
</ArmadorDepot>
<ArmadorDepot>
<ArmadorId>1</ArmadorId>
<ArmadorNome>sample string 1</ArmadorNome>
<DepotId>1</DepotId>
<DepotNome>sample string 2</DepotNome>
</ArmadorDepot>
</ArrayOfArmadorDepot>