Agendize discounts API

Discounts API Reference

The Discounts API empowers you to manage your discounts.


Discounts

Method HTTP Request Description
URIs relative to https://api.agendize.com/api/2.0, unless otherwise noted
delete DELETE /discounts/{discountId} Deletes an entry on the discount list.
get GET /discounts/{discountId} Returns an entry of the discount list.
list GET /discounts Returns entries on the discount list.
insert POST /discounts Adds an entry to the discount list.
update PUT /discounts/{discountId} Updates an entry on the discount list.

Assignmements

Method HTTP Request Description
URIs relative to https://api.agendize.com/api/2.0, unless otherwise noted
delete DELETE /discounts/{discountId}/assignmements/{assignmementId} Deletes an entry on the discount's assignmement list.
get GET /discounts/{discountId}/assignmements/{assignmementId} Returns an entry of the discount's assignmement list.
list GET /discounts/{discountId}/assignmements Returns entries on the discount's assignmement list.
insert POST /discounts/{discountId}/assignmements Adds an entry to the discount's assignmement list.
update PUT /discounts/{discountId}/assignmements/{assignmementId} Updates an entry on the discount's assignmement list.