POST API/ManualPunch/GetManualPunchRequestDataByIDReportingManager
Request Information
URI Parameters
None.
Body Parameters
ManualPunchApprove| Name | Description | Type | Additional information |
|---|---|---|---|
| ManualPunchId | integer |
None. |
|
| EmployeeFrameId | integer |
None. |
|
| InDate | date |
None. |
|
| InTime | string |
None. |
|
| OutDate | date |
None. |
|
| OutTime | string |
None. |
|
| Remarks | string |
None. |
|
| Status | string |
None. |
|
| AppliedDate | date |
None. |
|
| EmployeeID | integer |
None. |
|
| EmployeeName | string |
None. |
|
| DivisionName | string |
None. |
|
| BranchName | string |
None. |
|
| DesignationName | string |
None. |
|
| EmployeePhoto | string |
None. |
|
| ReportingManagerId | string |
None. |
|
| ReportingManagerName | string |
None. |
|
| returnErrorMessage | string |
None. |
|
| returnStatus | boolean |
None. |
|
| ClientId | string |
None. |
|
| clientName | string |
None. |
|
| Connectionstring | string |
None. |
|
| DocumentURL | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ManualPunchId": 1,
"EmployeeFrameId": 2,
"InDate": "2026-01-10T14:14:35.8342359+05:30",
"InTime": "sample string 4",
"OutDate": "2026-01-10T14:14:35.8342359+05:30",
"OutTime": "sample string 6",
"Remarks": "sample string 7",
"Status": "sample string 8",
"AppliedDate": "2026-01-10T14:14:35.8347854+05:30",
"EmployeeID": 10,
"EmployeeName": "sample string 11",
"DivisionName": "sample string 12",
"BranchName": "sample string 13",
"DesignationName": "sample string 14",
"EmployeePhoto": "sample string 15",
"ReportingManagerId": "sample string 16",
"ReportingManagerName": "sample string 17",
"returnErrorMessage": "sample string 18",
"returnStatus": true,
"ClientId": "sample string 20",
"clientName": "sample string 21",
"Connectionstring": "sample string 22",
"DocumentURL": "sample string 23",
"CreatedBy": "sample string 24",
"CreatedDate": "2026-01-10T14:14:35.8347854+05:30",
"ModifiedBy": "sample string 26",
"ModifiedDate": "2026-01-10T14:14:35.8347854+05:30"
}
application/xml, text/xml
Sample:
<ManualPunchApprove xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity"> <ClientId>sample string 20</ClientId> <Connectionstring>sample string 22</Connectionstring> <CreatedBy>sample string 24</CreatedBy> <CreatedDate>2026-01-10T14:14:35.8347854+05:30</CreatedDate> <DocumentURL>sample string 23</DocumentURL> <ModifiedBy>sample string 26</ModifiedBy> <ModifiedDate>2026-01-10T14:14:35.8347854+05:30</ModifiedDate> <clientName>sample string 21</clientName> <returnErrorMessage>sample string 18</returnErrorMessage> <returnStatus>true</returnStatus> <AppliedDate>2026-01-10T14:14:35.8347854+05:30</AppliedDate> <BranchName>sample string 13</BranchName> <DesignationName>sample string 14</DesignationName> <DivisionName>sample string 12</DivisionName> <EmployeeFrameId>2</EmployeeFrameId> <EmployeeID>10</EmployeeID> <EmployeeName>sample string 11</EmployeeName> <EmployeePhoto>sample string 15</EmployeePhoto> <InDate>2026-01-10T14:14:35.8342359+05:30</InDate> <InTime>sample string 4</InTime> <ManualPunchId>1</ManualPunchId> <OutDate>2026-01-10T14:14:35.8342359+05:30</OutDate> <OutTime>sample string 6</OutTime> <Remarks>sample string 7</Remarks> <ReportingManagerId>sample string 16</ReportingManagerId> <ReportingManagerName>sample string 17</ReportingManagerName> <Status>sample string 8</Status> </ManualPunchApprove>
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. |