GET api/NFEAtualizada
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NFE_ATUALIZADA| Name | Description | Type | Additional information |
|---|---|---|---|
| CNPJ | string |
String length: inclusive between 0 and 14 |
|
| NFE_4 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CNPJ": "sample string 1",
"NFE_4": 1
},
{
"CNPJ": "sample string 1",
"NFE_4": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfNFE_ATUALIZADA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models">
<NFE_ATUALIZADA>
<CNPJ>sample string 1</CNPJ>
<NFE_4>1</NFE_4>
</NFE_ATUALIZADA>
<NFE_ATUALIZADA>
<CNPJ>sample string 1</CNPJ>
<NFE_4>1</NFE_4>
</NFE_ATUALIZADA>
</ArrayOfNFE_ATUALIZADA>