Download OpenAPI specification:
Added maintenance job status and filter by job status in maintenance request list for user
Authenticates a user using a one-time passcode that was sent to them by email or SMS. This API validates the code provided by the user and returns user tokens.
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
| session_id required | string |
| refresh_token required | string |
{- "session_id": "<generated ID from FE>",
- "refresh_token": "<REFRESH_TOKEN>"
}OK
Authenticate using existing refresh token
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
| refresh_token required | string |
| session_id | string |
{- "refresh_token": "<Refresh Token>",
- "session_id": "<Generated ID from client-side>"
}{- "access_token": "<ACCESS_TOKEN>",
- "refresh_token": "<REFRESH_TOKEN>",
- "request_id": "6e03d440-b39b-4fa9-9ff0-ede6f8a17282"
}Send a one-time passcode to a user by email or SMS.
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
| channel required | any Enum: "email" "sms" |
| identifier_type required | any Enum: "email" "user_id" |
| session_id required | string |
| identifier required | string |
{- "channel": "email",
- "identifier_type": "email",
- "session_id": "<generated ID from FE>",
- "identifier": "usera@dwell.io"
}{- "error_code": "string",
- "error_message": "string",
- "details": [
- {
- "issue": "string",
- "issueLocation": "string",
- "issueType": "string"
}
], - "request_id": "6e03d440-b39b-4fa9-9ff0-ede6f8a17282"
}Authenticates a user using a one-time passcode that was sent to them by email or SMS. This API validates the code provided by the user and returns user tokens.
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
| identifier_type required | any Enum: "email" "user_id" |
| identifier required | string |
| passcode required | string |
| session_id required | string |
{- "identifier_type": "email",
- "identifier": "john.han@example.com",
- "passcode": "A1b2C3",
- "session_id": "GENERATED FROM CLIENT"
}{- "account": {
- "account_uid": "12c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "starrez_entry_id": 765,
- "first_name": "John",
- "last_name": "Doe",
- "email": "john.doe@example.com",
- "contact_email": "john.doe@example.com",
- "mobile": 1234567890,
- "mobile_country_code": 61,
- "birth_date": "1990-01-01",
- "country_code": "AUS",
- "emergency_contact": {
- "name": "Jane Doe",
- "email": "jane.doe@example.com",
- "mobile": 234567890,
- "mobile_country_code": 44,
- "relationship": "Sibling",
- "address": "182 Lane Street Melbourne City, Victoria 50031 Australia"
}, - "status": {
- "booking_id": 111,
- "entry_status": "IN ROOM",
- "entry_status_enum": 10
}, - "room_info": {
- "property": {
- "_uid": "5d7b688b-eb8e-4483-8e13-5d6ae2bd95bd",
- "_created": "2019-08-24T14:15:22Z",
- "_updated": "2019-08-24T14:15:22Z",
- "starrez_property_id": 2,
- "title": "dwell Village Melbourne City",
- "description": "Student Accommodation in Melbourne, located in a beautiful heritage building with studios and various room types in CBD. Close to UOM and RMIT.",
- "default_currency": "AUD",
- "default_language": "en-au",
- "country": "AUS",
- "location": {
- "latitude": -37.8033954,
- "longitude": 144.9581785
}, - "city": "Melbourne",
- "state": "Victoria",
- "province": "Victoria",
- "postal_code": "VIC 3051",
- "address_details": {
- "street": "5/17 Flemington Rd",
- "building": "dwell Village Melbourne",
- "location_description": "Located in a beautiful heritage building in the heart of Melbourne. You will find both University of Melbourne and RMIT University just a short walk away. From Queen Victoria Market to the coolest shops, bars and restaurants in the CBD, everything that you need is within walking distance."
}, - "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "metadata": {
- "title": "dwell in Australia",
- "description": "Village Melbourne offers vibrant communal facilities incl. a café like lounge with study areas and spaces for meetings, and a large outdoor courtyard with a BBQ deck and heated outdoor pool."
}, - "date_modified": "2019-08-24T14:15:22Z",
- "date_synced": "2019-08-24T14:15:22Z"
}, - "room_spaces": [
- {
- "starrez_room_space_id": 1111,
- "room_location": "dwell Village Melbourne",
- "room_type_name": "1 Bedroom Deluxe Mid",
- "room_number": "05-231",
- "term_session": "2024-2025 (51 weeks)",
- "check_in_date": "2024-01-01",
- "check_out_date": "2024-01-01",
- "contract_start_date": "2024-01-01",
- "contract_end_date": "2024-01-01"
}
]
}, - "starrez_booking_id": 111
}, - "access_token": "<ACCESS_TOKEN>",
- "refresh_token": "<REFRESH_TOKEN>",
- "request_id": "6e03d440-b39b-4fa9-9ff0-ede6f8a17282"
}Retrieves the configuration for room maintenance, including available maintenance categories and their associated maintenance items. This configuration is used to standardize maintenance requests and organize them by type of work needed. Categories represent broad groups of maintenance work (e.g., Plumbing, Electrical, HVAC), while items are specific tasks or issues within each category (e.g., Leaking Faucet, Light Fixture Replacement, AC Not Cooling).
| country_code | string Default: "AUS" The country code of the room maintenance category. |
| category | string The category of the room maintenance category. |
| _uid | string <uuid> The uid of the room maintenance category. |
{- "categories": [
- {
- "category": "Electrical",
- "description": "Electrical",
- "items": [
- {
- "item": "Light Bulb",
- "description": "Electrical"
}
], - "country_code": "AUS",
- "starrez_detail": "string",
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Retrieves the list of Maintenance Priority.
| country_code | string Default: "AUS" The country code of the maintenance priority. |
| priority | string The priority of the maintenance priority. |
| _uid | string <uuid> The uid of the maintenance priority. |
{- "priority_list": [
- {
- "priority": "Urgent - Priority 2",
- "sort_order": 1,
- "description": "Urgent - Priority 2",
- "country_code": "AUS",
- "starrez_detail": "string",
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Retrieves the list of Maintenance Job Status.
| country_code | string Default: "AUS" The country code of the maintenance job status. |
| _uid | string <uuid> The uid of the maintenance job status. |
{- "job_statuses": [
- {
- "job_status": "1. Job Submitted",
- "description": "A new maintenance job has been submitted",
- "country_code": "AUS",
- "starrez_detail": "string",
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Get User maintenance requests
| job_status | Array of strings Default: "1. Job Submitted" Items Enum: "1. Job Submitted" "2. Job In Progress" "3. Job Completed" "4. Wait for Part" "5. Wait for Contractor" Example: job_status=1. Job Submitted,2. Job In Progress The job status(es) to filter by. Can be a single status or array of statuses. |
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "requests": [
- {
- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category": "Electrical",
- "item_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "item": "Ceiling Light",
- "description": "Ceiling Light not working",
- "comments": "Ceiling Light not working",
- "job_status": "1. Job Submitted",
- "priority": "High",
- "date_reported": "2024-10-07T14:42:00",
- "starrez_entry_id": 765,
- "starrez_roomspace_id": 1111,
- "starrez_roomspace_maintenance_id": 1111,
- "starrez_room_number": "05-231",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "enter_room_consent": true,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Create a user room maintenance request
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
maintenance request schema.
| account_uid required | string <uuid> |
| category_uid required | string Maintenance category in our side |
| category required | string Category of maintenance issue |
| item required | string Item specific of maintenance issue |
| description | string Description of the maintenance issue |
| comments | string Comments from the student |
| entry_id required | integer Starrez entry id of the student whoe made the request aka |
| roomspace_id required | integer StarRez room space id |
| job_status | string Default: "1. Job Submitted" Current status of the maintenance job |
| priority | string Default: "Non Urg - Priority 3" Priority level of the maintenance job |
Array of objects | |
| enter_room_consent | boolean Whether the student has consented maintenance staff to enter the room while they are around / not around. |
{- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category": "Electrical",
- "item": "Ceiling Light",
- "description": "Ceiling Light not working",
- "comments": "Ceiling Light not working",
- "entry_id": 765,
- "roomspace_id": 1111,
- "job_status": "1. Job Submitted",
- "priority": "Non Urg - Priority 3",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "enter_room_consent": true
}{- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category": "Electrical",
- "item_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "item": "Ceiling Light",
- "description": "Ceiling Light not working",
- "comments": "Ceiling Light not working",
- "job_status": "1. Job Submitted",
- "priority": "High",
- "date_reported": "2024-10-07T14:42:00",
- "starrez_entry_id": 765,
- "starrez_roomspace_id": 1111,
- "starrez_roomspace_maintenance_id": 1111,
- "starrez_room_number": "05-231",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "enter_room_consent": true,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}Get User maintenance requests with enhanced timezone support. Returns date_reported_local field that converts UTC timestamps to the user's local timezone.
| user_timezone | string Example: user_timezone=Australia/Sydney User's timezone identifier (e.g., "Australia/Sydney", "America/New_York"). Used to convert UTC timestamps to local time. If not provided, defaults to UTC. |
| job_status | Array of strings Default: "1. Job Submitted" Items Enum: "1. Job Submitted" "2. Job In Progress" "3. Job Completed" "4. Wait for Part" "5. Wait for Contractor" Example: job_status=1. Job Submitted,2. Job In Progress The job status(es) to filter by. Can be a single status or array of statuses. |
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "requests": [
- {
- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category": "Electrical",
- "item_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "item": "Ceiling Light",
- "description": "Ceiling Light not working",
- "comments": "Ceiling Light not working",
- "job_status": "1. Job Submitted",
- "priority": "High",
- "date_reported": "2024-10-07T14:42:00Z",
- "date_reported_local": "2024-10-07 14:42:00",
- "starrez_entry_id": 765,
- "starrez_roomspace_id": 1111,
- "starrez_roomspace_maintenance_id": 1111,
- "starrez_room_number": "05-231",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "enter_room_consent": true,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Updates a user room maintenance request
| maintenance_id required | string <uuid> Example: 12c4a8c4-13ad-4b95-9dc3-6fab292fe524 uid of maintenance request |
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
maintenance request schema.
| job_status | string Current status of the maintenance job |
Array of objects | |
| enter_room_consent | boolean Whether the student has consented maintenance staff to enter the room while they are around / not around. |
{- "job_status": "string",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "enter_room_consent": true
}{- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "category": "Electrical",
- "item_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "item": "Ceiling Light",
- "description": "Ceiling Light not working",
- "comments": "Ceiling Light not working",
- "job_status": "1. Job Submitted",
- "priority": "High",
- "date_reported": "2024-10-07T14:42:00",
- "starrez_entry_id": 765,
- "starrez_roomspace_id": 1111,
- "starrez_roomspace_maintenance_id": 1111,
- "starrez_room_number": "05-231",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "enter_room_consent": true,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}| country_code | string Example: country_code=AUS Filter by country code (ISO3) |
| property_uid | string <uuid> Filter by property UUID |
{- "bank_details": [
- {
- "account_name": "Centurion Student Services Pty Limited",
- "property_uid": "123e4567-e89b-12d3-a456-426614174000",
- "company_name": "086 892 051",
- "company_address": "5-17 Flemington Road, North Melbourne, VIC 3051",
- "bank_name": "Commonwealth Bank",
- "bank_address": "48 Martin Place, Sydney, NSW 2000",
- "currency": "AUD",
- "swift_code": "CTBAAU2S",
- "account_number": "12345678",
- "local_transfer_code": "062-000",
- "local_account_number": "12345678",
- "contact_email": "accounts@dwellstudent.com",
- "contact_number": "+61 2 1234 5678",
- "details": "Please include reference number with payment",
- "country_code": "AUS",
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}| country_code | string Example: country_code=AUS Filter by country code (ISO3) |
| _uid | string <uuid> Example: _uid=123e4567-e89b-12d3-a456-426614174000 Filter by feedback category UUID |
| category | string Example: category=General Feedback Filter by category |
{- "feedback_categories": [
- {
- "country_code": "AUS",
- "category": "General Feedback",
- "description": "General feedback about our services",
- "priority": 1,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Get user feedback list
| category | string The feedback category to filter by |
| status | Array of strings Default: "Submitted" Items Enum: "Submitted" "Reviewed" "Resolved" Example: status=Submitted,Reviewed The feedback status(es) to filter by |
| offset | integer >= 0 Default: 0 The number of items to skip |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "feedbacks": [
- {
- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "feedback_category": "General Feedback",
- "feedback_category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "details": "The facility is very clean but the room is too small",
- "status": "Submitted",
- "comments": "I prefer to have a bigger room",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Create a user feedback
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
User feedback schema
| feedback_category_uid required | string <uuid> Feedback category get from the config |
| details | string Details of the feedback |
| status required | string Default: "Submitted" Enum: "Submitted" "Reviewed" "Resolved" Current status of the feedback |
| comments | string Comments from the student |
Array of objects |
{- "feedback_category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "details": "The facility is very clean but the room is too small",
- "status": "Submitted",
- "comments": "I prefer to have a bigger room",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
]
}{- "account_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "feedback_category": "General Feedback",
- "feedback_category_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "details": "The facility is very clean but the room is too small",
- "status": "Submitted",
- "comments": "I prefer to have a bigger room",
- "attachments": [
- {
- "file_name": "broken-light.jpg",
}
], - "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}Get Account details
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "account_uid": "12c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "starrez_entry_id": 765,
- "first_name": "John",
- "last_name": "Doe",
- "email": "john.doe@example.com",
- "contact_email": "john.doe@example.com",
- "mobile": 1234567890,
- "mobile_country_code": 61,
- "birth_date": "1990-01-01",
- "country_code": "AUS",
- "emergency_contact": {
- "name": "Jane Doe",
- "email": "jane.doe@example.com",
- "mobile": 234567890,
- "mobile_country_code": 44,
- "relationship": "Sibling",
- "address": "182 Lane Street Melbourne City, Victoria 50031 Australia"
}, - "status": {
- "booking_id": 111,
- "entry_status": "IN ROOM",
- "entry_status_enum": 10
}, - "room_info": {
- "property": {
- "_uid": "5d7b688b-eb8e-4483-8e13-5d6ae2bd95bd",
- "_created": "2019-08-24T14:15:22Z",
- "_updated": "2019-08-24T14:15:22Z",
- "starrez_property_id": 2,
- "title": "dwell Village Melbourne City",
- "description": "Student Accommodation in Melbourne, located in a beautiful heritage building with studios and various room types in CBD. Close to UOM and RMIT.",
- "default_currency": "AUD",
- "default_language": "en-au",
- "country": "AUS",
- "location": {
- "latitude": -37.8033954,
- "longitude": 144.9581785
}, - "city": "Melbourne",
- "state": "Victoria",
- "province": "Victoria",
- "postal_code": "VIC 3051",
- "address_details": {
- "street": "5/17 Flemington Rd",
- "building": "dwell Village Melbourne",
- "location_description": "Located in a beautiful heritage building in the heart of Melbourne. You will find both University of Melbourne and RMIT University just a short walk away. From Queen Victoria Market to the coolest shops, bars and restaurants in the CBD, everything that you need is within walking distance."
}, - "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "metadata": {
- "title": "dwell in Australia",
- "description": "Village Melbourne offers vibrant communal facilities incl. a café like lounge with study areas and spaces for meetings, and a large outdoor courtyard with a BBQ deck and heated outdoor pool."
}, - "date_modified": "2019-08-24T14:15:22Z",
- "date_synced": "2019-08-24T14:15:22Z"
}, - "room_spaces": [
- {
- "starrez_room_space_id": 1111,
- "room_location": "dwell Village Melbourne",
- "room_type_name": "1 Bedroom Deluxe Mid",
- "room_number": "05-231",
- "term_session": "2024-2025 (51 weeks)",
- "check_in_date": "2024-01-01",
- "check_out_date": "2024-01-01",
- "contract_start_date": "2024-01-01",
- "contract_end_date": "2024-01-01"
}
]
}, - "starrez_booking_id": 111
}Update user details
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
account schema.
| contact_email required | string |
| mobile | number |
| mobile_country_code | number |
| profile_photo_url | string <url> |
| country_code | string ISO ALPHA-3 code |
object (v1EmergencyContactDetail) |
{- "contact_email": "john.doe@example.com",
- "mobile": 1234567890,
- "mobile_country_code": 61,
- "country_code": "AUS",
- "emergency_contact": {
- "name": "Jane Doe",
- "email": "jane.doe@example.com",
- "mobile": 234567890,
- "mobile_country_code": 44,
- "relationship": "Sibling",
- "address": "182 Lane Street Melbourne City, Victoria 50031 Australia"
}
}{- "account_uid": "12c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "starrez_entry_id": 765,
- "first_name": "John",
- "last_name": "Doe",
- "email": "john.doe@example.com",
- "contact_email": "john.doe@example.com",
- "mobile": 1234567890,
- "mobile_country_code": 61,
- "birth_date": "1990-01-01",
- "country_code": "AUS",
- "emergency_contact": {
- "name": "Jane Doe",
- "email": "jane.doe@example.com",
- "mobile": 234567890,
- "mobile_country_code": 44,
- "relationship": "Sibling",
- "address": "182 Lane Street Melbourne City, Victoria 50031 Australia"
}, - "status": {
- "booking_id": 111,
- "entry_status": "IN ROOM",
- "entry_status_enum": 10
}, - "room_info": {
- "property": {
- "_uid": "5d7b688b-eb8e-4483-8e13-5d6ae2bd95bd",
- "_created": "2019-08-24T14:15:22Z",
- "_updated": "2019-08-24T14:15:22Z",
- "starrez_property_id": 2,
- "title": "dwell Village Melbourne City",
- "description": "Student Accommodation in Melbourne, located in a beautiful heritage building with studios and various room types in CBD. Close to UOM and RMIT.",
- "default_currency": "AUD",
- "default_language": "en-au",
- "country": "AUS",
- "location": {
- "latitude": -37.8033954,
- "longitude": 144.9581785
}, - "city": "Melbourne",
- "state": "Victoria",
- "province": "Victoria",
- "postal_code": "VIC 3051",
- "address_details": {
- "street": "5/17 Flemington Rd",
- "building": "dwell Village Melbourne",
- "location_description": "Located in a beautiful heritage building in the heart of Melbourne. You will find both University of Melbourne and RMIT University just a short walk away. From Queen Victoria Market to the coolest shops, bars and restaurants in the CBD, everything that you need is within walking distance."
}, - "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "metadata": {
- "title": "dwell in Australia",
- "description": "Village Melbourne offers vibrant communal facilities incl. a café like lounge with study areas and spaces for meetings, and a large outdoor courtyard with a BBQ deck and heated outdoor pool."
}, - "date_modified": "2019-08-24T14:15:22Z",
- "date_synced": "2019-08-24T14:15:22Z"
}, - "room_spaces": [
- {
- "starrez_room_space_id": 1111,
- "room_location": "dwell Village Melbourne",
- "room_type_name": "1 Bedroom Deluxe Mid",
- "room_number": "05-231",
- "term_session": "2024-2025 (51 weeks)",
- "check_in_date": "2024-01-01",
- "check_out_date": "2024-01-01",
- "contract_start_date": "2024-01-01",
- "contract_end_date": "2024-01-01"
}
]
}, - "starrez_booking_id": 111
}Get current date and time for the user's property location. Returns formatted datetime information based on the user's assigned property city.
| force_day | string (TESTING ONLY) Forces the API to return a date corresponding to the specified day of the week. This parameter is only active in non-production environments. If an invalid day is provided, a 400 error will be returned. Valid values (case-insensitive): Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday. |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "date": "01-15-2024",
- "day_of_the_week": "Monday",
- "time": "14:30",
- "timezone": "Australia/Melbourne"
}Create transaction / billing receipt for an account
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
account schema.
required | Array of objects |
{- "attachments": [
- {
- "file_name": "receipt.jpg",
}
]
}{- "attachments": [
- {
- "file_name": "receipt.jpg",
}
]
}List User parcels
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "parcels": [
- {
- "starrez_entry_parcel_id": 765,
- "starrez_entry_id": 765,
- "parcel_type": "Large Parcel",
- "shipping_type": "DHL",
- "address_type": "Home",
- "description": "Big brown box",
- "issue_date": "2018-11-05T14:31:00",
- "starrez_date_modified": "2018-11-05T14:31:00",
- "parcel_status": "Issued",
- "tracking_number": "1223456",
- "receipt_date": "2018-11-05T14:31:00",
- "comments": "bleh",
- "starrez_parcel_status_enum": 1
}
]
}List User parcels with provider information
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "parcels": [
- {
- "starrez_parcel_id": 765,
- "starrez_entry_id": 765,
- "parcel_type": "Large Parcel",
- "shipping_type": "DHL",
- "address_type": "Home",
- "description": "Big brown box",
- "issue_date": "2018-11-05T14:31:00",
- "starrez_date_modified": "2018-11-05T14:31:00",
- "parcel_status": "Issued",
- "tracking_number": "1223456",
- "receipt_date": "2018-11-05T14:31:00",
- "comments": "bleh",
- "starrez_parcel_status_enum": 1,
- "locker_location": "Building A, Locker 123",
- "provider": "ParcelPoint",
- "provider_pin": "1234",
- "provider_parcel_data": { }
}
]
}Create a new parcel with provider information
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
| starrez_parcel_id required | number |
| starrez_entry_id required | number |
| parcel_type required | string |
| shipping_type | string |
| address_type | string |
| description | string |
| issue_date | string <date> |
| starrez_date_modified | string <date> |
| parcel_status required | string |
| tracking_number required | string |
| receipt_date | string <date> |
| comments | string |
| starrez_parcel_status_enum | number |
| locker_location | string or null |
| provider | string or null |
| provider_qr_code_url | string or null |
| provider_pin | string or null |
(object or null) or (object or null) or (object or null) or (object or null) or (object or null) or (object or null) Default: {} |
{- "starrez_parcel_id": 765,
- "starrez_entry_id": 765,
- "parcel_type": "Large Parcel",
- "shipping_type": "DHL",
- "address_type": "Home",
- "description": "Big brown box",
- "issue_date": "2018-11-05T14:31:00",
- "starrez_date_modified": "2018-11-05T14:31:00",
- "parcel_status": "Issued",
- "tracking_number": "1223456",
- "receipt_date": "2018-11-05T14:31:00",
- "comments": "bleh",
- "starrez_parcel_status_enum": 1,
- "locker_location": "Building A, Locker 123",
- "provider": "ParcelPoint",
- "provider_pin": "1234",
- "provider_parcel_data": { }
}{- "starrez_parcel_id": 765,
- "starrez_entry_id": 765,
- "parcel_type": "Large Parcel",
- "shipping_type": "DHL",
- "address_type": "Home",
- "description": "Big brown box",
- "issue_date": "2018-11-05T14:31:00",
- "starrez_date_modified": "2018-11-05T14:31:00",
- "parcel_status": "Issued",
- "tracking_number": "1223456",
- "receipt_date": "2018-11-05T14:31:00",
- "comments": "bleh",
- "starrez_parcel_status_enum": 1,
- "locker_location": "Building A, Locker 123",
- "provider": "ParcelPoint",
- "provider_pin": "1234",
- "provider_parcel_data": { }
}Update an existing parcel with provider information
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
| starrez_parcel_id required | number |
| starrez_entry_id required | number |
| parcel_type required | string |
| shipping_type | string |
| address_type | string |
| description | string |
| issue_date | string <date> |
| starrez_date_modified | string <date> |
| parcel_status required | string |
| tracking_number required | string |
| receipt_date | string <date> |
| comments | string |
| starrez_parcel_status_enum | number |
| locker_location | string or null |
| provider | string or null |
| provider_qr_code_url | string or null |
| provider_pin | string or null |
(object or null) or (object or null) or (object or null) or (object or null) or (object or null) or (object or null) Default: {} |
{- "starrez_parcel_id": 765,
- "starrez_entry_id": 765,
- "parcel_type": "Large Parcel",
- "shipping_type": "DHL",
- "address_type": "Home",
- "description": "Big brown box",
- "issue_date": "2018-11-05T14:31:00",
- "starrez_date_modified": "2018-11-05T14:31:00",
- "parcel_status": "Issued",
- "tracking_number": "1223456",
- "receipt_date": "2018-11-05T14:31:00",
- "comments": "bleh",
- "starrez_parcel_status_enum": 1,
- "locker_location": "Building A, Locker 123",
- "provider": "ParcelPoint",
- "provider_pin": "1234",
- "provider_parcel_data": { }
}{- "starrez_parcel_id": 765,
- "starrez_entry_id": 765,
- "parcel_type": "Large Parcel",
- "shipping_type": "DHL",
- "address_type": "Home",
- "description": "Big brown box",
- "issue_date": "2018-11-05T14:31:00",
- "starrez_date_modified": "2018-11-05T14:31:00",
- "parcel_status": "Issued",
- "tracking_number": "1223456",
- "receipt_date": "2018-11-05T14:31:00",
- "comments": "bleh",
- "starrez_parcel_status_enum": 1,
- "locker_location": "Building A, Locker 123",
- "provider": "ParcelPoint",
- "provider_pin": "1234",
- "provider_parcel_data": { }
}Get User transactions
| entry_id | integer >= 0 Default: 0 The entry id to filter by |
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "transactions": [
- {
- "account_uid": "123e4567-e89b-12d3-a456-426614174000",
- "entry_id": 10839,
- "transaction_id": 183983,
- "transaction_date": "2024-08-08T14:32:59",
- "charge_group_id": 6,
- "charge_group_description": "EEA_Residential Rent",
- "transaction_type": 3,
- "transaction_type_description": "Refund",
- "description": "HD TEST PAYMENT",
- "booking_reference_description": "string",
- "amount": 1,
- "tax_amount": 0,
- "calculated_balance": 0,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Balance, Deposit, Withdrawal, Transfer, Payment, Refund, Charge, Credit, Debit
| transaction_type | integer Enum: 0 1 2 3 4 5 The transaction type to filter by. Possible values are: |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "transaction_type": 3,
- "transaction_type_description": "Refund",
- "total_amount": 1
}Get User transactions for rental dues
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "current_server_date": "2025-02-09T14:32:59",
- "entry_id": 10839,
- "charge_group_id": 6,
- "charge_group_description": "EEA_Residential Rent",
- "amount": 1,
- "tax_amount": 0
}Get User billing due
| due_dates required | Array of strings <date> [ items <date > ] The charge cycle date to filter by |
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "current_charge_cycle": "2025-02-09T14:32:59",
- "next_charge_cycle": "2025-02-09T14:32:59",
- "next_charge_amount": 1,
- "entry_id": 10839,
- "overdues": [ ]
}Get User transactions for dues
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "current_server_date": "2025-02-09T14:32:59",
- "entry_id": 10839,
- "amount": 1
}Create a user media upload presigned url
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
media upload url request schema.
| key required | string key to use to add to bucket |
| prefix | string Enum: "RoomSpaceMaintenance" "Entry" "Feedback" "Receipt" prefix to use |
{- "key": "string",
- "prefix": "RoomSpaceMaintenance"
}{- "presigned_url": "string"
}Get a Single Property
| starrez_property_id | number Example: starrez_property_id=2 StarRez Property ID |
| _uid | string Example: _uid=12c4a8c4-13ad-4b95-9dc3-6fab292fe524 Property UUID |
| country | string Example: country=AUS Property country code |
| offset | integer Number of items to skip |
| limit | integer Example: limit=20 Maximum number of items to return |
{- "properties": [
- {
- "_uid": "5d7b688b-eb8e-4483-8e13-5d6ae2bd95bd",
- "_created": "2019-08-24T14:15:22Z",
- "_updated": "2019-08-24T14:15:22Z",
- "starrez_property_id": 2,
- "title": "dwell Village Melbourne City",
- "description": "Student Accommodation in Melbourne, located in a beautiful heritage building with studios and various room types in CBD. Close to UOM and RMIT.",
- "default_currency": "AUD",
- "default_language": "en-au",
- "country": "AUS",
- "location": {
- "latitude": -37.8033954,
- "longitude": 144.9581785
}, - "city": "Melbourne",
- "state": "Victoria",
- "province": "Victoria",
- "postal_code": "VIC 3051",
- "address_details": {
- "street": "5/17 Flemington Rd",
- "building": "dwell Village Melbourne",
- "location_description": "Located in a beautiful heritage building in the heart of Melbourne. You will find both University of Melbourne and RMIT University just a short walk away. From Queen Victoria Market to the coolest shops, bars and restaurants in the CBD, everything that you need is within walking distance."
}, - "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "metadata": {
- "title": "dwell in Australia",
- "description": "Village Melbourne offers vibrant communal facilities incl. a café like lounge with study areas and spaces for meetings, and a large outdoor courtyard with a BBQ deck and heated outdoor pool."
}, - "date_modified": "2019-08-24T14:15:22Z",
- "date_synced": "2019-08-24T14:15:22Z"
}
]
}List RoomType object
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
{- "room_types": [
- {
- "room_type_id_id": "u5c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "property_id": "12c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "starrez_room_type_id": 23,
- "title": "string",
- "description": "string",
- "size": "string",
- "number_of_bedroom": 0,
- "number_of_bathroom": 0,
- "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "date_synced": "2019-08-24",
- "date_modified": "2019-08-24",
- "deprecation_notice": {
- "details": {
- "version": "2.0",
- "message": "This endpoint is deprecated. Please use /v2 instead."
}
}
}
]
}Get RoomType object
| room_type_id required | string <uuid> Example: 12c4a8c4-13ad-4b95-9dc3-6fab292fe524 room type id |
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
{- "room_type_id_id": "u5c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "property_id": "12c4a8c4-13ad-4b95-9dc3-6fab292fe524",
- "starrez_room_type_id": 23,
- "title": "string",
- "description": "string",
- "size": "string",
- "number_of_bedroom": 0,
- "number_of_bathroom": 0,
- "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "date_synced": "2019-08-24",
- "date_modified": "2019-08-24",
- "deprecation_notice": {
- "details": {
- "version": "2.0",
- "message": "This endpoint is deprecated. Please use /v2 instead."
}
}
}Creates a new RoomRate object
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
{- "room_rates": [
- {
- "starrez_room_type_id": "string",
- "starrez_room_rate_id": "string",
- "title": "string",
- "description": "string",
- "amount": "string",
- "amount_add_ons": "string",
- "term_session": "string",
- "term_session_id": "string",
- "room_type_id": "string",
- "room_type": "string",
- "room_location_id": "string",
- "room_location": "string",
- "room_rate_session_id": "string",
- "room_rate_session": "string",
- "check_in_date": "2019-08-24",
- "check_out_date": "2019-08-24",
- "contract_date_start": "2019-08-24",
- "contract_date_end": "2019-08-24",
- "date_modified": "2019-08-24T14:15:22Z",
- "date_synced": "2019-08-24T14:15:22Z"
}
]
}{- "rooms": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "property_uid": "015a2b8d-362b-4552-a461-fef62aa90970",
- "starrez_room_type_id": 0,
- "starrez_room_location_id": 0,
- "starrez_room_location": "string",
- "title": "string",
- "description": "string",
- "level": "string",
- "orientation": "string",
- "room_number": "string",
- "block": "string",
- "media": [
- {
- "floor_plan": [
- {
- "label": "Floor Plan"
}
], - "image": [
- {
- "label": "1 bedroom studio deluxe"
}
], - "video": [
], - "virtual_tour": [
]
}
], - "date_modified": "2019-08-24T14:15:22Z",
- "date_synced": "2019-08-24T14:15:22Z"
}
]
}Create a Form type. Form types contains all the integration configurations.
| _uid | string <uuid> Example: _uid=b78a42c8-cf85-4c72-b78a-8c794858c6fd form type id |
| form_type | string Example: form_type=en-aus-contact-us form type unique code |
| version | number Example: version=2 form type version |
| country_code | string Example: country_code=AUS country code in uppercase format, ISO3 format |
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
{- "form_types": [
- {
- "form_type": "en-aus-contact-us",
- "description": "This form is for lorem ipsum dolor sit amet",
- "version": 1,
- "country_code": "AUS",
- "integration": {
- "email": {
- "from": "\"dwell Student Living\" <hi@dwellstudent.com>",
- "notify": [
- "backend@unblk.io",
- "kelvin@unblk.io",
- "ariel@unblk.io",
- "carlo@unblk.io"
], - "subject": "Thank You {{.FirstName}} for contacting us!",
- "bodyTemplate": "/$env/$country_code/email-templates/waitlist_autoreply.html",
- "notifySubject": "[Contact us] Notification",
- "notifyBodyTemplate": "/$env/$country_code/email-templates/notification.html"
}
}, - "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Get Form submission(s). Filter by id, request_id, version and country_code
| id | string <uuid> Example: id=b78a42c8-cf85-4c72-b78a-8c794858c6fd form type id |
| submission_request_id | string <uuid> Example: submission_request_id=b78a42c8-cf85-4c72-b78a-8c794858c6fd form submission request id |
| form_type | string Example: form_type=en-aus-contact-us form type unique code |
| form_type_version | number Example: form_type_version=2 form type version |
| country_code | string Example: country_code=AUS country code in uppercase format, ISO3 format |
| order_by | string Enum: "_created" "_updated" Example: order_by=AUS Order by |
| direction | string Default: "desc" Enum: "desc" "asc" Example: direction=AUS direction of order |
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
{- "form_submissions": [
- {
- "form_type": "en-aus-contact-us",
- "form_type_version": 1,
- "country_code": "AUS",
- "submission_request_id": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "form_type_uid": "fe1e864a-bb7d-4e1d-876f-e3b154fdbad4",
- "details": {
- "account_id": "",
- "name": "John Han",
- "mobile": 98765432,
- "mobile_country_code": 61,
- "email": "john.han@example.com",
- "lead_source": "Web Booking Form",
- "deal_name_suffix": "WBF",
- "is_mail_subscription": true,
- "mailing_list": [
- "student-active",
- "weekly-newsletter",
- "monthly-digest"
]
}, - "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Retrieves Room Type Rates from StarRez. The API get all details from StarRez API via workflow (Windmill)
| id | string The room type id of the room type rate. |
| _uid | string <uuid> The uid of the room type rate. |
| room_location_id | number Example: room_location_id=1 The location id of the room type rate. 1 = Melbourne, 2 = East End Adelaide |
| offset | number The offset of the room type rate. |
| limit | number Default: 20 Example: limit=20 The limit of the room type rate. |
{- "room_type_rates": [
- {
- "id": 0,
- "room_location_id": 0,
- "room_type_id": 0,
- "room_rate_id": 0,
- "room_rate_session_id": 0,
- "term_session_id": 0,
- "amount": 299.99,
- "amount_add_on": 50,
- "term_session": "2024 Term 1",
- "term_session_duration": "12 weeks",
- "room_type": "Studio Apartment",
- "room_location": "North Tower",
- "room_rate_session": "Standard Rate 2024",
- "check_in_date": "2024-01-01T00:00:00Z",
- "check_out_date": "2024-01-01T00:00:00Z",
- "contract_date_start": "2024-01-01T00:00:00Z",
- "contract_date_end": "2024-01-01T00:00:00Z",
- "date_modified": "2024-01-01T00:00:00Z",
- "available": true,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}
]
}Create a StarRez Room Type Rate.
| Api-Key required | string Example: 245c765b124a098d09ef8765.... Your API key provided by UNBLK |
| id required | integer Primary identifier for the room type rate |
| room_location_id required | integer ID of the room location |
| room_type_id required | integer ID of the room type |
| room_rate_id required | integer ID of the room rate |
| room_rate_session_id required | integer ID of the room rate session |
| term_session_id required | integer ID of the term session |
| amount required | number <decimal> The rate amount |
| amount_add_on | number or null <decimal> Additional amount charges |
| term_session required | string Description of the term session |
| term_session_duration | string or null Duration of the term session |
| room_type required | string Description of the room type |
| room_location required | string Description of the room location |
| room_rate_session required | string Description of the room rate session |
| check_in_date required | string <date-time> Check-in date and time |
| check_out_date required | string <date-time> Check-out date and time |
| contract_date_start required | string <date-time> Contract start date and time |
| contract_date_end required | string <date-time> Contract end date and time |
| date_modified required | string <date-time> Last modification date and time |
| available required | boolean Availability status of the room type rate |
{- "id": 0,
- "room_location_id": 0,
- "room_type_id": 0,
- "room_rate_id": 0,
- "room_rate_session_id": 0,
- "term_session_id": 0,
- "amount": 299.99,
- "amount_add_on": 50,
- "term_session": "2024 Term 1",
- "term_session_duration": "12 weeks",
- "room_type": "Studio Apartment",
- "room_location": "North Tower",
- "room_rate_session": "Standard Rate 2024",
- "check_in_date": "2024-01-01T00:00:00Z",
- "check_out_date": "2024-01-01T00:00:00Z",
- "contract_date_start": "2024-01-01T00:00:00Z",
- "contract_date_end": "2024-01-01T00:00:00Z",
- "date_modified": "2024-01-01T00:00:00Z",
- "available": true
}{- "id": 0,
- "room_location_id": 0,
- "room_type_id": 0,
- "room_rate_id": 0,
- "room_rate_session_id": 0,
- "term_session_id": 0,
- "amount": 299.99,
- "amount_add_on": 50,
- "term_session": "2024 Term 1",
- "term_session_duration": "12 weeks",
- "room_type": "Studio Apartment",
- "room_location": "North Tower",
- "room_rate_session": "Standard Rate 2024",
- "check_in_date": "2024-01-01T00:00:00Z",
- "check_out_date": "2024-01-01T00:00:00Z",
- "contract_date_start": "2024-01-01T00:00:00Z",
- "contract_date_end": "2024-01-01T00:00:00Z",
- "date_modified": "2024-01-01T00:00:00Z",
- "available": true,
- "_uid": "b78a42c8-cf85-4c72-b78a-8c794858c6fd",
- "_created": "2024-10-16T08:30:00Z",
- "_updated": "2024-10-16T08:30:00Z"
}Get User transactions for dues
| Authorization required | string Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..... Bearer Token |
{- "current_server_date": "2025-02-09T14:32:59",
- "entry_id": 10839,
- "amount": 1
}Get room rates with filtering options. Allows the OTAs and other partners to get the list of room rates. All parameters are optional.
| id | number Example: id=5479 The unique identifier for the room rate, can be used to filter the room rate availability. |
| room_location_id | number Example: room_location_id=1 The unique identifier for the room location, can be used to filter the room rate availability. |
| offset | integer >= 0 Default: 0 The number of items to skip before starting to collect the result set |
| limit | integer [ 1 .. 100 ] Default: 20 The numbers of items to return |
{- "room_rates": [
- {
- "_uid": "5d7b688b-eb8e-4483-8e13-5d6ae2bd95bd",
- "_created": "2019-08-24T14:15:22Z",
- "_updated": "2019-08-24T14:15:22Z",
- "id": 5479,
- "room_location_id": 1,
- "room_location": "East End Adelaide",
- "amount": 522,
- "amount_add_on": 60,
- "room_type_id": 35,
- "room_type": "Premier Studio Low",
- "term_duration": "26 Weeks",
- "check_in_date": "2024-01-01T00:00:00Z",
- "check_out_date": "2024-01-01T00:00:00Z",
- "contract_date_start": "2024-01-01T00:00:00Z",
- "contract_date_end": "2024-01-01T00:00:00Z",
- "date_modified": "2024-01-01T00:00:00Z",
- "available": true
}
]
}Post delivery events to the API. Allows the Parcel Providers to call webhooks when a delivery event occurs.
| provider required | string Value: "groundfloor" |
| property name* additional property | any |
{ }{- "request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
- "status": "string"
}