Billingo API v3
This is a Billingo API v3 documentation. Our API based on REST software architectural style. API has resource-oriented URLs, accepts JSON-encoded request bodies and returns JSON-encoded responses. To use this API you have to generate a new API key on our . After that, you can test your API key on this page.
- Homepage
- https://api.apis.guru/v2/specs/billingo.hu/3.0.7.json
- Provider
- billingo.hu
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/billingo.hu/3.0.7/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/billingo.hu/3.0.7/openapi.yaml
Tools (33)
Extracted live via the executor SDK.
-
bankAccount.createBankAccountCreate a new bank account. Returns a bank account object if the create is succeded.
-
bankAccount.deleteBankAccountDelete an existing bank account.
-
bankAccount.getBankAccountRetrieves the details of an existing bank account.
-
bankAccount.listBankAccountReturns a list of your bank accounts. The bank accounts are returned sorted by creation date, with the most recent bank account appearing first.
-
bankAccount.updateBankAccountUpdate an existing bank accounts. Returns a bank account object if the update is succeded.
-
currency.getConversionRateReturn with the exchange value of given currencies.
-
document.cancelDocumentCancel a document. Returns a cancellation document object if the cancellation is succeded.
-
document.createDocumentCreate a new document. Returns a document object if the create is succeded.
-
document.createDocumentFromProformaCreate a new document from proforma. Returns a document object if the create is succeded.
-
document.deletePaymentDelete all exist payment history on document.
-
document.downloadDocumentDownload a document. Returns a document in PDF format.
-
document.getDocumentRetrieves the details of an existing document.
-
document.getOnlineSzamlaStatusRetrieves the details of an existing document status.
-
document.getPaymentRetrieves the details of payment history an existing document.
-
document.getPublicUrlRetrieves public url to download an existing document.
-
document.listDocumentReturns a list of your documents. The documents are returned sorted by creation date, with the most recent documents appearing first.
-
document.sendDocumentReturns a list of emails, where the invoice is sent.
-
document.updatePaymentUpdate payment history an existing document. Returns a payment history object if the update is succeded.
-
documentBlock.listDocumentBlockReturns a list of your document blocks. The document blocks are returned sorted by creation date, with the most recent document blocks appearing first.
-
organization.getOrganizationDataRetrieves the data of organization.
-
partner.createPartnerCreate a new partner. Returns a partner object if the create is succeded.
-
partner.deletePartnerDelete an existing partner.
-
partner.getPartnerRetrieves the details of an existing partner.
-
partner.listPartnerReturns a list of your partners. The partners are returned sorted by creation date, with the most recent partners appearing first.
-
partner.updatePartnerUpdate an existing partner. Returns a partner object if the update is succeded.
-
product.createProductCreate a new product. Returns a product object if the create is succeded.
-
product.deleteProductDelete an existing product.
-
product.getProductRetrieves the details of an existing product.
-
product.listProductReturns a list of your products. The partners are returned sorted by creation date, with the most recent partners appearing first.
-
product.updateProductUpdate an existing product. Returns a product object if the update is succeded.
-
util.getIdRetrieves the API v3 ID.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools