/clientary-billing | Type: Application | PCID required: Yes
Tools
clientary_billing_create_estimate
Create a new estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
estimate | object | Yes | — | The estimate value |
clientary_billing_create_invoice
Create a new invoice Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
invoice | object | Yes | — | The invoice value |
clientary_billing_create_payment
Create a payment for an invoice Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
invoice_id | integer | Yes | — | Invoice ID |
payment | object | Yes | — | The payment value |
clientary_billing_create_recurring_schedule
Create a recurring schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recurring_schedule | object | Yes | — | Recurring Schedule |
clientary_billing_delete_estimate
Delete an estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Estimate ID |
clientary_billing_delete_invoice
Delete an invoice Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Invoice ID |
clientary_billing_delete_payment
Delete a payment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
invoice_id | integer | Yes | — | Invoice ID |
id | integer | Yes | — | Payment ID |
clientary_billing_delete_recurring_schedule
Delete a recurring schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Recurring schedule ID |
clientary_billing_get_estimate
Get a single estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Estimate ID |
clientary_billing_get_invoice
Get a single invoice Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Invoice ID |
clientary_billing_get_recurring_schedule
Get a recurring schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Recurring schedule ID |
clientary_billing_list_client_payment_profiles
List payment profiles for a client Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
client_id | integer | Yes | — | Client ID |
clientary_billing_list_estimates
List all estimates Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number |
clientary_billing_list_invoices
List all invoices Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number |
updated_since | string | No | — | Filter invoices updated since this date (YYYY-MM-DD) |
clientary_billing_list_payments
List all payments Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number |
sort | string | No | — | Sort order. Use ‘created_at’ to sort by creation date. |
clientary_billing_list_recurring_schedules
List recurring schedules Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number |
clientary_billing_send_estimate
Send an estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Estimate ID |
attach_pdf | boolean | No | — | Attach PDF of estimate |
message | string | No | — | Email message body |
recipients | string[] | Yes | — | Array of recipient email addresses (required) |
send_copy | boolean | No | — | Send a copy to yourself |
subject | string | No | — | Email subject |
clientary_billing_send_invoice
Send an invoice Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Invoice ID |
attach_pdf | boolean | No | — | Attach PDF of invoice |
message | string | No | — | Email message body |
recipients | string[] | Yes | — | Array of recipient email addresses (required) |
send_copy | boolean | No | — | Send a copy to yourself |
subject | string | No | — | Email subject |
clientary_billing_update_estimate
Update an estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Estimate ID |
estimate | object | No | — | The estimate value |
clientary_billing_update_invoice
Update an invoice Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Invoice ID |
invoice | object | No | — | The invoice value |
clientary_billing_update_recurring_schedule
Update a recurring schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | Recurring schedule ID |
recurring_schedule | object | No | — | Recurring Schedule |

