GET api/BookingSetting/GetTermsAndConditions?apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TermsAndConditions
NameDescriptionTypeAdditional 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.