POST api/Center/UpdatePlacementDetails/{empid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
Required |
Body Parameters
Collection of PlacementBodyDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| lpdid | integer |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| attstatus | integer |
None. |
|
| absentremark | string |
None. |
|
| anothertotext | string |
None. |
|
| jobprofile | string |
None. |
|
| monthlysalary | decimal number |
None. |
|
| organization | string |
None. |
|
| joiningdate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"lpdid": 1,
"studentid": "sample string 2",
"studentname": "sample string 3",
"attstatus": 4,
"absentremark": "sample string 5",
"anothertotext": "sample string 6",
"jobprofile": "sample string 7",
"monthlysalary": 8.0,
"organization": "sample string 9",
"joiningdate": "2025-10-30T04:58:14.0689388+05:30"
},
{
"lpdid": 1,
"studentid": "sample string 2",
"studentname": "sample string 3",
"attstatus": 4,
"absentremark": "sample string 5",
"anothertotext": "sample string 6",
"jobprofile": "sample string 7",
"monthlysalary": 8.0,
"organization": "sample string 9",
"joiningdate": "2025-10-30T04:58:14.0689388+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfPlacementBodyDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<PlacementBodyDetail>
<absentremark>sample string 5</absentremark>
<anothertotext>sample string 6</anothertotext>
<attstatus>4</attstatus>
<jobprofile>sample string 7</jobprofile>
<joiningdate>2025-10-30T04:58:14.0689388+05:30</joiningdate>
<lpdid>1</lpdid>
<monthlysalary>8</monthlysalary>
<organization>sample string 9</organization>
<studentid>sample string 2</studentid>
<studentname>sample string 3</studentname>
</PlacementBodyDetail>
<PlacementBodyDetail>
<absentremark>sample string 5</absentremark>
<anothertotext>sample string 6</anothertotext>
<attstatus>4</attstatus>
<jobprofile>sample string 7</jobprofile>
<joiningdate>2025-10-30T04:58:14.0689388+05:30</joiningdate>
<lpdid>1</lpdid>
<monthlysalary>8</monthlysalary>
<organization>sample string 9</organization>
<studentid>sample string 2</studentid>
<studentname>sample string 3</studentname>
</PlacementBodyDetail>
</ArrayOfPlacementBodyDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>