POST api/UpdateWorkHourAttendenceByHRDept
Request Information
URI Parameters
None.
Body Parameters
HrDeptName | Description | Type | Additional information |
---|---|---|---|
HrEmpID | string |
None. |
|
PresentyID | string |
None. |
|
EmpPresentyStatus | string |
None. |
|
HrPresentyStatus | string |
None. |
|
HrRemark | string |
None. |
|
RecordType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "HrEmpID": "sample string 1", "PresentyID": "sample string 2", "EmpPresentyStatus": "sample string 3", "HrPresentyStatus": "sample string 4", "HrRemark": "sample string 5", "RecordType": "sample string 6" }
application/xml, text/xml
Sample:
<HrDept xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models"> <EmpPresentyStatus>sample string 3</EmpPresentyStatus> <HrEmpID>sample string 1</HrEmpID> <HrPresentyStatus>sample string 4</HrPresentyStatus> <HrRemark>sample string 5</HrRemark> <PresentyID>sample string 2</PresentyID> <RecordType>sample string 6</RecordType> </HrDept>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.