POST api/communication/template

Request Information

URI Parameters

None.

Body Parameters

Template
NameDescriptionTypeAdditional information
Id

string

None.

RecipientType

string

None.

CommunicationType

string

None.

StationeryId

integer

None.

From

string

None.

ReturnAddress

string

None.

Cc

string

None.

BCc

string

None.

Subject

string

None.

Body

string

None.

BodyPluginTemplate

string

None.

SentDate

string

None.

SentBy

string

None.

UserId

integer

None.

Name

string

None.

CreatedDate

string

None.

CreatedPersonId

integer

None.

UpdatedDate

string

None.

UpdatedPersonId

integer

None.

CommunicationVersion

string

None.

Request Formats

application/json, text/json, application/javascript, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WebMethodResultOfTemplate
NameDescriptionTypeAdditional information
Result

Template

None.

Success

boolean

None.

ErrorText

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": null,
  "Success": true,
  "ErrorText": "sample string 2"
}

application/javascript

Sample:
{"Result":null,"Success":true,"ErrorText":"sample string 2"}

application/xml, text/xml

Sample:
<WebMethodResultOfTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Success>true</Success>
  <ErrorText>sample string 2</ErrorText>
</WebMethodResultOfTemplate>