POST api/Listrak/SendMorgansCrossingGCEmail?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

MCGiftCardDetails
NameDescriptionTypeAdditional information
code

string

None.

to_name

string

None.

to_email

string

None.

from_name

string

None.

from_email

string

None.

amount

string

None.

status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "to_name": "sample string 2",
  "to_email": "sample string 3",
  "from_name": "sample string 4",
  "from_email": "sample string 5",
  "amount": "sample string 6",
  "status": "sample string 7"
}

application/xml, text/xml

Sample:
<MCGiftCardDetails xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 1</code>
  <to_name>sample string 2</to_name>
  <to_email>sample string 3</to_email>
  <from_name>sample string 4</from_name>
  <from_email>sample string 5</from_email>
  <amount>sample string 6</amount>
  <status>sample string 7</status>
</MCGiftCardDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.