POST api/v1/clubmembers/{id}/sendbyemailcouponforpoints
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
SendCouponByEmailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationCode | string |
None. |
|
| Value | string |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Link | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationCode": "sample string 1",
"value": "sample string 2",
"customerId": "305e5ecc-79cf-48a8-90bf-7fe666745ef6",
"link": "sample string 3"
}
application/xml, text/xml
Sample:
<SendCouponByEmailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.Services.Dtos"> <CustomerId>305e5ecc-79cf-48a8-90bf-7fe666745ef6</CustomerId> <Link>sample string 3</Link> <OrganizationCode>sample string 1</OrganizationCode> <Value>sample string 2</Value> </SendCouponByEmailDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.