Add Tags and Dietary Labels

post

/config/sim/v1/setup/tags

Add Tags and Dietary Labels

Request

Supported Media Types
Header Parameters
Body ()
Request body for Insert operation.
Root Schema : schema
Type: object
Show Source
  • Default Value: 0
    A flag indicating a dietary label when set to 1. Permissible values are 0 and 1. It cannot be updated once set. Introduced in C&C API v23.7.
    Example: 1
  • Unique reference of the hierarchy unit where the Tag or the Dietary Label is configured. Only Enterprise hierUnitId is allowed.
    Example: 3599
  • Minimum Length: 1
    Maximum Length: 255
    A string representing the name of the Tag or the Dietary Label.
    Example: Tag
  • Object Number of a Tag or a Dietary Label.
    Example: 200
  • Object number of the Tag Group associated with the tag. It must not be included in the Insert request body and is ignored in the Update request body when dietaryLabel is set to 1.
    Example: 5
Back to Top

Response

Supported Media Types

200 Response

Tag object Added.
Body ()
Root Schema : TagsResponse
Type: object
Show Source
  • Unique reference of the hierarchy unit where the Tag or the Dietary Label is configured. Only Enterprise hierUnitId is allowed.
    Example: 3599
  • Object Number of a Tag or a Dietary Label.
    Example: 200
Back to Top