Billing
GetInvoice
Get full details of the specified invoice. Method / Endpoint GET/ {{API_URL}} Billing/GetInvoice/ {{ID}} Request Parameters Parameter Name Type Description {{ID}} Integer Invoice ID number External Sample curl --location 'https://example.com/api/B...
GetInvoices
Get details of invoices according to specified criteria. Method / Endpoint GET/ {{API_URL}} Billing/GetInvoices?page=1&limit=10 Request Parameters Parameter Name Type Description page Integer Current Page Number limit Integer Number of invoices...
CreateInvoice
Create a new invoice according to the specified parameters. Method / Endpoint POST/ {{API_URL}} Billing/CreateInvoice İstek Parametreleri Parameter Name Type Requirement Description user_id Integer Yes ID Number of the Customer to Create Invoice no...
UpdateInvoice
Update an invoice with the parameters you specified. Method / Endpoint PUT/ {{API_URL}} Billing/UpdateInvoice/ {{ID}} Request Parameters Parameter Name Type Requirement Description {{ID}} Integer Yes Invoice ID Number notification Boolean No Notifi...
DeleteInvoice
Deletes the specified invoice. Method / Endpoint DELETE/ {{API_URL}} Billing/DeleteInvoice/ {{ID}} Request Parameters Parameter Name Type Requirement Description {{ID}} Integer Yes Invoice ID number External Sample curl --location --request DELETE...