POST api/customerTierMaster/saveOrUpdateVolLevel?permission={permission}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| permission | boolean |
Required |
Body Parameters
VolDiscountMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SetBy | string |
None. |
|
| VolFrom | decimal number |
None. |
|
| VolTo | decimal number |
None. |
|
| VolLevel | integer |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SetBy": "sample string 1",
"VolFrom": 2.1,
"VolTo": 3.1,
"VolLevel": 4,
"Description": "sample string 5"
}
text/xml
Sample:
<VolDiscountMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model"> <Description>sample string 5</Description> <SetBy>sample string 1</SetBy> <VolFrom>2.1</VolFrom> <VolLevel>4</VolLevel> <VolTo>3.1</VolTo> </VolDiscountMasterModel>
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. |