Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.tiny.com.br/public-api/v3/notas/xml/cancelar \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form xml='@example-file' \ --form 'numeroNota=<string>' \ --form 'serieNota=<string>' \ --form 'modeloNota=<string>'
{ "xml": "<string>", "numeroNota": "<string>", "serieNota": "<string>", "modeloNota": "<string>" }
S
N
OK