Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.39 KB

RewardsAssignmentsGetResponseBody.md

File metadata and controls

20 lines (14 loc) · 1.39 KB

RewardsAssignmentsGetResponseBody

Response body schema for GET v1/rewards/{rewardId}/assignments/{assignmentId}.

Properties

Name Type Description Notes
id str Unique reward assignment ID, assigned by Voucherify. [optional]
reward_id str Associated reward ID. [optional]
created_at datetime Timestamp representing the date and time when the reward assignment was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime Timestamp representing the date and time when the reward assignment was updated. The value is shown in the ISO 8601 format. [optional]
object str The type of the object represented by the JSON. This object stores information about the reward assignment. [optional] [default to 'reward_assignment']
related_object_id str Related object ID to which the reward was assigned. [optional]
related_object_type str Related object type to which the reward was assigned. [optional] [default to 'campaign']
parameters RewardsAssignmentsGetResponseBodyParameters [optional]

[Back to Model list] [Back to API list] [Back to README]