GET Api/Bot/irpfPDF?ano={ano}&cpf={cpf}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ano | string |
None. |
|
| cpf | string |
None. |
Body Parameters
None.
Response Information
Resource Description
irpfPDFBotRetorno| Name | Description | Type | Additional information |
|---|---|---|---|
| data | DataIrpfPDFBotRetorno |
None. |
|
| Result | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"nome": "sample string 1",
"file64": "sample string 2",
"mimeType": "sample string 3"
},
"Result": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<irpfPDFBotRetorno xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UniCuiaba.UniBrasil.Modelo.ModeloRetorno.BOT">
<Message>sample string 2</Message>
<Result>1</Result>
<data>
<file64>sample string 2</file64>
<mimeType>sample string 3</mimeType>
<nome>sample string 1</nome>
</data>
</irpfPDFBotRetorno>