POST Artwork/Tag

Creates artwork tag. [addUpdateArtworkTags]

Request Information

URI Parameters

None.

Body Parameters

CreateTagModel
NameDescriptionTypeAdditional information
RecordId

integer

None.

Keyword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordId": 1,
  "Keyword": "sample string 2"
}

application/xml, text/xml

Sample:
<CreateTagModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Mobile.Api.Models.DataObjects.Common">
  <Keyword>sample string 2</Keyword>
  <RecordId>1</RecordId>
</CreateTagModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreateTagModel'.

Response Information

Resource Description

None.