Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.19 KB

File metadata and controls

17 lines (13 loc) · 2.19 KB

Voucherify.Model.ManagementProjectsMetadataSchemasUpdateResponseBody

Response body schema for PUT management/v1/projects/{projectId}/metadata-schemas/{metadataSchemaId}.

Properties

Name Type Description Notes
Id string Unique identifier of the metadata schema. [optional]
RelatedObject string The resource type. You can define custom metadata schemas, which have a custom `"related_object"` resource type. The standard metadata schemas are: `"campaign"`, `"customer"`, `"earning_rule"`, `"loyalty_tier"`, `"order"`, `"order_item"`, `"product"`, `"promotion_tier"`, `"publication"`, `"redemption"`, `"reward"`, `"voucher"`. [optional]
Properties Dictionary<string, ManagementProjectsMetadataSchemaDefinition> Contains metadata definitions. [optional]
AllowDefinedOnly bool? Restricts the creation of metadata fields when set to `true`. It indicates whether or not you can create new metadata definitions, e.g. in the campaign or publication manager. If set to `true`, then only the defined fields are available for assigning values. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the metadata schema was created. The value for this parameter is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the metadata schema was updated. The value for this parameter is shown in the ISO 8601 format. [optional]
Object string The type of the object represented by the JSON. This object stores information about the metadata schema. [optional]

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