GET API/MeuTecon/EmpresasPorUsuario

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwMemberAcessoCli
NameDescriptionTypeAdditional information
Membershipuserid

decimal number

None.

Parcid

decimal number

None.

Estabid

decimal number

None.

ClibrsId

decimal number

None.

Cgc

string

None.

Isinternalexternal

string

None.

Razao

string

None.

RazaoCnpj

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:
[
  {
    "Membershipuserid": 1.0,
    "Parcid": 2.0,
    "Estabid": 3.0,
    "ClibrsId": 4.0,
    "Cgc": "sample string 5",
    "Isinternalexternal": "sample string 6",
    "Razao": "sample string 7",
    "RazaoCnpj": "sample string 8"
  },
  {
    "Membershipuserid": 1.0,
    "Parcid": 2.0,
    "Estabid": 3.0,
    "ClibrsId": 4.0,
    "Cgc": "sample string 5",
    "Isinternalexternal": "sample string 6",
    "Razao": "sample string 7",
    "RazaoCnpj": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwMemberAcessoCli xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwMemberAcessoCli>
    <Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Membershipuserid>
    <Parcid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Parcid>
    <Estabid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Estabid>
    <ClibrsId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</ClibrsId>
    <Cgc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Cgc>
    <Isinternalexternal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Isinternalexternal>
    <Razao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Razao>
    <RazaoCnpj xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</RazaoCnpj>
  </VwMemberAcessoCli>
  <VwMemberAcessoCli>
    <Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Membershipuserid>
    <Parcid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Parcid>
    <Estabid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Estabid>
    <ClibrsId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</ClibrsId>
    <Cgc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Cgc>
    <Isinternalexternal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Isinternalexternal>
    <Razao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Razao>
    <RazaoCnpj xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</RazaoCnpj>
  </VwMemberAcessoCli>
</ArrayOfVwMemberAcessoCli>