GET api/Student/GetParentbatchForPrePlacementSession/{centid}/{acyear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
Required |
|
| acyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetParentbatchForPrePlacementSession_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| groupbatch | string |
None. |
|
| groupbatch1 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"groupbatch": "sample string 1",
"groupbatch1": "sample string 2"
},
{
"groupbatch": "sample string 1",
"groupbatch1": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetParentbatchForPrePlacementSession_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetParentbatchForPrePlacementSession_Result>
<groupbatch>sample string 1</groupbatch>
<groupbatch1>sample string 2</groupbatch1>
</GetParentbatchForPrePlacementSession_Result>
<GetParentbatchForPrePlacementSession_Result>
<groupbatch>sample string 1</groupbatch>
<groupbatch1>sample string 2</groupbatch1>
</GetParentbatchForPrePlacementSession_Result>
</ArrayOfGetParentbatchForPrePlacementSession_Result>