POST api/AttendanceTransaction/GetAllEmployeeAssignStandByDetails
Request Information
URI Parameters
None.
Body Parameters
EmployeeAssignStandByViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeAssignStandById | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| EmployeeCode | string |
None. |
|
| lstEmployeeId | string |
None. |
|
| EmployeeName | string |
None. |
|
| StandByDateFrom | date |
None. |
|
| DisplayStandByDateFrom | string |
None. |
|
| StandByDateTo | date |
None. |
|
| DisplayStandByDateTo | string |
None. |
|
| StandByHours | time interval |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| DisplayCreatedDate | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyDate | date |
None. |
|
| DisplayModifyDate | string |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyByName | string |
None. |
|
| IpAddress | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| Notes | string |
None. |
|
| ClientId | integer |
None. |
|
| ClientName | string |
None. |
|
| ShiftId | integer |
None. |
|
| ShiftName | string |
None. |
|
| ManagerId | integer |
None. |
|
| RequestType | RequestTypeEnum |
None. |
|
| lstEmployeeAssignStandBy | Collection of EmployeeAssignStandByViewModel |
None. |
|
| DateValue | date |
None. |
|
| DateDay | string |
None. |
|
| HistoryCreatedDate | date |
None. |
|
| HistoryCreatedBy | integer |
None. |
|
| ShiftMinutes | integer |
None. |
|
| StandByMinutes | integer |
None. |
|
| RtnMessage | string |
None. |
|
| CurrentPayCycle | integer |
None. |
|
| DayType | string |
None. |
|
| IsStandbyEditable | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeAssignStandById": 1,
"EmployeeId": 2,
"EmployeeCode": "sample string 3",
"lstEmployeeId": "sample string 4",
"EmployeeName": "sample string 5",
"StandByDateFrom": "2026-01-07T07:16:09.4213533+05:30",
"DisplayStandByDateFrom": "sample string 7",
"StandByDateTo": "2026-01-07T07:16:09.4213533+05:30",
"DisplayStandByDateTo": "sample string 9",
"StandByHours": "00:00:00.1234567",
"IsActive": true,
"CreatedDate": "2026-01-07T07:16:09.4213533+05:30",
"DisplayCreatedDate": "sample string 13",
"CreatedBy": 14,
"CreatedByName": "sample string 15",
"ModifyDate": "2026-01-07T07:16:09.4213533+05:30",
"DisplayModifyDate": "sample string 16",
"ModifyBy": 1,
"ModifyByName": "sample string 17",
"IpAddress": "sample string 18",
"LocalIpAddress": "sample string 19",
"DbUserAccount": "sample string 20",
"Notes": "sample string 21",
"ClientId": 1,
"ClientName": "sample string 22",
"ShiftId": 23,
"ShiftName": "sample string 24",
"ManagerId": 25,
"RequestType": 0,
"lstEmployeeAssignStandBy": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"DateValue": "2026-01-07T07:16:09.4213533+05:30",
"DateDay": "sample string 26",
"HistoryCreatedDate": "2026-01-07T07:16:09.4213533+05:30",
"HistoryCreatedBy": 1,
"ShiftMinutes": 1,
"StandByMinutes": 1,
"RtnMessage": "sample string 27",
"CurrentPayCycle": 1,
"DayType": "sample string 28",
"IsStandbyEditable": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.