POST api/email/ViewBrowser/{orderid}/{email}

Get the body of an html email

Request Information

Parameters

NameDescriptionAdditional information
orderid

Define this parameter in the request URI.

email

Define this parameter in the request URI.

Response Information

ServiceReturn

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}