Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 735 Bytes

CategoriesCreateResponseBody.md

File metadata and controls

26 lines (14 loc) · 735 Bytes

CategoriesCreateResponseBody

Response body schema for POST v1/categories.

Properties

Name Type Description
id String Unique category ID assigned by Voucherify.
name String Category name.
hierarchy Integer Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value.
_object ObjectEnum
createdAt OffsetDateTime Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format.

Enum: ObjectEnum

Name Value
CATEGORY "category"