POST api/Report/UserPerformanceReport
Request Information
URI Parameters
None.
Body Parameters
UserPerformanceReport_InputsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
BranchCodeList | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
UserCatgCodeList | string |
None. |
|
UserCodeList | string |
None. |
|
Mode | string |
None. |
|
HideUnwantedData | boolean |
None. |
|
HideObseletedUser | boolean |
None. |
|
DownloadReport | boolean |
None. |
|
RemoveColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "BranchCodeList": "sample string 4", "StartDate": 5, "EndDate": 6, "UserCatgCodeList": "sample string 7", "UserCodeList": "sample string 8", "Mode": "sample string 9", "HideUnwantedData": true, "HideObseletedUser": true, "DownloadReport": true, "RemoveColumns": "sample string 13" }
application/xml, text/xml
Sample:
<UserPerformanceReport_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <HideObseletedUser>true</HideObseletedUser> <HideUnwantedData>true</HideUnwantedData> <Mode>sample string 9</Mode> <RemoveColumns>sample string 13</RemoveColumns> <StartDate>5</StartDate> <UserCatgCodeList>sample string 7</UserCatgCodeList> <UserCodeList>sample string 8</UserCodeList> <UserInternalCode>sample string 3</UserInternalCode> </UserPerformanceReport_Inputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |