POST api/Connectors/SaveMailer

Request Information

URI Parameters

None.

Body Parameters

Connectors_Mailer
NameDescriptionTypeAdditional information
ID

integer

None.

Descr

string

None.

Customer

string

None.

ConnectionType

integer

None.

Tenant

string

None.

ClientId

string

None.

ClientSecret

string

None.

smtp

string

None.

smtpPort

integer

None.

smtpusername

string

None.

smtppassword

string

None.

smtpEnableSSL

boolean

None.

SecurityProtocol

integer

None.

ValidateUser

string

None.

saveToSentItems

boolean

None.

ColumnName

string

None.

SortDirection

string

None.

IsSuccess

boolean

None.

Message

string

None.

Value

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Descr": "sample string 2",
  "Customer": "sample string 3",
  "ConnectionType": 4,
  "Tenant": "sample string 5",
  "ClientId": "sample string 6",
  "ClientSecret": "sample string 7",
  "smtp": "sample string 8",
  "smtpPort": 9,
  "smtpusername": "sample string 10",
  "smtppassword": "sample string 11",
  "smtpEnableSSL": true,
  "SecurityProtocol": 1,
  "ValidateUser": "sample string 12",
  "saveToSentItems": true,
  "ColumnName": "sample string 13",
  "SortDirection": "sample string 14",
  "IsSuccess": true,
  "Message": "sample string 16",
  "Value": {}
}

application/xml, text/xml

Sample:
<Connectors_Mailer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 16</Message>
  <Value />
  <ClientId>sample string 6</ClientId>
  <ClientSecret>sample string 7</ClientSecret>
  <ColumnName>sample string 13</ColumnName>
  <ConnectionType>4</ConnectionType>
  <Customer>sample string 3</Customer>
  <Descr>sample string 2</Descr>
  <ID>1</ID>
  <SecurityProtocol>1</SecurityProtocol>
  <SortDirection>sample string 14</SortDirection>
  <Tenant>sample string 5</Tenant>
  <ValidateUser>sample string 12</ValidateUser>
  <saveToSentItems>true</saveToSentItems>
  <smtp>sample string 8</smtp>
  <smtpEnableSSL>true</smtpEnableSSL>
  <smtpPort>9</smtpPort>
  <smtppassword>sample string 11</smtppassword>
  <smtpusername>sample string 10</smtpusername>
</Connectors_Mailer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.