GET api/Email/CreateGotgBulkEmailDraft?productIds={productIds}&subject={subject}®ions={regions}&isAffiliate={isAffiliate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productIds | string |
Required |
|
| subject | string |
Required |
|
| regions | string |
Required |
|
| isAffiliate | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
BoolResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | boolean |
None. |
|
| Code | ResponseCode |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseObject": true,
"Code": 0,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<BoolResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DotGolf.CasualGolf.WebApi.Contracts"> <Code>None</Code> <Message>sample string 2</Message> <ResponseObject>true</ResponseObject> </BoolResponse>