POST api/Masters/EmployeeAttendanceMasterList
Request Information
URI Parameters
None.
Body Parameters
EmployeeReport| 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. |
|
| EmployeeCodeList | string |
None. |
|
| SelectedCityCodeList | string |
None. |
|
| SelectedStateCodeList | string |
None. |
|
| PartySearchType | string |
None. |
|
| PartySearchText | string |
None. |
|
| SelectedPartyCodeList | string |
None. |
|
| SelectedStatusList | string |
None. |
|
| OrderBy | string |
None. |
|
| ShowUserDefinedFields | boolean |
None. |
|
| ShowAccountConfiguration | boolean |
None. |
|
| ShowMoreDetailsOfSalesPerson | boolean |
None. |
|
| SelectedDepartment | string |
None. |
|
| SelectedDesignation | string |
None. |
|
| ShowOnlyApprove_R_Unapprove | string |
None. |
|
| DownloadReport | boolean |
None. |
|
| ShowMoreDetails | boolean |
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,
"EmployeeCodeList": "sample string 8",
"SelectedCityCodeList": "sample string 9",
"SelectedStateCodeList": "sample string 10",
"PartySearchType": "sample string 11",
"PartySearchText": "sample string 12",
"SelectedPartyCodeList": "sample string 13",
"SelectedStatusList": "sample string 14",
"OrderBy": "sample string 15",
"ShowUserDefinedFields": true,
"ShowAccountConfiguration": true,
"ShowMoreDetailsOfSalesPerson": true,
"SelectedDepartment": "sample string 19",
"SelectedDesignation": "sample string 20",
"ShowOnlyApprove_R_Unapprove": "sample string 21",
"DownloadReport": true,
"ShowMoreDetails": true
}
application/xml, text/xml
Sample:
<EmployeeReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DepartmentCodeList>sample string 5</DepartmentCodeList> <DownloadReport>true</DownloadReport> <EmployeeCodeList>sample string 8</EmployeeCodeList> <EndDate>7</EndDate> <OrderBy>sample string 15</OrderBy> <PartySearchText>sample string 12</PartySearchText> <PartySearchType>sample string 11</PartySearchType> <SelectedCityCodeList>sample string 9</SelectedCityCodeList> <SelectedDepartment>sample string 19</SelectedDepartment> <SelectedDesignation>sample string 20</SelectedDesignation> <SelectedPartyCodeList>sample string 13</SelectedPartyCodeList> <SelectedStateCodeList>sample string 10</SelectedStateCodeList> <SelectedStatusList>sample string 14</SelectedStatusList> <ShowAccountConfiguration>true</ShowAccountConfiguration> <ShowMoreDetails>true</ShowMoreDetails> <ShowMoreDetailsOfSalesPerson>true</ShowMoreDetailsOfSalesPerson> <ShowOnlyApprove_R_Unapprove>sample string 21</ShowOnlyApprove_R_Unapprove> <ShowUserDefinedFields>true</ShowUserDefinedFields> <StartDate>6</StartDate> <TransactionType>sample string 4</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </EmployeeReport>
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. |