GET API/AgendCntrManter/ListarUNsContainer/{agendCntrId}
Listas as UNs vinculadas ao container
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agendCntrId |
Id do agendamento container |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendCntrUn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | decimal number |
None. |
|
| AgendCntrId | decimal number |
None. |
|
| PrmcrgprgId | decimal number |
None. |
|
| UnNa | 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:
[
{
"Id": 1.0,
"AgendCntrId": 2.0,
"PrmcrgprgId": 3.0,
"UnNa": 4.0
},
{
"Id": 1.0,
"AgendCntrId": 2.0,
"PrmcrgprgId": 3.0,
"UnNa": 4.0
}
]
application/xml, text/xml
Sample:
<ArrayOfScAgendCntrUn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<ScAgendCntrUn>
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
<AgendCntrId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendCntrId>
<PrmcrgprgId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</PrmcrgprgId>
<UnNa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</UnNa>
</ScAgendCntrUn>
<ScAgendCntrUn>
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
<AgendCntrId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendCntrId>
<PrmcrgprgId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</PrmcrgprgId>
<UnNa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</UnNa>
</ScAgendCntrUn>
</ArrayOfScAgendCntrUn>