POST api/emailsender/appointmentreserveemail

Request Information

URI Parameters

None.

Body Parameters

AppointmentEmail
NameDescriptionTypeAdditional information
AppId

integer

None.

TemplateId

integer

None.

LanguageId

integer

None.

AddressSendTo

string

None.

PropertyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AppId": 1,
  "TemplateId": 2,
  "LanguageId": 3,
  "AddressSendTo": "sample string 4",
  "PropertyId": 5
}

application/xml, text/xml

Sample:
<AppointmentEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <AddressSendTo>sample string 4</AddressSendTo>
  <AppId>1</AppId>
  <LanguageId>3</LanguageId>
  <PropertyId>5</PropertyId>
  <TemplateId>2</TemplateId>
</AppointmentEmail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppointmentEmail
NameDescriptionTypeAdditional information
AppId

integer

None.

TemplateId

integer

None.

LanguageId

integer

None.

AddressSendTo

string

None.

PropertyId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AppId": 1,
  "TemplateId": 2,
  "LanguageId": 3,
  "AddressSendTo": "sample string 4",
  "PropertyId": 5
}

application/xml, text/xml

Sample:
<AppointmentEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <AddressSendTo>sample string 4</AddressSendTo>
  <AppId>1</AppId>
  <LanguageId>3</LanguageId>
  <PropertyId>5</PropertyId>
  <TemplateId>2</TemplateId>
</AppointmentEmail>