POST api/AI/Employee-WFH-Details
Request Information
URI Parameters
None.
Body Parameters
EmpWFHBAL| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| WFHFrom | string |
None. |
|
| WFHTo | string |
None. |
|
| WFHDesc | string |
None. |
|
| WFHStatus | string |
None. |
|
| AdminComments | string |
None. |
|
| WFHCount | integer |
None. |
|
| EmpID | integer |
None. |
|
| SkillId | integer |
None. |
|
| Year | integer |
None. |
|
| WFHSanctionOn | string |
None. |
|
| WFHSanctionBy | string |
None. |
|
| Reason | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"WFHFrom": "sample string 2",
"WFHTo": "sample string 3",
"WFHDesc": "sample string 4",
"WFHStatus": "sample string 5",
"AdminComments": "sample string 6",
"WFHCount": 7,
"EmpID": 8,
"SkillId": 9,
"Year": 10,
"WFHSanctionOn": "sample string 11",
"WFHSanctionBy": "sample string 12",
"Reason": "sample string 13",
"From": "2026-08-26T09:59:34.7479864+05:30",
"To": "2026-08-26T09:59:34.7479864+05:30"
}
application/xml, text/xml
Sample:
<EmpWFHBAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgoraBL.BAL"> <AdminComments>sample string 6</AdminComments> <EmpID>8</EmpID> <From>2026-08-26T09:59:34.7479864+05:30</From> <ID>1</ID> <Reason>sample string 13</Reason> <SkillId>9</SkillId> <To>2026-08-26T09:59:34.7479864+05:30</To> <WFHCount>7</WFHCount> <WFHDesc>sample string 4</WFHDesc> <WFHFrom>sample string 2</WFHFrom> <WFHSanctionBy>sample string 12</WFHSanctionBy> <WFHSanctionOn>sample string 11</WFHSanctionOn> <WFHStatus>sample string 5</WFHStatus> <WFHTo>sample string 3</WFHTo> <Year>10</Year> </EmpWFHBAL>
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.