Skip to content

handleSetupProperty

POST
/api/services/cloudbeds/SetupProperty
curl --request POST \
--url https://integrations.wink.travel/api/services/cloudbeds/SetupProperty \
--header 'Content-Type: application/json' \
--data '{ "verb": "example", "guid": "example", "ota_property_id": "example", "mya_property_id": "example", "shared_secret": "example" }'
Media type application/json
object
verb
string
guid
string
ota_property_id
string
mya_property_id
string
shared_secret
string
Example generated
{
"verb": "example",
"guid": "example",
"ota_property_id": "example",
"mya_property_id": "example",
"shared_secret": "example"
}

OK

Media type application/json
object
success
boolean
guid
string
errors
Array<object>
object
id
string
type
string
msg
string
Example generated
{
"success": true,
"guid": "example",
"errors": [
{
"id": "example",
"type": "example",
"msg": "example"
}
]
}

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}