POST api/Tools/BranchMonthlyDiscountMaximumLimitList
Request Information
URI Parameters
None.
Body Parameters
BranchMonthlyDiscountMaximumLimit_input| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| MonthYear | integer |
None. |
|
| DownloadReport | boolean |
None. |
|
| TransactionType | string |
None. |
|
| Data | DataTable |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCodeList": "sample string 4",
"MonthYear": 5,
"DownloadReport": true,
"TransactionType": "sample string 7",
"Data": null
}
application/xml, text/xml
Sample:
<BranchMonthlyDiscountMaximumLimit_input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <Data i:nil="true" /> <DownloadReport>true</DownloadReport> <MonthYear>5</MonthYear> <TransactionType>sample string 7</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </BranchMonthlyDiscountMaximumLimit_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. |