Create Or update A Property Group

Create Or update A Property Group

Creates or updates a Property Group. If no Property Group with the specified id exists, it will be created. Else the existing Property Group will be updated

Request
URI
PUT
https://{api_host}/properties-service/api/propertygroups/{id}
COPY
Path Parameters
string
id
Required

The id of the Property Group to create or update


Request Body

The Property Group to create or update

ContextPropertyGroup of type(s) application/json
Required
{
    "lastUpdated": "string",
    "createdDate": "string",
    "tenantId": "string",
    "description": "string",
    "id": "string",
    "label": "string",
    "version": 0
}
string As date-time As date-time
lastUpdated
Optional

lastUpdated

string As date-time As date-time
createdDate
Optional

createdDate

string
tenantId
Optional

tenantId

string
description
Optional

description

string
id
Optional

id

string
label
Optional

label

integer As int64 As int64
version
Optional

version

object
properties
Optional

properties

Responses
200

successful operation

Operation doesn't return any data structure

201

Successfully created Property Group

Returns ContextPropertyGroup of type(s) */*
{
    "lastUpdated": "string",
    "createdDate": "string",
    "tenantId": "string",
    "description": "string",
    "id": "string",
    "label": "string",
    "version": 0
}
string As date-time As date-time
lastUpdated
Optional

lastUpdated

string As date-time As date-time
createdDate
Optional

createdDate

string
tenantId
Optional

tenantId

string
description
Optional

description

string
id
Optional

id

string
label
Optional

label

integer As int64 As int64
version
Optional

version

object
properties
Optional

properties


204

Successfully updated Property Group

Returns ContextPropertyGroup of type(s) */*
{
    "lastUpdated": "string",
    "createdDate": "string",
    "tenantId": "string",
    "description": "string",
    "id": "string",
    "label": "string",
    "version": 0
}
string As date-time As date-time
lastUpdated
Optional

lastUpdated

string As date-time As date-time
createdDate
Optional

createdDate

string
tenantId
Optional

tenantId

string
description
Optional

description

string
id
Optional

id

string
label
Optional

label

integer As int64 As int64
version
Optional

version

object
properties
Optional

properties