POST api/v1/clubmembers/{id}/sendbyemailcouponforpoints
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
SendCouponByEmailDtoName | 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": "c42c14de-de3a-47e6-85a5-5585bc0745a1", "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>c42c14de-de3a-47e6-85a5-5585bc0745a1</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.