Market Segmentation

Update a Market Segmentation Group.

patch/market-segmentation/v1/groups/{id}

Path parameters

idId required— unresolved $ref

Group ID.

Headers

x-property-idstring required
Example:1,2,3

A numeric, comma-separated string representing the property IDs, sent in the header.

Request body

idstring required

Group ID.

namestring required

Group name.

codestring required

Group code.

descriptionstring required

Group description.

Example request

{
  "id": "1-b",
  "name": "Abc",
  "code": "1000",
  "description": "This is a group"
}

Response

Updated Market Segmentation Group.

idstring
namestring
codestring
descriptionstring
canEditstring[]
canDeleteboolean
canDisableboolean
createdAtstring Y-m-d\TH:i:sP
updatedAtstring Y-m-d\TH:i:sP nullable

Changes