Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 860 Bytes

CategoriesCreateResponseBody.md

File metadata and controls

17 lines (11 loc) · 860 Bytes

CategoriesCreateResponseBody

Response body schema for POST v1/categories.

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]

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