POST api/RPS/ProcessarRetornoNFSe
Request Information
URI Parameters
None.
Body Parameters
DadosParaProcessamentoDoRetornoNFSe| Name | Description | Type | Additional information |
|---|---|---|---|
| LoteDeEnvioID | globally unique identifier |
None. |
|
| Provedor | string |
None. |
|
| DadosDosItens | Collection of DadosDoItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoteDeEnvioID": "cf86e41a-7901-4af9-ac0a-00e5f9ede088",
"Provedor": "sample string 1",
"DadosDosItens": [
{
"DadosDoRpsID": "b3385ca3-5aa4-422d-9a4f-0de693a02c1d",
"NumeroRPS": 1,
"SerieRPS": "sample string 2",
"NumeroNFe": 3,
"ChaveNFe": "sample string 4"
},
{
"DadosDoRpsID": "b3385ca3-5aa4-422d-9a4f-0de693a02c1d",
"NumeroRPS": 1,
"SerieRPS": "sample string 2",
"NumeroNFe": 3,
"ChaveNFe": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<DadosParaProcessamentoDoRetornoNFSe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/rift.charta.model.Api.NFSeNacional">
<DadosDosItens>
<DadosParaProcessamentoDoRetornoNFSe.DadosDoItem>
<ChaveNFe>sample string 4</ChaveNFe>
<DadosDoRpsID>b3385ca3-5aa4-422d-9a4f-0de693a02c1d</DadosDoRpsID>
<NumeroNFe>3</NumeroNFe>
<NumeroRPS>1</NumeroRPS>
<SerieRPS>sample string 2</SerieRPS>
</DadosParaProcessamentoDoRetornoNFSe.DadosDoItem>
<DadosParaProcessamentoDoRetornoNFSe.DadosDoItem>
<ChaveNFe>sample string 4</ChaveNFe>
<DadosDoRpsID>b3385ca3-5aa4-422d-9a4f-0de693a02c1d</DadosDoRpsID>
<NumeroNFe>3</NumeroNFe>
<NumeroRPS>1</NumeroRPS>
<SerieRPS>sample string 2</SerieRPS>
</DadosParaProcessamentoDoRetornoNFSe.DadosDoItem>
</DadosDosItens>
<LoteDeEnvioID>cf86e41a-7901-4af9-ac0a-00e5f9ede088</LoteDeEnvioID>
<Provedor>sample string 1</Provedor>
</DadosParaProcessamentoDoRetornoNFSe>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>