GET API/NotaFiscalADE/ListarPais
Retorna uma lista de Países
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwRefCountryName | Description | Type | Additional information |
---|---|---|---|
CntryCode | string |
None. |
|
CntryAlpha3Code | string |
None. |
|
CntryNum3Code | string |
None. |
|
CntryName | string |
None. |
|
CntryOffName | string |
None. |
|
CntryLifeCycleState | string |
None. |
|
CustdffCodBacen | 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:
[ { "CntryCode": "sample string 1", "CntryAlpha3Code": "sample string 2", "CntryNum3Code": "sample string 3", "CntryName": "sample string 4", "CntryOffName": "sample string 5", "CntryLifeCycleState": "sample string 6", "CustdffCodBacen": 7.0 }, { "CntryCode": "sample string 1", "CntryAlpha3Code": "sample string 2", "CntryNum3Code": "sample string 3", "CntryName": "sample string 4", "CntryOffName": "sample string 5", "CntryLifeCycleState": "sample string 6", "CustdffCodBacen": 7.0 } ]
application/xml, text/xml
Sample:
<ArrayOfVwRefCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <VwRefCountry> <CntryCode xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</CntryCode> <CntryAlpha3Code xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</CntryAlpha3Code> <CntryNum3Code xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CntryNum3Code> <CntryName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</CntryName> <CntryOffName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CntryOffName> <CntryLifeCycleState xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CntryLifeCycleState> <CustdffCodBacen xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</CustdffCodBacen> </VwRefCountry> <VwRefCountry> <CntryCode xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</CntryCode> <CntryAlpha3Code xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</CntryAlpha3Code> <CntryNum3Code xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CntryNum3Code> <CntryName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</CntryName> <CntryOffName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CntryOffName> <CntryLifeCycleState xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CntryLifeCycleState> <CustdffCodBacen xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</CustdffCodBacen> </VwRefCountry> </ArrayOfVwRefCountry>