POST UpdateMisPunchApplication
Request Information
URI Parameters
None.
Body Parameters
Approve_Raject_MissPunchApplication| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CompanyCode | string |
None. |
|
| Date | date |
None. |
|
| flag | integer |
None. |
|
| SrNO | integer |
None. |
|
| StatusDate | date |
None. |
|
| ApproverRemark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"CompanyId": "sample string 2",
"CompanyCode": "sample string 3",
"Date": "2025-12-16T05:27:42.167162+05:30",
"flag": 5,
"SrNO": 6,
"StatusDate": "2025-12-16T05:27:42.1682523+05:30",
"ApproverRemark": "sample string 8"
}
text/xml
Sample:
<Approve_Raject_MissPunchApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyHRMS"> <ApproverRemark>sample string 8</ApproverRemark> <CompanyCode>sample string 3</CompanyCode> <CompanyId>sample string 2</CompanyId> <Date>2025-12-16T05:27:42.167162+05:30</Date> <EmployeeId>1</EmployeeId> <SrNO>6</SrNO> <StatusDate>2025-12-16T05:27:42.1682523+05:30</StatusDate> <flag>5</flag> </Approve_Raject_MissPunchApplication>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |