Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.38 KB

File metadata and controls

18 lines (14 loc) · 1.38 KB

Voucherify.Model.RewardsAssignmentsUpdateResponseBody

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

Properties

Name Type Description Notes
Id string Unique reward assignment ID, assigned by Voucherify. [optional]
RewardId string Associated reward ID. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the reward assignment was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the reward assignment was updated. The value is shown in the ISO 8601 format. [optional]
Object string The type of the object represented by the JSON. This object stores information about the reward assignment. [optional]
RelatedObjectId string Related object ID to which the reward was assigned. [optional]
RelatedObjectType string Related object type to which the reward was assigned. [optional]
Parameters RewardsAssignmentsUpdateResponseBodyParameters [optional]

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