For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get promotion usage record

get
Authorizations
AuthorizationstringRequired

Omnitron staff token. Format: Token <token>. Validated against Omnitron active_user API — user must have is_staff: true.

Path parameters
promotion_usage_idintegerRequired
Responses
200

Promotion usage details

application/json
idintegerRead-onlyOptional
tokenized_cardintegerOptional

FK to TokenizedCard

basket_idstringOptional

Omnitron basket ID (stored as string)

order_numberstring · nullableOptional

Omnitron order number, populated after order is placed

fingerprintstring · max: 1024Optional
reset_datestring · date-time · nullableOptional

Date after which this usage record no longer counts toward per_card_limit. Calculated from promotion.reset_schedule at the time of order placement. null when the promotion has no reset schedule (lifetime limit).

created_datestring · date-timeRead-onlyOptional
modified_datestring · date-timeRead-onlyOptional
get/admin/promotion-usages/{promotion_usage_id}/

Last updated

Was this helpful?