Add Family Groups

post

/config/sim/v1/menuItems/familyGroups

Add the Family Group object to a specified hierarchy unit.

Release Description
23.4 Starting with the API release 23.4, Insert operation for Family Groups is allowed only at Enterprise.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : FamilyGroupCUDRequestBody
Type: object
Model for Family Group Object
Show Source
Nested Schema : consumerDesc
Type: object
Consumer Desc
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : consumerName
Type: object
Consumer Name
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : images
Type: array
An array of images associated with the family group
Show Source
Nested Schema : name
Type: object
Name
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : FamilyGroup_image
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Family Group Added.
Body ()
Root Schema : FamilyGroupResponse
Type: object
Show Source
Back to Top