POST api/Online/sendCustomerEmail

Request Information

URI Parameters

None.

Body Parameters

sendCustomerEmail
NameDescriptionTypeAdditional information
merchantId

integer

None.

customerName

string

None.

customerEmail

string

None.

customerMessage

string

None.

customerPhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "merchantId": 1,
  "customerName": "sample string 2",
  "customerEmail": "sample string 3",
  "customerMessage": "sample string 4",
  "customerPhoneNumber": "sample string 5"
}

application/xml, text/xml

Sample:
<sendCustomerEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
  <customerEmail>sample string 3</customerEmail>
  <customerMessage>sample string 4</customerMessage>
  <customerName>sample string 2</customerName>
  <customerPhoneNumber>sample string 5</customerPhoneNumber>
  <merchantId>1</merchantId>
</sendCustomerEmail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.