get
https://api.zenoti.com//v1/centers//invoices
This API searches invoices by invoice number or guest user ID, or retrieves all open invoices for a given date.
TodaysInvoicesResponse
| Json Property | Data Type | Description |
|---|---|---|
| todays_invoices | List | Contains the list of invoices for the given date (existing behavior). |
| invoices | List | Contains the list of invoices returned when searching by Invoice Number or User ID. This field is returned only when search_type is provided. |
TodaysInvoicesDetails
| Json Property | Data Type | Description |
|---|---|---|
| invoice_no | string | The invoice number associated with the transaction. |
| name | string | Name of the guest associated with the invoice. |
| items | string | Description or list of services/products included in the invoice. |
| sale_date | DateTime? | Date when the invoice was created or the sale was completed. Nullable. |
| appointment_date | DateTime | Date of the appointment associated with the invoice. |
| start_time | string | Start time of the appointment. |
| price | decimal | Total price of services or products before discounts and taxes. |
| discount | decimal | Total discount applied to the invoice. |
| redemptions | decimal | Amount redeemed through memberships, packages, or gift cards. |
| final_price | decimal | Final invoice price after discounts and redemptions but before taxes. |
| final_price_tax | decimal | Final invoice amount including taxes. |
| taxes | decimal | Total tax applied to the invoice. |
| rounding_adjustment | decimal | Any rounding adjustments applied to the final amount. |
| mobile_phone | string | Guest’s mobile phone number associated with the invoice. |
| string | Guest’s email address associated with the invoice. | |
| invoice_id | Guid | Unique identifier of the invoice. |
| receive_email | bool | Indicates whether the guest opted to receive invoice emails. |
| SSG_amount | decimal | Amount related to SSG (specific organization-defined amount). |
| unassigned_tip | decimal | Tip amount that has not yet been assigned to a specific employee. |
| app_group_id | Guid | Identifier of the appointment group linked to the invoice. |
| user_id | Guid | Unique identifier of the guest associated with the invoice. |
| therapist_name | string | Name of the therapist assigned to the appointment. |
| end_time | string | End time of the appointment. |
| preferred_pronoun | string | Guest’s preferred pronoun. |
SearchInvoiceForGroupingType (Enum)
| Json Property | Data Type | Description |
|---|---|---|
| InvoiceNumber | int (0) | Indicates invoices should be searched using the invoice number. |
| UserId | int (1) | Indicates invoices should be searched using the guest user ID. |
