POST 17.0/database/emailsignatures

Description

Create Email Signatures

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

Body

string

None.

Inactive

byte

None.

Header

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "body": "sample string 2",
  "inactive": 64,
  "header": "sample string 3"
}

application/xml, text/xml

Sample:
<EmailSignaturesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <Body>sample string 2</Body>
  <Inactive>64</Inactive>
  <Header>sample string 3</Header>
</EmailSignaturesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

Body

string

None.

Inactive

byte

None.

Header

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "body": "sample string 3",
  "inactive": 64,
  "header": "sample string 5"
}

application/xml, text/xml

Sample:
<EmailSignatures 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>
  <Body>sample string 3</Body>
  <Inactive>64</Inactive>
  <Header>sample string 5</Header>
</EmailSignatures>