post https://{base_url}/api/reservations
| Field | Type | Description |
|---|---|---|
| name | String | Set Guest name |
| String | Set Guest email | |
| phone | String | Set Guest phone |
| from_time | DateTime | Set reservation from time mm/dd/yyyy hh:mm AM/PM |
| to_time | DateTime | Set reservation to time mm/dd/yyyy hh:mm AM/PM |
| security_code | Integer | Passcode attached with Reservation. |
| reservation_id | String | Set reservation reservation_id |
| unit_code/api_code/hub_ids/property_ids | Uuid/Uuid/Integer | Atleast one should be present. Either unit_code or api_code or hub_ids or property_ids need to be sent as [unit_code1, unit_code2] or [api_code1, api_code2] or [hub_id1, hub_id2] or [property_id1, property_id2] |
| account_id | Integer | (Optional) Impersonated Rently account id, only need to pass in if creating reservation on an impersonated account |