API Change Log – July 19, 2023
over 1 year ago by Jishnu Ramakrishnan
Updates for this release.
Guests
- API endpoint: {apiurl}/v1/guests/{guestid}/invoices/flat_file?center_id={center_id}&size={size}
- Scenario: This API fetches the details of the most recent invoice of a guest.
- Earlier behavior: NA
- New behavior: This API fetches the details of the most recent invoice of a guest.
- API documentation link:
Centers
- API endpoint: {apiurl}/v1/Centers/{centerid}/tax_groups
- Scenario: This API fetches the list of tax groups associated with a center.
- Earlier behavior: This API used to fetch all the tax groups associated to all the items in a center.
- New behavior: This API will now fetch the tax groups based on the value specified on the flagged enum. Default is all. The following are the enum values for specific tax groups:
- All =0,
- Memberships = 1,
- Products = 2,
- Services = 4,
- Vendors = 8,
- Gift Cards = 16,
- Packages = 32,
- Tips = 64
- API documentation link: