GET
/nfse/rps/pdf/{idNota}Download the provisional service receipt
Downloads the Recibo Provisório de Serviço (RPS). Notes: - Available only for NFS-e with status PROCESSANDO that has already been sent to City Hall.
Production: https://api.otentecnologia.com.brSandbox: https://api.sandbox.otentecnologia.com.br
Parameters
This route has no path or query parameters.
Request
cURL
curl -X GET 'https://api.otentecnologia.com.br/nfse/rps/pdf/{idNota}' \
-H 'x-api-key: $OTEN_API_KEY' \
-H 'Content-Type: application/json'Responses
200OK
202Accepted
JSON
{
"message": "Documento em processamento, aguarde alguns minutos e tente novamente."
}400Bad Request
401Unauthorized
JSON
{
"error": {
"message": "O token informado é inválido. Para o ambiente de produção, Acesse https://www.otentecnologia.com.br/, e gere o seu TOKEN de acesso"
}
}