POST GetAttendanceforOrange
Request Information
URI Parameters
None.
Body Parameters
Orange_atten| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | string |
None. |
|
| EmployeeCode | string |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyCode | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": "sample string 1",
"EmployeeCode": "sample string 2",
"CompanyId": 3,
"CompanyCode": "sample string 4",
"FromDate": "sample string 5",
"ToDate": "sample string 6"
}
text/xml
Sample:
<Orange_atten xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyHRMS"> <CompanyCode>sample string 4</CompanyCode> <CompanyId>3</CompanyId> <EmployeeCode>sample string 2</EmployeeCode> <EmployeeId>sample string 1</EmployeeId> <FromDate>sample string 5</FromDate> <ToDate>sample string 6</ToDate> </Orange_atten>
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. |