POST api/Import/SaveTags
Saving import tags for the current user
Request Information
URI Parameters
None.
Body Parameters
Tag GUIDs
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "98e6043d-6c1a-495c-b902-11f66232a57c", "8b093778-8fd1-406b-aa7a-38c0ae1bee2c" ]
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
tags
Property | Description |
---|---|
Length (Int32) | |
LongLength (Int64) | |
Rank (Int32) | |
SyncRoot (Object) | |
IsReadOnly (Boolean) | |
IsFixedSize (Boolean) | |
IsSynchronized (Boolean) |