saveStayApplication
Update any subset of fields on an existing, not-yet-submitted Stay Application. Same field set and validation rules as createStayApplication — only pass the fields you're changing. Fails with a 409 if the application has already been submitted. 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 | ||
| hasKitchen | No | ||
| businessName | No | ||
| monthlyPrice | No | ||
| applicationId | Yes | The application's ID | |
| downloadSpeed | No | ||
| numberOfRooms | No | ||
| stayCountryId | No | tbCountry.CountryId — the country the application itself is filed under. Use getCountries. | |
| tourismNumber | No | ||
| applicantEmail | No | ||
| workFacilities | No | ||
| businessModelId | No | tbBusinessModel.EntryID — use getBusinessModels. | |
| postalCountryId | No | tbCountry.CountryId — used only for the VAT check, stored on the business profile, not on the application. Use getCountries. | |
| applicantLastName | No | ||
| laundryFacilities | No | ||
| applicantFirstName | No | ||
| availabilitySupplier | No |