v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Property

Create Group

Create a new property group. Optionally pre-attach properties at creation time via property_ids. The group name must be unique within the operator's account.

post/groups

Request body

namestring required

Group display name. Max 50 characters. Must be unique within the operator's account.

property_idsinteger[]

Optional list of property ids to attach to the new group. Each id must belong to the operator.

Response

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}