POST Attendance/allAttendanceOfMemberBetweenDates
Request Information
URI Parameters
None.
Body Parameters
attendanceData| Name | Description | Type | Additional information |
|---|---|---|---|
| attendanceId | integer |
None. |
|
| memberId | integer |
None. |
|
| employeeId | integer |
None. |
|
| branchId | integer |
None. |
|
| date | string |
None. |
|
| time | string |
None. |
|
| attendanceStatus | string |
None. |
|
| branchTrainingTimeId | integer |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| dateFrom | string |
None. |
|
| dateTo | string |
None. |
|
| countDaysFllowUp | string |
None. |
|
| userId | integer |
None. |
|
| language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"attendanceId": 1,
"memberId": 2,
"employeeId": 3,
"branchId": 4,
"date": "sample string 5",
"time": "sample string 6",
"attendanceStatus": "sample string 7",
"branchTrainingTimeId": 8,
"year": 9,
"month": 10,
"dateFrom": "sample string 11",
"dateTo": "sample string 12",
"countDaysFllowUp": "sample string 13",
"userId": 14,
"language": "sample string 15"
}
application/xml, text/xml
Sample:
<attendanceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Refit.Models.attendance"> <attendanceId>1</attendanceId> <attendanceStatus>sample string 7</attendanceStatus> <branchId>4</branchId> <branchTrainingTimeId>8</branchTrainingTimeId> <countDaysFllowUp>sample string 13</countDaysFllowUp> <date>sample string 5</date> <dateFrom>sample string 11</dateFrom> <dateTo>sample string 12</dateTo> <employeeId>3</employeeId> <language>sample string 15</language> <memberId>2</memberId> <month>10</month> <time>sample string 6</time> <userId>14</userId> <year>9</year> </attendanceData>
application/x-www-form-urlencoded
Sample:
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. |