PUT api/v1/systemdatas/{systemDataId}

Updates the specified SystemData.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
systemDataId

The SystemData identifier.

globally unique identifier

Required

Body Parameters

The SystemData details.

SystemDataDetails
NameDescriptionTypeAdditional information
SystemDataId

globally unique identifier

None.

BaseURL

string

Required

String length: inclusive between 0 and 250

ReportSenderEmailAddress

string

Required

String length: inclusive between 0 and 100

SystemSenderEmailAddress

string

Required

String length: inclusive between 0 and 100

UseSmtpAuthentication

boolean

Required

UseSSLforSmtpConnection

boolean

Required

SmtpUsername

string

String length: inclusive between 0 and 100

SmtpPassword

string

String length: inclusive between 0 and 100

SmtpServer

string

Required

String length: inclusive between 0 and 100

SmtpPort

integer

None.

MaxUserLoginAttempts

integer

None.

Testmode

boolean

Required

TestmodeEmailPickupDirectory

string

String length: inclusive between 0 and 100

DebugMode

boolean

Required

SendToBccRecipients

boolean

Required

BccRecipientEmailAddresses

string

String length: inclusive between 0 and 250

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemDataId": "1344bacd-ec48-450d-b3d2-8772be2abd64",
  "BaseURL": "sample string 2",
  "ReportSenderEmailAddress": "sample string 3",
  "SystemSenderEmailAddress": "sample string 4",
  "UseSmtpAuthentication": true,
  "UseSSLforSmtpConnection": true,
  "SmtpUsername": "sample string 7",
  "SmtpPassword": "sample string 8",
  "SmtpServer": "sample string 9",
  "SmtpPort": 10,
  "MaxUserLoginAttempts": 11,
  "Testmode": true,
  "TestmodeEmailPickupDirectory": "sample string 13",
  "DebugMode": true,
  "SendToBccRecipients": true,
  "BccRecipientEmailAddresses": "sample string 16",
  "Id": "1344bacd-ec48-450d-b3d2-8772be2abd64",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"SystemDataId":"1344bacd-ec48-450d-b3d2-8772be2abd64","BaseURL":"sample string 2","ReportSenderEmailAddress":"sample string 3","SystemSenderEmailAddress":"sample string 4","UseSmtpAuthentication":true,"UseSSLforSmtpConnection":true,"SmtpUsername":"sample string 7","SmtpPassword":"sample string 8","SmtpServer":"sample string 9","SmtpPort":10,"MaxUserLoginAttempts":11,"Testmode":true,"TestmodeEmailPickupDirectory":"sample string 13","DebugMode":true,"SendToBccRecipients":true,"BccRecipientEmailAddresses":"sample string 16","Id":"1344bacd-ec48-450d-b3d2-8772be2abd64","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<SystemDataDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.System">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">1344bacd-ec48-450d-b3d2-8772be2abd64</Id>
  <BaseURL>sample string 2</BaseURL>
  <BccRecipientEmailAddresses>sample string 16</BccRecipientEmailAddresses>
  <DebugMode>true</DebugMode>
  <MaxUserLoginAttempts>11</MaxUserLoginAttempts>
  <ReportSenderEmailAddress>sample string 3</ReportSenderEmailAddress>
  <SendToBccRecipients>true</SendToBccRecipients>
  <SmtpPassword>sample string 8</SmtpPassword>
  <SmtpPort>10</SmtpPort>
  <SmtpServer>sample string 9</SmtpServer>
  <SmtpUsername>sample string 7</SmtpUsername>
  <SystemDataId>1344bacd-ec48-450d-b3d2-8772be2abd64</SystemDataId>
  <SystemSenderEmailAddress>sample string 4</SystemSenderEmailAddress>
  <Testmode>true</Testmode>
  <TestmodeEmailPickupDirectory>sample string 13</TestmodeEmailPickupDirectory>
  <UseSSLforSmtpConnection>true</UseSSLforSmtpConnection>
  <UseSmtpAuthentication>true</UseSmtpAuthentication>
</SystemDataDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SystemDataDetails'.

Response Information

Resource Description

SystemDataDetails
NameDescriptionTypeAdditional information
SystemDataId

globally unique identifier

None.

BaseURL

string

Required

String length: inclusive between 0 and 250

ReportSenderEmailAddress

string

Required

String length: inclusive between 0 and 100

SystemSenderEmailAddress

string

Required

String length: inclusive between 0 and 100

UseSmtpAuthentication

boolean

Required

UseSSLforSmtpConnection

boolean

Required

SmtpUsername

string

String length: inclusive between 0 and 100

SmtpPassword

string

String length: inclusive between 0 and 100

SmtpServer

string

Required

String length: inclusive between 0 and 100

SmtpPort

integer

None.

MaxUserLoginAttempts

integer

None.

Testmode

boolean

Required

TestmodeEmailPickupDirectory

string

String length: inclusive between 0 and 100

DebugMode

boolean

Required

SendToBccRecipients

boolean

Required

BccRecipientEmailAddresses

string

String length: inclusive between 0 and 250

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SystemDataId": "97bd5f1f-286c-4160-b63a-10716bad19a4",
  "BaseURL": "sample string 2",
  "ReportSenderEmailAddress": "sample string 3",
  "SystemSenderEmailAddress": "sample string 4",
  "UseSmtpAuthentication": true,
  "UseSSLforSmtpConnection": true,
  "SmtpUsername": "sample string 7",
  "SmtpPassword": "sample string 8",
  "SmtpServer": "sample string 9",
  "SmtpPort": 10,
  "MaxUserLoginAttempts": 11,
  "Testmode": true,
  "TestmodeEmailPickupDirectory": "sample string 13",
  "DebugMode": true,
  "SendToBccRecipients": true,
  "BccRecipientEmailAddresses": "sample string 16",
  "Id": "97bd5f1f-286c-4160-b63a-10716bad19a4",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"SystemDataId":"97bd5f1f-286c-4160-b63a-10716bad19a4","BaseURL":"sample string 2","ReportSenderEmailAddress":"sample string 3","SystemSenderEmailAddress":"sample string 4","UseSmtpAuthentication":true,"UseSSLforSmtpConnection":true,"SmtpUsername":"sample string 7","SmtpPassword":"sample string 8","SmtpServer":"sample string 9","SmtpPort":10,"MaxUserLoginAttempts":11,"Testmode":true,"TestmodeEmailPickupDirectory":"sample string 13","DebugMode":true,"SendToBccRecipients":true,"BccRecipientEmailAddresses":"sample string 16","Id":"97bd5f1f-286c-4160-b63a-10716bad19a4","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<SystemDataDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.System">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">97bd5f1f-286c-4160-b63a-10716bad19a4</Id>
  <BaseURL>sample string 2</BaseURL>
  <BccRecipientEmailAddresses>sample string 16</BccRecipientEmailAddresses>
  <DebugMode>true</DebugMode>
  <MaxUserLoginAttempts>11</MaxUserLoginAttempts>
  <ReportSenderEmailAddress>sample string 3</ReportSenderEmailAddress>
  <SendToBccRecipients>true</SendToBccRecipients>
  <SmtpPassword>sample string 8</SmtpPassword>
  <SmtpPort>10</SmtpPort>
  <SmtpServer>sample string 9</SmtpServer>
  <SmtpUsername>sample string 7</SmtpUsername>
  <SystemDataId>97bd5f1f-286c-4160-b63a-10716bad19a4</SystemDataId>
  <SystemSenderEmailAddress>sample string 4</SystemSenderEmailAddress>
  <Testmode>true</Testmode>
  <TestmodeEmailPickupDirectory>sample string 13</TestmodeEmailPickupDirectory>
  <UseSSLforSmtpConnection>true</UseSSLforSmtpConnection>
  <UseSmtpAuthentication>true</UseSmtpAuthentication>
</SystemDataDetails>