Cancel boletos in batch
documentedCancel multiple boletos in a single operation.
POST /v1/bank_billets/cancel_allCobrançasno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.kobana.com.br/v1/bank_billets/cancel_all" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "User-Agent: Kobana-API-Client" \
-d '{"bank_billet_ids": ["{{$bank_billet_id_1}}","{{$bank_billet_id_2}}"]}'