GET residentapi/termsandconditions/{resourceUid}
Gets Amenities Terms and Conditions by resourceUid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceUid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfTermsAndConditions| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of TermsAndConditions |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"text": "sample string 1",
"isRequiredForBooking": true,
"isActive": true
},
{
"text": "sample string 1",
"isRequiredForBooking": true,
"isActive": true
}
]
}