Manages linked identities for a unit.
- Update Resident Portal Assignment
Get Property Configuration
Update Property Configuration
Selectively Update Property Configuration
Query Property Configurations
Update Resident Portal As...
Property Management REST API (1.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080/
- Generated server url
http://localhost:8080/venues/{venueId}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "personaGroupId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da", "status": "DISABLED", "unitConfig": { "type": "string", "residentPortalAllowed": true, "residentApiAllowed": true, "useMaxUnitCount": true, "maxUnitCount": 0, "guestAllowed": true }, "communicationConfig": { "type": "string", "sendEmail": true, "sendSms": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string" }, "_links": { "property1": { … }, "property2": { … } } }
- Generated server url
http://localhost:8080/venues/{venueId}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "personaGroupId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da", "status": "DISABLED", "unitConfig": { "type": "string", "residentPortalAllowed": true, "residentApiAllowed": true, "useMaxUnitCount": true, "maxUnitCount": 0, "guestAllowed": true }, "communicationConfig": { "type": "string", "sendEmail": true, "sendSms": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string" } }
Response
{ "requestId": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server url
http://localhost:8080/venues/{venueId}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "personaGroupId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da", "status": "DISABLED", "unitConfig": { "type": "string", "residentPortalAllowed": true, "residentApiAllowed": true, "useMaxUnitCount": true, "maxUnitCount": 0, "guestAllowed": true }, "communicationConfig": { "type": "string", "sendEmail": true, "sendSms": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string" } }
Response
{ "requestId": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server url
http://localhost:8080/venues/{venueId}/propertyConfigs/residentPortalAssignments/{residentPortalId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "venueId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da" }
- Generated server url
http://localhost:8080/venues/propertyConfigs/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "sortField": "string", "sortOrder": "ASC", "page": 0, "pageSize": 0, "filters": { "property1": {}, "property2": {} } }
Response
{ "totalElements": 0, "totalPages": 0, "size": 0, "content": [ {} ], "number": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "pageable": { "offset": 0, "sort": { … }, "paged": true, "pageNumber": 0, "pageSize": 0, "unpaged": true }, "first": true, "last": true, "numberOfElements": 0, "empty": true }