Update Family Groups

post

/config/sim/v1/menuItems/updateFamilygroups

Updates the Family Group. If not found, it creates a new family group.

Release Description
23.4 Starting with the API release 23.4, Update 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 Updated or Added.
Body ()
Root Schema : FamilyGroupResponse
Type: object
Show Source
Back to Top