Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
property_uid | string | required | none | UID of property. |
status | string | required | none | One of available listing statuses (see the corresponding filters section). |
Description
Enables or disables listing (Airbnb only for now).
Returns array of request UIDs which can be used as a parameter for the get-request-status method
This endpoint requires the following scope: listings
Response sample
{
"data": {
"request_uid": "74302303"
}
}