POST
Create property

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

JSON payload used to create property.

Request payload for create property.

name
string
required

Human-readable name for the resource.

Required string length: 1 - 120
address
string | null

Street address or address detail for the resource.

Maximum string length: 255
city
string | null

City portion of the address.

Maximum string length: 80
district
string | null

District portion of the address.

Maximum string length: 80
ward
string | null

Ward portion of the address.

Maximum string length: 80
note
string | null

Optional note captured by the operator.

Maximum string length: 1000

Response

Created property

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.