GET API/AgendServManter/ListarBls
Retorna uma lista com os BLs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServBl| Name | Description | Type | Additional information |
|---|---|---|---|
| NumeroBl | string |
None. |
|
| BlId | decimal number |
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:
[
{
"NumeroBl": "sample string 1",
"BlId": 2.0,
"Membershipuserid": 3.0
},
{
"NumeroBl": "sample string 1",
"BlId": 2.0,
"Membershipuserid": 3.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVwAgendServBl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwAgendServBl>
<NumeroBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</NumeroBl>
<BlId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</BlId>
<Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Membershipuserid>
</VwAgendServBl>
<VwAgendServBl>
<NumeroBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</NumeroBl>
<BlId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</BlId>
<Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Membershipuserid>
</VwAgendServBl>
</ArrayOfVwAgendServBl>