POST api/Center/UpdateEnterpreneurshipDetails/{empid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
Required |
Body Parameters
Collection of EntrepreneurshipBodyDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ledid | integer |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| attstatus | integer |
None. |
|
| absentremark | string |
None. |
|
| anothertotext | string |
None. |
|
| benefittype | string |
None. |
|
| benefitted | string |
None. |
|
| benefitothertext | string |
None. |
|
| schemename | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ledid": 1,
"studentid": "sample string 2",
"studentname": "sample string 3",
"attstatus": 4,
"absentremark": "sample string 5",
"anothertotext": "sample string 6",
"benefittype": "sample string 7",
"benefitted": "sample string 8",
"benefitothertext": "sample string 9",
"schemename": "sample string 10"
},
{
"ledid": 1,
"studentid": "sample string 2",
"studentname": "sample string 3",
"attstatus": 4,
"absentremark": "sample string 5",
"anothertotext": "sample string 6",
"benefittype": "sample string 7",
"benefitted": "sample string 8",
"benefitothertext": "sample string 9",
"schemename": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfEntrepreneurshipBodyDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<EntrepreneurshipBodyDetail>
<absentremark>sample string 5</absentremark>
<anothertotext>sample string 6</anothertotext>
<attstatus>4</attstatus>
<benefitothertext>sample string 9</benefitothertext>
<benefitted>sample string 8</benefitted>
<benefittype>sample string 7</benefittype>
<ledid>1</ledid>
<schemename>sample string 10</schemename>
<studentid>sample string 2</studentid>
<studentname>sample string 3</studentname>
</EntrepreneurshipBodyDetail>
<EntrepreneurshipBodyDetail>
<absentremark>sample string 5</absentremark>
<anothertotext>sample string 6</anothertotext>
<attstatus>4</attstatus>
<benefitothertext>sample string 9</benefitothertext>
<benefitted>sample string 8</benefitted>
<benefittype>sample string 7</benefittype>
<ledid>1</ledid>
<schemename>sample string 10</schemename>
<studentid>sample string 2</studentid>
<studentname>sample string 3</studentname>
</EntrepreneurshipBodyDetail>
</ArrayOfEntrepreneurshipBodyDetail>
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>