createStayApplication
Start a new Stay Application for the caller. Any fields can be supplied now or filled in later via saveStayApplication — the applicant's name defaults from their Nomad Stays profile if not supplied. Call getCountries and getBusinessModels first to resolve stayCountryId/postalCountryId/businessModelId, since country-specific rules (VAT number, tourism number, permitted business models) are enforced server-side and rejections name the specific field/reason. Requires NOMADSTAYS_MCP_AGENT_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ||
| city | No | ||
| state | No | ||
| mobile | No | ||
| street | No | ||
| website | No | ||
| comments | No | ||
| stayName | No | ||
| vatNumber | No | Required if the postal country's vatNumberRequired flag is true (see getCountries) | |
| hasKitchen | No | ||
| businessName | No | ||
| monthlyPrice | No | ||
| downloadSpeed | No | ||
| numberOfRooms | No | ||
| stayCountryId | No | tbCountry.CountryId for where the Stay is actually located — this is the country the application itself is filed under. Use getCountries to find a value. | |
| tourismNumber | No | Required if the stay country's tourismNumberRequired flag is true (see getCountries) | |
| applicantEmail | No | ||
| workFacilities | No | ||
| businessModelId | No | tbBusinessModel.EntryID — use getBusinessModels. If the stay country's bookingModelsRestricted flag is true, only a 'StayDirect'-prefixed model is accepted. | |
| postalCountryId | No | tbCountry.CountryId for the applicant's billing/postal address — used only to check whether a VAT number is required, and stored on the member's business profile (not on the application itself). Use getCountries to find a value. | |
| applicantLastName | No | Overrides the profile default for this application only — does not change the member's profile | |
| laundryFacilities | No | ||
| applicantFirstName | No | Overrides the profile default for this application only — does not change the member's profile | |
| availabilitySupplier | No |