POST api/SystemSettings/UpdateSystemSettings
Request Information
URI Parameters
None.
Body Parameters
SystemSettingsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| cyberSourceUploadUrl | string |
None. |
|
| cyberSourcestatusEmailId | string |
None. |
|
| cyberSourcePassword | string |
None. |
|
| cyberSourceMerchantId | string |
None. |
|
| LDAPServerURL | string |
None. |
|
| cyberSourceDownloadFilePath | string |
None. |
|
| cyberSourceSecurityKey | string |
None. |
|
| IsConfigured | string |
None. |
|
| p12Certificate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cyberSourceUploadUrl": "sample string 1",
"cyberSourcestatusEmailId": "sample string 2",
"cyberSourcePassword": "sample string 3",
"cyberSourceMerchantId": "sample string 4",
"LDAPServerURL": "sample string 5",
"cyberSourceDownloadFilePath": "sample string 6",
"cyberSourceSecurityKey": "sample string 7",
"IsConfigured": "sample string 8",
"p12Certificate": "sample string 9"
}
application/xml, text/xml
Sample:
<SystemSettingsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountUpdater.Models"> <IsConfigured>sample string 8</IsConfigured> <LDAPServerURL>sample string 5</LDAPServerURL> <cyberSourceDownloadFilePath>sample string 6</cyberSourceDownloadFilePath> <cyberSourceMerchantId>sample string 4</cyberSourceMerchantId> <cyberSourcePassword>sample string 3</cyberSourcePassword> <cyberSourceSecurityKey>sample string 7</cyberSourceSecurityKey> <cyberSourceUploadUrl>sample string 1</cyberSourceUploadUrl> <cyberSourcestatusEmailId>sample string 2</cyberSourcestatusEmailId> <p12Certificate>sample string 9</p12Certificate> </SystemSettingsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |