Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

File metadata and controls

16 lines (12 loc) · 1.02 KB

Voucherify.Model.CategoriesUpdateResponseBody

Response body schema for PUT v1/categories/{categoryId}.

Properties

Name Type Description Notes
Id string Unique category ID assigned by Voucherify. [optional]
Name string Category name. [optional]
Hierarchy int? Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value. [optional]
Object string [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the category was updated. The value is shown in the ISO 8601 format. [optional]

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