POST api/Center/UpdatePlanVsActualAttCC/{pccid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pccid | integer |
Required |
Body Parameters
Collection of IDIPlanVsActualCCAttendanceName | Description | Type | Additional information |
---|---|---|---|
paccid | integer |
None. |
|
centid | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
batchid | string |
None. |
|
batchname | string |
None. |
|
date | date |
None. |
|
totenroll | integer |
None. |
|
totpresent | integer |
None. |
|
acyear | string |
None. |
|
createdby | string |
None. |
|
createdon | date |
None. |
|
updatedby | string |
None. |
|
updatedon | date |
None. |
Request Formats
application/json, text/json
Sample:
[ { "paccid": 1, "centid": "sample string 2", "teamleaderid": "sample string 3", "tlname": "sample string 4", "batchid": "sample string 5", "batchname": "sample string 6", "date": "2025-05-10T11:39:29.1601379+05:30", "totenroll": 1, "totpresent": 1, "acyear": "sample string 7", "createdby": "sample string 8", "createdon": "2025-05-10T11:39:29.1601379+05:30", "updatedby": "sample string 9", "updatedon": "2025-05-10T11:39:29.1601379+05:30" }, { "paccid": 1, "centid": "sample string 2", "teamleaderid": "sample string 3", "tlname": "sample string 4", "batchid": "sample string 5", "batchname": "sample string 6", "date": "2025-05-10T11:39:29.1601379+05:30", "totenroll": 1, "totpresent": 1, "acyear": "sample string 7", "createdby": "sample string 8", "createdon": "2025-05-10T11:39:29.1601379+05:30", "updatedby": "sample string 9", "updatedon": "2025-05-10T11:39:29.1601379+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfIDIPlanVsActualCCAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <IDIPlanVsActualCCAttendance> <acyear>sample string 7</acyear> <batchid>sample string 5</batchid> <batchname>sample string 6</batchname> <centid>sample string 2</centid> <createdby>sample string 8</createdby> <createdon>2025-05-10T11:39:29.1601379+05:30</createdon> <date>2025-05-10T11:39:29.1601379+05:30</date> <paccid>1</paccid> <teamleaderid>sample string 3</teamleaderid> <tlname>sample string 4</tlname> <totenroll>1</totenroll> <totpresent>1</totpresent> <updatedby>sample string 9</updatedby> <updatedon>2025-05-10T11:39:29.1601379+05:30</updatedon> </IDIPlanVsActualCCAttendance> <IDIPlanVsActualCCAttendance> <acyear>sample string 7</acyear> <batchid>sample string 5</batchid> <batchname>sample string 6</batchname> <centid>sample string 2</centid> <createdby>sample string 8</createdby> <createdon>2025-05-10T11:39:29.1601379+05:30</createdon> <date>2025-05-10T11:39:29.1601379+05:30</date> <paccid>1</paccid> <teamleaderid>sample string 3</teamleaderid> <tlname>sample string 4</tlname> <totenroll>1</totenroll> <totpresent>1</totpresent> <updatedby>sample string 9</updatedby> <updatedon>2025-05-10T11:39:29.1601379+05:30</updatedon> </IDIPlanVsActualCCAttendance> </ArrayOfIDIPlanVsActualCCAttendance>
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>