Skip to main content

codespar boletos

DDA boletos: subscribe a document, list the boletos it receives

1 min read
View MarkdownEdit on GitHub

codespar boletos

DDA boletos: subscribe a document, list the boletos it receives

4 comandos. Esta página é gerada da árvore de --help da CLI publicada, então ela descreve o que você instala, não o que está em main.

codespar boletos get-subscriptions

GET /v1/consumers/{consumerId}/dda/subscriptions/{document}

codespar boletos get-subscriptions [options] <consumerId> <document>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar boletos delete-subscriptions

DELETE /v1/consumers/{consumerId}/dda/subscriptions/{document}

codespar boletos delete-subscriptions [options] <consumerId> <document>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar boletos list

GET /v1/consumers/{consumerId}/dda/boletos

codespar boletos list [options] <consumerId>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds

codespar boletos create-subscriptions

POST /v1/consumers/{consumerId}/dda/subscriptions

codespar boletos create-subscriptions [options] <consumerId>
opçãoo que faz
-q, --query <key=value>Query parameter (repeatable) (default: [])
--timeout <ms>Per-request timeout in milliseconds
-i, --input <json>Request body as a JSON string
-f, --input-file <path>Request body from a JSON file
codespar boletos | CodeSpar