POST api/JankariPortalAdore/UpdateEMPAttendance
Request Information
URI Parameters
None.
Body Parameters
Collection of UploadEMPAtt| Name | Description | Type | Additional information |
|---|---|---|---|
| empcode | integer |
None. |
|
| empid | string |
None. |
|
| date | date |
None. |
|
| month | integer |
None. |
|
| year | integer |
None. |
|
| intime | string |
None. |
|
| outtime | string |
None. |
|
| reason | string |
None. |
|
| remark | string |
None. |
|
| updateby | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"empcode": 1,
"empid": "sample string 2",
"date": "2026-04-17T15:12:47.4778771+05:30",
"month": 4,
"year": 5,
"intime": "sample string 6",
"outtime": "sample string 7",
"reason": "sample string 8",
"remark": "sample string 9",
"updateby": "sample string 10"
},
{
"empcode": 1,
"empid": "sample string 2",
"date": "2026-04-17T15:12:47.4778771+05:30",
"month": 4,
"year": 5,
"intime": "sample string 6",
"outtime": "sample string 7",
"reason": "sample string 8",
"remark": "sample string 9",
"updateby": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfUploadEMPAtt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalAdoreAPI.Models">
<UploadEMPAtt>
<date>2026-04-17T15:12:47.4778771+05:30</date>
<empcode>1</empcode>
<empid>sample string 2</empid>
<intime>sample string 6</intime>
<month>4</month>
<outtime>sample string 7</outtime>
<reason>sample string 8</reason>
<remark>sample string 9</remark>
<updateby>sample string 10</updateby>
<year>5</year>
</UploadEMPAtt>
<UploadEMPAtt>
<date>2026-04-17T15:12:47.4778771+05:30</date>
<empcode>1</empcode>
<empid>sample string 2</empid>
<intime>sample string 6</intime>
<month>4</month>
<outtime>sample string 7</outtime>
<reason>sample string 8</reason>
<remark>sample string 9</remark>
<updateby>sample string 10</updateby>
<year>5</year>
</UploadEMPAtt>
</ArrayOfUploadEMPAtt>
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>