POST api/NFEAtualizada
Request Information
URI Parameters
None.
Body Parameters
NFE_ATUALIZADA| Name | Description | Type | Additional information |
|---|---|---|---|
| CNPJ | string |
String length: inclusive between 0 and 14 |
|
| NFE_4 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CNPJ": "sample string 1",
"NFE_4": 1
}
application/xml, text/xml
Sample:
<NFE_ATUALIZADA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models"> <CNPJ>sample string 1</CNPJ> <NFE_4>1</NFE_4> </NFE_ATUALIZADA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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
}
application/xml, text/xml
Sample:
<NFE_ATUALIZADA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models"> <CNPJ>sample string 1</CNPJ> <NFE_4>1</NFE_4> </NFE_ATUALIZADA>