Lodgify integration (Productivity). Imported from open-connector.
https://api.lodgify.com/v2/properties
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based Lodgify page number to request. |
| size | integer | optional | The number of Lodgify items to request per page. |
| includeCount | boolean | optional | Whether Lodgify should include the total count. |
/v2/properties/{propertyId}
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | integer | required | The Lodgify property identifier. |
/v2/properties/{propertyId}/rooms
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | integer | required | The Lodgify property identifier. |
/v2/availability/{propertyId}
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | integer | required | The Lodgify property identifier. |
| from | string | optional | The start date for the Lodgify query in YYYY-MM-DD format. |
| to | string | optional | The end date for the Lodgify query in YYYY-MM-DD format. |
/v2/quote/{propertyId}
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | integer | required | The Lodgify property identifier. |
| from | string | optional | The start date for the Lodgify query in YYYY-MM-DD format. |
| to | string | optional | The end date for the Lodgify query in YYYY-MM-DD format. |
| roomTypeId | integer | optional | The Lodgify room type identifier to quote. |
| adults | integer | optional | The number of adult guests to include in the quote. |
/v2/reservations/bookings
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based Lodgify page number to request. |
| size | integer | optional | The number of Lodgify items to request per page. |
| stayFilter | string | optional | The Lodgify stay filter for the booking list. |
/v2/reservations/bookings/{bookingId}
| Param | Type | Required | Description |
|---|---|---|---|
| bookingId | integer | required | The Lodgify booking identifier. |