GET residentapi/termsandconditions/{resourceUid}

Gets Amenities Terms and Conditions by resourceUid

Request Information

URI Parameters

NameDescriptionTypeAdditional information
resourceUid

string

Required

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfTermsAndConditions
NameDescriptionTypeAdditional 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
    }
  ]
}