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 ordem de produção a partir de um pedido.
POST https://api.tiny.com.br/api2/pedido.gerar.ordem.producao.php
curl -X POST https://api.tiny.com.br/api2/pedido.gerar.ordem.producao.php \ -d "token=SEU_TOKEN&formato=json&id=789456"
{ "retorno": { "status_processamento": 3, "status": "OK", "registros": [ { "registro": { "id": 12345, "numero": "OP-001/2024" } } ] } }