POST api/Settings/SetEditableProperties
Setting editable properties
Request Information
URI Parameters
None.
Body Parameters
Object containing a list of tag GUIDs
ObjResultOfGuid[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of globally unique identifier |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": [ "6f136719-75b6-4c79-8630-a353839eea61", "01eb597f-464a-4e30-b733-a7a28e6ac12a" ], "error": "sample string 1", "success": true, "errorCode": 3 }
Response Information
Resource Description
Result containing the flag of successful operation
ObjResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Data | boolean |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": true, "error": "sample string 2", "success": true, "errorCode": 4 }
Parameter Information
data
Property | Description |
---|---|
Data (Guid[]) | |
Error (String) |
Error description |
Success (Boolean) |
Flag of successful operation |
ErrorCode (Int32) |
Error code |