GET 17.0/database/emails/defaultmodel

Description

Get a Emails model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 75

Subject

string

String length: inclusive between 0 and 255

Body

string

None.

HTMLFileName

string

String length: inclusive between 0 and 255

FromEmail

string

String length: inclusive between 0 and 50

CC

string

String length: inclusive between 0 and 100

BCC

string

String length: inclusive between 0 and 100

EmailSignatureID

integer

None.

TypeID

byte

None.

NewPropertiesOnly

byte

None.

AutoAttachDocumentID

integer

None.

SaveAsCorrespondence

byte

None.

FollowUpTaskInterval

integer

None.

FollowUpTaskPriority

byte

None.

MailshotGroupID

integer

None.

ContentTypeID

byte

None.

ShowOnClientLogin

byte

None.

InActive

byte

None.

LegacyAttachments

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "subject": "sample string 3",
  "body": "sample string 4",
  "htmlFileName": "sample string 5",
  "fromEmail": "sample string 6",
  "cc": "sample string 7",
  "bcc": "sample string 8",
  "emailSignatureID": 9,
  "typeID": 64,
  "newPropertiesOnly": 64,
  "autoAttachDocumentID": 12,
  "saveAsCorrespondence": 64,
  "followUpTaskInterval": 14,
  "followUpTaskPriority": 64,
  "mailshotGroupID": 16,
  "contentTypeID": 64,
  "showOnClientLogin": 64,
  "inActive": 64,
  "legacyAttachments": "sample string 20"
}

application/xml, text/xml

Sample:
<Emails xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <Subject>sample string 3</Subject>
  <Body>sample string 4</Body>
  <HTMLFileName>sample string 5</HTMLFileName>
  <FromEmail>sample string 6</FromEmail>
  <CC>sample string 7</CC>
  <BCC>sample string 8</BCC>
  <EmailSignatureID>9</EmailSignatureID>
  <TypeID>64</TypeID>
  <NewPropertiesOnly>64</NewPropertiesOnly>
  <AutoAttachDocumentID>12</AutoAttachDocumentID>
  <SaveAsCorrespondence>64</SaveAsCorrespondence>
  <FollowUpTaskInterval>14</FollowUpTaskInterval>
  <FollowUpTaskPriority>64</FollowUpTaskPriority>
  <MailshotGroupID>16</MailshotGroupID>
  <ContentTypeID>64</ContentTypeID>
  <ShowOnClientLogin>64</ShowOnClientLogin>
  <InActive>64</InActive>
  <LegacyAttachments>sample string 20</LegacyAttachments>
</Emails>