GET api/BookingSetting/GetTermsAndConditions?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TermsAndConditionsName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Title": "sample string 2", "Description": "sample string 3" }, { "Title": "sample string 2", "Description": "sample string 3" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.