POST api/Administration/SaveSsimSettings
Documentation for 'SaveSsimSettings'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
dto | Documentation for 'dto'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Settings": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ] }, { "Name": "sample string 1", "Settings": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ] }, { "Name": "sample string 1", "Settings": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfServiceConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SITA.AMS.Web.Config.Interface.Models"> <ServiceConfig> <Name>sample string 1</Name> <Settings> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> </Settings> </ServiceConfig> <ServiceConfig> <Name>sample string 1</Name> <Settings> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> </Settings> </ServiceConfig> <ServiceConfig> <Name>sample string 1</Name> <Settings> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> <ServiceSettingConfig> <Key>sample string 1</Key> <Value>sample string 2</Value> </ServiceSettingConfig> </Settings> </ServiceConfig> </ArrayOfServiceConfig>
application/x-www-form-urlencoded
Sample: