updateStayOrganisationalData
Update a Stay's organisational data: address, check-in/out policy, pets/children/parking, cancellation policy, accommodation type, tourism/land-registration numbers, 'Why Choose Us' reasons, and more. Only fields supplied are changed. IMPORTANT: countryId, petsAllowedId, childrenAllowedId, parkingId, cxPolicyId, and stayTypeId are lookup IDs, NOT plain text or booleans — call getCountryOptions / getAdditionalInformationOptions / getCancellationPolicyOptions / getStayTypeOptions first to find the correct ID to send. Requires an MCP agent token scoped to the owning account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| state | No | ||
| geoLat | No | Map pin latitude | |
| geoLng | No | Map pin longitude | |
| stayId | Yes | The Stay's EntryID | |
| address | No | ||
| reason1 | No | First 'Why Choose Us' reason shown to guests | |
| reason2 | No | ||
| reason3 | No | ||
| postCode | No | ||
| checkInTo | No | ||
| countryId | No | A country ID from getCountryOptions — NOT a country name. | |
| parkingId | No | An optionId from getAdditionalInformationOptions(filterName='Parking') — NOT a boolean. | |
| checkOutTo | No | ||
| cxPolicyId | No | A cxPolicyId from getCancellationPolicyOptions. | |
| stayTypeId | No | A stayTypeId from getStayTypeOptions. | |
| totalRooms | No | ||
| checkInFrom | No | ||
| fullPayment | No | Whether guests must pay in full up front (vs. pay on arrival). Only settable if the Stay's country allows it — check fullPaymentAllowedByCountry from getMyStayOrganisationalData first; writing true when the country doesn't allow it will be rejected. | |
| checkOutFrom | No | ||
| earlyCheckIn | No | ||
| lateCheckout | No | ||
| petsAllowedId | No | An optionId from getAdditionalInformationOptions(filterName='Pets Allowed') — NOT a boolean. | |
| tourismNumber | No | ||
| receiveReviews | No | ||
| childrenAllowedId | No | An optionId from getAdditionalInformationOptions(filterName='Children Allowed') — NOT a boolean. | |
| customCxPolicyLink | No | ||
| registeredBusiness | No | Whether the Stay is officially registered for tourism/lodging | |
| landRegistrationNumber | No | ||
| checkinLocationWhat3Words | No | what3words location for guest check-in |