GET api/Student/GetPreplacementDocList/{placementid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placementid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPreplacementDocList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| placementid | string |
None. |
|
| centid | string |
None. |
|
| parentbatch | string |
None. |
|
| finacialyear | string |
None. |
|
| filname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"placementid": "sample string 1",
"centid": "sample string 2",
"parentbatch": "sample string 3",
"finacialyear": "sample string 4",
"filname": "sample string 5"
},
{
"placementid": "sample string 1",
"centid": "sample string 2",
"parentbatch": "sample string 3",
"finacialyear": "sample string 4",
"filname": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPreplacementDocList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPreplacementDocList_Result>
<centid>sample string 2</centid>
<filname>sample string 5</filname>
<finacialyear>sample string 4</finacialyear>
<parentbatch>sample string 3</parentbatch>
<placementid>sample string 1</placementid>
</GetPreplacementDocList_Result>
<GetPreplacementDocList_Result>
<centid>sample string 2</centid>
<filname>sample string 5</filname>
<finacialyear>sample string 4</finacialyear>
<parentbatch>sample string 3</parentbatch>
<placementid>sample string 1</placementid>
</GetPreplacementDocList_Result>
</ArrayOfGetPreplacementDocList_Result>