Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.01 KB

CategoriesUpdateResponseBody.md

File metadata and controls

18 lines (12 loc) · 1.01 KB

CategoriesUpdateResponseBody

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

Properties

Name Type Description Notes
id str Unique category ID assigned by Voucherify. [optional]
name str Category name. [optional]
hierarchy int Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value. [optional]
object str [optional] [default to 'category']
created_at datetime Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime 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]