POST 17.0/app/correspondence/email/propertybulletin

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
ContactId

integer

None.

TemplateId

integer

None.

IncludeValuations

boolean

None.

IncludeInstructed

boolean

None.

Body

string

None.

application/json, text/json

Sample:
{
  "contactId": 1,
  "templateId": 2,
  "includeValuations": true,
  "includeInstructed": true,
  "body": "sample string 5"
}

application/xml, text/xml

Sample:
<PropertyBulletinRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactId>1</ContactId>
  <TemplateId>2</TemplateId>
  <IncludeValuations>true</IncludeValuations>
  <IncludeInstructed>true</IncludeInstructed>
  <Body>sample string 5</Body>
</PropertyBulletinRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
Body

string

None.

NoPropertiesFound

boolean

None.

application/json, text/json

Sample:
{
  "body": "sample string 1",
  "noPropertiesFound": true
}

application/xml, text/xml

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