POST api/OnlineCourses/UpdateCustomerPromoDiscount
Request Information
URI Parameters
None.
Body Parameters
CSCustomerPromoInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustId | integer |
None. |
|
| EmailId | string |
None. |
|
| IPAddress | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustId": 1,
"EmailId": "sample string 2",
"IPAddress": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Country": "sample string 6"
}
application/xml, text/xml
Sample:
<CSCustomerPromoInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models"> <City>sample string 4</City> <Country>sample string 6</Country> <CustId>1</CustId> <EmailId>sample string 2</EmailId> <IPAddress>sample string 3</IPAddress> <State>sample string 5</State> </CSCustomerPromoInputModel>
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. |