Property Update

Creating / Adding a property into the Operto system

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl --request PUT \
  --url https://api.operto.com/v2/partners/properties/ADC49509XD?keyid=partner \
  --header 'content-type: application/json' \
  --header 'Authorization: Bearer <token>' \
  --data '{"name":"Willow Brook","timezone":"America/New_York"}'
Path Params
string
required
Defaults to 720348
Query Params
string

Operto unique id or Parter unique id that represents property, see keyid query param

Body Params
string
required
Defaults to Willow Brook

Property name

string
required
Defaults to America/New_York

Timezone where the property resides, it is important this is accurate due to pin codes being programmed on to Smart Locks based on reservation times this takes into account the timezone the property resides in.

string
Defaults to clean-available

Valid Values: clean-available,guest-checking-in,guest-checking-out,cleaning-started,cleaning-complete,maintenance-started,maintenance-complete

Headers
string
required
Defaults to Bearer <token>
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json