POST api/AI/HR-UpdateWFHStatus
Request Information
URI Parameters
None.
Body Parameters
EmpWFHApprovalBAL| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpWFHID | string |
None. |
|
| EmpID | string |
None. |
|
| LoginEmpId | string |
None. |
|
| LocationID | integer |
None. |
|
| EmpName | string |
None. |
|
| EmpNameID | string |
None. |
|
| WFHType | string |
None. |
|
| WFHFrom | string |
None. |
|
| WFHTo | string |
None. |
|
| WFHAppliedOn | string |
None. |
|
| WFHReason | string |
None. |
|
| AdminComment | string |
None. |
|
| WFHStatus | string |
None. |
|
| WFHSanctionOn | string |
None. |
|
| WFHSanctionBy | string |
None. |
|
| IsApproved | string |
None. |
|
| IsTeam | integer |
None. |
|
| TotalWFH | integer |
None. |
|
| WFHEntryDate | string |
None. |
|
| AttOutTime | string |
None. |
|
| AttInTime | string |
None. |
|
| EmployeeWFHCount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpWFHID": "sample string 1",
"EmpID": "sample string 2",
"LoginEmpId": "sample string 3",
"LocationID": 4,
"EmpName": "sample string 5",
"EmpNameID": "sample string 6",
"WFHType": "sample string 7",
"WFHFrom": "sample string 8",
"WFHTo": "sample string 9",
"WFHAppliedOn": "sample string 10",
"WFHReason": "sample string 11",
"AdminComment": "sample string 12",
"WFHStatus": "sample string 13",
"WFHSanctionOn": "sample string 14",
"WFHSanctionBy": "sample string 15",
"IsApproved": "sample string 16",
"IsTeam": 17,
"TotalWFH": 18,
"WFHEntryDate": "sample string 19",
"AttOutTime": "sample string 20",
"AttInTime": "sample string 21",
"EmployeeWFHCount": "sample string 22"
}
application/xml, text/xml
Sample:
<EmpWFHApprovalBAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgoraBL.BAL"> <AdminComment>sample string 12</AdminComment> <AttInTime>sample string 21</AttInTime> <AttOutTime>sample string 20</AttOutTime> <EmpID>sample string 2</EmpID> <EmpName>sample string 5</EmpName> <EmpNameID>sample string 6</EmpNameID> <EmpWFHID>sample string 1</EmpWFHID> <EmployeeWFHCount>sample string 22</EmployeeWFHCount> <IsApproved>sample string 16</IsApproved> <IsTeam>17</IsTeam> <LocationID>4</LocationID> <LoginEmpId>sample string 3</LoginEmpId> <TotalWFH>18</TotalWFH> <WFHAppliedOn>sample string 10</WFHAppliedOn> <WFHEntryDate>sample string 19</WFHEntryDate> <WFHFrom>sample string 8</WFHFrom> <WFHReason>sample string 11</WFHReason> <WFHSanctionBy>sample string 15</WFHSanctionBy> <WFHSanctionOn>sample string 14</WFHSanctionOn> <WFHStatus>sample string 13</WFHStatus> <WFHTo>sample string 9</WFHTo> <WFHType>sample string 7</WFHType> </EmpWFHApprovalBAL>
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.