POST 17.0/app/correspondence/email/propertydetails

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
TemplateId

integer

None.

PropertyId

integer

None.

Body

string

None.

application/json, text/json

Sample:
{
  "templateId": 1,
  "propertyId": 2,
  "body": "sample string 3"
}

application/xml, text/xml

Sample:
<PropertyDetailsRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TemplateId>1</TemplateId>
  <PropertyId>2</PropertyId>
  <Body>sample string 3</Body>
</PropertyDetailsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
Body

string

None.

application/json, text/json

Sample:
{
  "body": "sample string 1"
}

application/xml, text/xml

Sample:
<PropertyDetailsResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Body>sample string 1</Body>
</PropertyDetailsResponse>