POST api/Tools/SaveBranchMonthlyDiscountMaximumLimit
Request Information
URI Parameters
None.
Body Parameters
Save_BranchMonthlyDiscountMaximumLimit| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| MonthYear | integer |
None. |
|
| DownloadReport | boolean |
None. |
|
| branchMonthlyDiscountDetails | Collection of BranchMonthlyDiscountDetails |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"MonthYear": 4,
"DownloadReport": true,
"branchMonthlyDiscountDetails": [
{
"BranchInternalCode": 1.1,
"BranchDiscountLimit": 2.1
},
{
"BranchInternalCode": 1.1,
"BranchDiscountLimit": 2.1
}
]
}
application/xml, text/xml
Sample:
<Save_BranchMonthlyDiscountMaximumLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
<BranchInternalCode>sample string 2</BranchInternalCode>
<DBName>sample string 1</DBName>
<DownloadReport>true</DownloadReport>
<MonthYear>4</MonthYear>
<UserInternalCode>sample string 3</UserInternalCode>
<branchMonthlyDiscountDetails>
<BranchMonthlyDiscountDetails>
<BranchDiscountLimit>2.1</BranchDiscountLimit>
<BranchInternalCode>1.1</BranchInternalCode>
</BranchMonthlyDiscountDetails>
<BranchMonthlyDiscountDetails>
<BranchDiscountLimit>2.1</BranchDiscountLimit>
<BranchInternalCode>1.1</BranchInternalCode>
</BranchMonthlyDiscountDetails>
</branchMonthlyDiscountDetails>
</Save_BranchMonthlyDiscountMaximumLimit>
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. |