Skip to main content
POST
Batch create properties

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required
objectType
string
required

Body

application/json
inputs
object[]
required

An array of PropertyCreate objects, each representing a property to be created. This is a required field.

Response

successful operation

completedAt
string<date-time>
required

The date and time when the batch operation was completed, in ISO 8601 format.

results
object[]
required

An array containing the results of the batch operation, detailing the outcome for each property involved.

startedAt
string<date-time>
required

The date and time when the batch operation began, in ISO 8601 format.

status
enum<string>
required

The current status of the batch operation, indicating success or failure.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

A collection of links related to the batch operation, typically used for navigation or additional actions.

requestedAt
string<date-time>

The date and time when the batch operation was requested, in ISO 8601 format.

Last modified on September 9, 2026