Update Family Groups

post

/config/sim/v2/menuItems/updateFamilyGroups

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

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : FamilyGroupCUDRequestBodyv2
Type: object
Model for Family Group Object
Show Source
Nested Schema : consumerDesc
Type: object
Consumer Description
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : consumerName
Type: object
Consumer Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : images
Type: array
An array of images associated with the family group
Show Source
Nested Schema : name
Type: object
Family Group Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : FamilyGroup_image
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Family Group Response
Body ()
Root Schema : FamilyGroupResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top