Property Management API
Create a property
PropertyManagerMutation.createProperty()
The response includes an identifier that can be used to reference the property.
Types
GraphQL
PropertyManagerCreatePropertyInput
address
PropertyManagerCreatePropertyAddressInput
resident
PropertyManagerCreatePropertyResidentInput
| null
externalId
string | null
This identifier is defined by the property owner. It can be used to identify the property in external systems. It will be included in order & invoice webhook payloads.
PropertyManagerCreatePropertyAddressInput
PropertyManagerCreatePropertyResidentInput
PropertyManagerCreatePropertyResponse
GraphQL