POST api/Report/CounterTransactionDetails
Request Information
URI Parameters
None.
Body Parameters
CounterTransactionDetailsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
BranchCodeList | string |
None. |
|
UserCodeList | string |
None. |
|
ReportBaseBasedOn | string |
None. |
|
PriceTemplateCode | string |
None. |
|
PriceTemplateName | string |
None. |
|
ShowFinancierInfo | boolean |
None. |
|
ShowDiscountPurposeInfo | boolean |
None. |
|
DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "StartDate": 4, "EndDate": 5, "BranchCodeList": "sample string 6", "UserCodeList": "sample string 7", "ReportBaseBasedOn": "sample string 8", "PriceTemplateCode": "sample string 9", "PriceTemplateName": "sample string 10", "ShowFinancierInfo": true, "ShowDiscountPurposeInfo": true, "DownloadReport": true }
application/xml, text/xml
Sample:
<CounterTransactionDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 6</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>5</EndDate> <PriceTemplateCode>sample string 9</PriceTemplateCode> <PriceTemplateName>sample string 10</PriceTemplateName> <ReportBaseBasedOn>sample string 8</ReportBaseBasedOn> <ShowDiscountPurposeInfo>true</ShowDiscountPurposeInfo> <ShowFinancierInfo>true</ShowFinancierInfo> <StartDate>4</StartDate> <UserCodeList>sample string 7</UserCodeList> <UserInternalCode>sample string 3</UserInternalCode> </CounterTransactionDetails>
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. |