Promo code usage summary queue
This endpoint queues an export of the summary of the total discount usage by promo code across all orders matching the given parameters.
Query parameters
Filter the summary list of used promo codes by site.
Filter the summary list of used promo codes by revenue date of the order. The promo code must have been used on orders with bookings on or after this date.
Filter the summary list of used promo codes by revenue date of the order. The promo code must have been used on orders with bookings on or before this date.
Filter the summary list of used promo codes by submitted date of the order. The promo code must have been used on orders submitted on or after this date.
Filter the summary list of used promo codes by submitted date of the order. The promo code must have been used on orders submitted on or before this date.
Response
The job was successfully queued
Example response
{
"data": {
"created_at": "2023-11-07T00:00:00+00:00",
"updated_at": "2023-11-07T01:00:00+00:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.