PUT api/v1/systemdatas/{systemDataId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
systemDataId | globally unique identifier |
Required |
Body Parameters
SystemDataDetailsName | Description | Type | Additional 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
{ "SystemDataId": "b1fde585-9047-412d-9c99-19ac85740170", "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": "b1fde585-9047-412d-9c99-19ac85740170", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"SystemDataId":"b1fde585-9047-412d-9c99-19ac85740170","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":"b1fde585-9047-412d-9c99-19ac85740170","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<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">b1fde585-9047-412d-9c99-19ac85740170</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>b1fde585-9047-412d-9c99-19ac85740170</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 not available.
Response Information
Resource Description
SystemDataDetailsName | Description | Type | Additional 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
{ "SystemDataId": "885b6ff4-db4f-46b8-9e63-358c882a4239", "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": "885b6ff4-db4f-46b8-9e63-358c882a4239", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
{"SystemDataId":"885b6ff4-db4f-46b8-9e63-358c882a4239","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":"885b6ff4-db4f-46b8-9e63-358c882a4239","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
<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">885b6ff4-db4f-46b8-9e63-358c882a4239</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>885b6ff4-db4f-46b8-9e63-358c882a4239</SystemDataId> <SystemSenderEmailAddress>sample string 4</SystemSenderEmailAddress> <Testmode>true</Testmode> <TestmodeEmailPickupDirectory>sample string 13</TestmodeEmailPickupDirectory> <UseSSLforSmtpConnection>true</UseSSLforSmtpConnection> <UseSmtpAuthentication>true</UseSmtpAuthentication> </SystemDataDetails>