Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 766 Bytes

CategoriesCreateResponseBody.md

File metadata and controls

16 lines (11 loc) · 766 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. [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]