POST api/Tools/MonthlyAttendanceStatusReport
Request Information
URI Parameters
None.
Body Parameters
MonthlyAttendanceReport_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| TransactionType | string |
None. |
|
| DepartmentCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| SelectedCityCodeList | string |
None. |
|
| SelectedStateCodeList | string |
None. |
|
| BasedOn | string |
None. |
|
| OrderBy | string |
None. |
|
| PartySearchType | string |
None. |
|
| PartySearchText | string |
None. |
|
| SelectedPartyCodeList | string |
None. |
|
| SelectedStatusList | string |
None. |
|
| DownloadReport | boolean |
None. |
|
| SelectedDepartment | string |
None. |
|
| SelectedDesignation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"TransactionType": "sample string 4",
"DepartmentCodeList": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"SelectedCityCodeList": "sample string 8",
"SelectedStateCodeList": "sample string 9",
"BasedOn": "sample string 10",
"OrderBy": "sample string 11",
"PartySearchType": "sample string 12",
"PartySearchText": "sample string 13",
"SelectedPartyCodeList": "sample string 14",
"SelectedStatusList": "sample string 15",
"DownloadReport": true,
"SelectedDepartment": "sample string 17",
"SelectedDesignation": "sample string 18"
}
application/xml, text/xml
Sample:
<MonthlyAttendanceReport_Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BasedOn>sample string 10</BasedOn> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DepartmentCodeList>sample string 5</DepartmentCodeList> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <OrderBy>sample string 11</OrderBy> <PartySearchText>sample string 13</PartySearchText> <PartySearchType>sample string 12</PartySearchType> <SelectedCityCodeList>sample string 8</SelectedCityCodeList> <SelectedDepartment>sample string 17</SelectedDepartment> <SelectedDesignation>sample string 18</SelectedDesignation> <SelectedPartyCodeList>sample string 14</SelectedPartyCodeList> <SelectedStateCodeList>sample string 9</SelectedStateCodeList> <SelectedStatusList>sample string 15</SelectedStatusList> <StartDate>6</StartDate> <TransactionType>sample string 4</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </MonthlyAttendanceReport_Input>
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. |