GET API/AgendServManter/ListarContainersPorBooking/{numBooking}
Retorna uma lista dos containers de acordo com o Booking.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numBooking |
Nº do booking |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServBookingCntr| Name | Description | Type | Additional information |
|---|---|---|---|
| NumBooking | string |
None. |
|
| IdBooking | decimal number |
None. |
|
| CodCntr | string |
None. |
|
| HstmvId | decimal number |
None. |
|
| Instancia | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
| Estado | System.Data.DataRowState |
None. |
|
| Filtrado | boolean |
None. |
|
| Original | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
| FoiAlterado | boolean |
None. |
|
| Lista | Collection of Object |
None. |
|
| EdicaoIniciada | boolean |
None. |
|
| AdicaoPendente | boolean |
None. |
|
| ErroValidacao | string |
None. |
|
| ErroValidacaoItem | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NumBooking": "sample string 1",
"IdBooking": 2.0,
"CodCntr": "sample string 3",
"HstmvId": 4.0
},
{
"NumBooking": "sample string 1",
"IdBooking": 2.0,
"CodCntr": "sample string 3",
"HstmvId": 4.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVwAgendServBookingCntr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwAgendServBookingCntr>
<NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</NumBooking>
<IdBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</IdBooking>
<CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodCntr>
<HstmvId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</HstmvId>
</VwAgendServBookingCntr>
<VwAgendServBookingCntr>
<NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</NumBooking>
<IdBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</IdBooking>
<CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodCntr>
<HstmvId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</HstmvId>
</VwAgendServBookingCntr>
</ArrayOfVwAgendServBookingCntr>