GET API/AgendServManter/ListarContainersSetPoint
Retorna uma lista dos containers para o Ajuste de Set Point.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServSetPointCnt| Name | Description | Type | Additional information |
|---|---|---|---|
| Gkey | decimal number |
None. |
|
| Container | string |
None. |
|
| Membershipuserid | 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:
[
{
"Gkey": 1.0,
"Container": "sample string 2",
"Membershipuserid": 3.0
},
{
"Gkey": 1.0,
"Container": "sample string 2",
"Membershipuserid": 3.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVwAgendServSetPointCnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwAgendServSetPointCnt>
<Gkey xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Gkey>
<Container xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Container>
<Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Membershipuserid>
</VwAgendServSetPointCnt>
<VwAgendServSetPointCnt>
<Gkey xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Gkey>
<Container xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Container>
<Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Membershipuserid>
</VwAgendServSetPointCnt>
</ArrayOfVwAgendServSetPointCnt>