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.
Serviço para gerar contas a receber a partir de um pedido.
POST https://api.tiny.com.br/api2/pedido.lancar.contas.php
curl -X POST https://api.tiny.com.br/api2/pedido.lancar.contas.php \ -d "token=SEU_TOKEN&formato=json&id=789456"
{ "retorno": { "status_processamento": 3, "status": "OK", "registros": [ { "registro": { "id": 123456, "numero_doc": "12345/01" } } ] } }