GET api/applicant/hotelApplication/CheckIfSectionIsCompleted?applicationId={applicationId}§ionId={sectionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId | string |
Required |
|
| sectionId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": true
}
application/xml, text/xml
Sample:
<ApiResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models"> <Data>true</Data> <Message>sample string 2</Message> <Success>true</Success> </ApiResponseOfboolean>