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
401
Unauthorized
404
Not found
get/admin/promotion-usages/{promotion_usage_id}/
Last updated
Was this helpful?

