Customer Options
Description
There are 4 customer options available during the booking process, each with customizable questions and answers. The endpoints retrieve the structure for each option.
HTTP Method
get
URL
/api/customeroption1s/{includeIactive}/{languageID}
/api/customeroption2s/{includeIactive}/{languageID}
/api/customeroption3s/{includeIactive}/{languageID}
/api/customeroption4s/{includeIactive}/{languageID}
Path Parameters
| Name | Type |
|---|---|
| includeInactive | required <boolean> Default value : false |
| languageID | required <integer> Default value : 1 |
Query Parameters
| Name | Type |
|---|---|
| api-version | optional <string> |
Response
[
{
"ID": 0,
"DisplayText": "string",
"IsActive": true,
"DisplayOrder": 0
}
]
Example
[
{
"ID": 2,
"DisplayText": "Customer Option 1",
"IsActive": true,
"DisplayOrder": 2
}
]
Success Response
Code: 200 OK