Skip to content

Files

Latest commit

36e929f · Jul 3, 2024

History

History
27 lines (15 loc) · 848 Bytes

CategoriesUpdateResponseBody.md

File metadata and controls

27 lines (15 loc) · 848 Bytes

CategoriesUpdateResponseBody

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

Properties

Name Type Description Notes
id String Unique category ID assigned by Voucherify.
name String Category name.
hierarchy Integer Category hierarchy.
_object ObjectEnum
createdAt OffsetDateTime Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format.
updatedAt OffsetDateTime Timestamp representing the date and time when the category was updated. The value is shown in the ISO 8601 format.

Enum: ObjectEnum

Name Value
CATEGORY "category"