GET API/OSWebController/ListarSolicitantes
Retorna uma lista dos Solicitantes.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwDespMembershipuserName | Description | Type | Additional information |
---|---|---|---|
Id | decimal number |
None. |
|
Membershipuserid | decimal number |
None. |
|
Username | string |
None. |
|
DspId | decimal number |
None. |
|
Parcid | decimal number |
None. |
|
Estabid | decimal number |
None. |
|
Propertyvalue | string |
None. |
|
Cnpj | string |
None. |
|
ApelidoDespachante | string |
None. |
|
RazaoSocial | string |
None. |
|
Valuefield | decimal number |
None. |
|
Textfield | string |
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, "Membershipuserid": 2.0, "Username": "sample string 3", "DspId": 4.0, "Parcid": 5.0, "Estabid": 6.0, "Propertyvalue": "sample string 7", "Cnpj": "sample string 8", "ApelidoDespachante": "sample string 9", "RazaoSocial": "sample string 10", "Valuefield": 11.0, "Textfield": "sample string 12" }, { "Id": 1.0, "Membershipuserid": 2.0, "Username": "sample string 3", "DspId": 4.0, "Parcid": 5.0, "Estabid": 6.0, "Propertyvalue": "sample string 7", "Cnpj": "sample string 8", "ApelidoDespachante": "sample string 9", "RazaoSocial": "sample string 10", "Valuefield": 11.0, "Textfield": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfVwDespMembershipuser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <VwDespMembershipuser> <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id> <Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Membershipuserid> <Username xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Username> <DspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</DspId> <Parcid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Parcid> <Estabid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Estabid> <Propertyvalue xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Propertyvalue> <Cnpj xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</Cnpj> <ApelidoDespachante xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</ApelidoDespachante> <RazaoSocial xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</RazaoSocial> <Valuefield xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</Valuefield> <Textfield xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</Textfield> </VwDespMembershipuser> <VwDespMembershipuser> <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id> <Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Membershipuserid> <Username xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Username> <DspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</DspId> <Parcid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Parcid> <Estabid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Estabid> <Propertyvalue xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Propertyvalue> <Cnpj xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</Cnpj> <ApelidoDespachante xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</ApelidoDespachante> <RazaoSocial xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</RazaoSocial> <Valuefield xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</Valuefield> <Textfield xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</Textfield> </VwDespMembershipuser> </ArrayOfVwDespMembershipuser>