POST api/Application/Interview
Request Information
URI Parameters
None.
Body Parameters
InterviewFilterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| BranchName | string |
None. |
|
| InstituteId | integer |
None. |
|
| InstituteName | string |
None. |
|
| IntakeId | integer |
None. |
|
| IntakeName | string |
None. |
|
| InterviewStatusId | integer |
None. |
|
| StatusId | integer |
None. |
|
| ReferenceId | integer |
None. |
|
| ReferenceName | string |
None. |
|
| GroupId | integer |
None. |
|
| GroupName | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ReportType | ApplicationReportTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"BranchName": "sample string 1",
"InstituteId": 1,
"InstituteName": "sample string 2",
"IntakeId": 1,
"IntakeName": "sample string 3",
"InterviewStatusId": 1,
"StatusId": 1,
"ReferenceId": 1,
"ReferenceName": "sample string 4",
"GroupId": 1,
"GroupName": "sample string 5",
"FromDate": "2026-02-05T13:47:06.7683433+00:00",
"ToDate": "2026-02-05T13:47:06.7683433+00:00",
"ReportType": 1
}
application/xml, text/xml
Sample:
<InterviewFilterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LeadEdgeReport.Models.Request.Application"> <BranchId>1</BranchId> <BranchName>sample string 1</BranchName> <FromDate>2026-02-05T13:47:06.7683433+00:00</FromDate> <GroupId>1</GroupId> <GroupName>sample string 5</GroupName> <InstituteId>1</InstituteId> <InstituteName>sample string 2</InstituteName> <IntakeId>1</IntakeId> <IntakeName>sample string 3</IntakeName> <InterviewStatusId>1</InterviewStatusId> <ReferenceId>1</ReferenceId> <ReferenceName>sample string 4</ReferenceName> <ReportType>ApplicationRegistrationSummary</ReportType> <StatusId>1</StatusId> <ToDate>2026-02-05T13:47:06.7683433+00:00</ToDate> </InterviewFilterDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.