POST api/Import/SaveTags

Saving import tags for the current user

Request Information

URI Parameters

None.

Body Parameters

Tag GUIDs

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ece045d3-066d-4048-ae13-091141e5a2b1",
  "3e13bb45-73a5-424f-9add-66709e8b45eb"
]

Response Information

Resource Description

Result containing the flag of successful operation

ObjResultOfBoolean
NameDescriptionTypeAdditional 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)