POST api/v1/GlobalSettings
Request Information
URI Parameters
None.
Body Parameters
Collection of GlobalSettingName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Type | GlobalSettingType |
None. |
|
Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Type": 1, "Value": {} }, { "Name": "sample string 1", "Type": 1, "Value": {} } ]
application/xml, text/xml
Sample:
<ArrayOfGlobalSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPointEMM.API.Model"> <GlobalSetting> <Name>sample string 1</Name> <Type>String</Type> <Value /> </GlobalSetting> <GlobalSetting> <Name>sample string 1</Name> <Type>String</Type> <Value /> </GlobalSetting> </ArrayOfGlobalSetting>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>