Skip to main content
POST
Create a batch of properties

Supported products

Authorizations

Authorization
string
header
required

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

Path Parameters

objectType
string
required

Body

application/json
inputs
object[]
required

Response

successful operation

completedAt
string<date-time>
required

The timestamp indicating when the batch operation was completed.

results
object[]
required
startedAt
string<date-time>
required

The timestamp indicating when the batch operation began processing.

status
enum<string>
required

The current status of the batch operation, with possible values being CANCELED, COMPLETE, PENDING, or PROCESSING.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

A collection of URLs linking to documentation or resources related to the batch operation.

requestedAt
string<date-time>

The timestamp indicating when the batch operation was requested.

Last modified on March 30, 2026