POST api/Artwork/updateArtwork

Request Information

URI Parameters

None.

Body Parameters

ArtworkLibrary
NameDescriptionTypeAdditional information
USER_ID

integer

None.

ACTION

string

None.

FIXED_VALUE_ID

integer

None.

ARTWORK_TYPE

integer

None.

COLOR_FAMILY_ID

integer

None.

TECHNIQUE_ID

integer

None.

REMARKS

string

None.

SEASON_ID

string

None.

IS_ACTIVE

string

None.

xml

string

None.

errMsg

string

None.

response

boolean

None.

ds

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": 1,
  "ACTION": "sample string 2",
  "FIXED_VALUE_ID": 3,
  "ARTWORK_TYPE": 4,
  "COLOR_FAMILY_ID": 5,
  "TECHNIQUE_ID": 6,
  "REMARKS": "sample string 7",
  "SEASON_ID": "sample string 8",
  "IS_ACTIVE": "sample string 9",
  "xml": "sample string 10",
  "errMsg": "sample string 11",
  "response": true,
  "ds": null
}

application/xml, text/xml

Sample:
<ArtworkLibrary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models">
  <ACTION>sample string 2</ACTION>
  <ARTWORK_TYPE>4</ARTWORK_TYPE>
  <COLOR_FAMILY_ID>5</COLOR_FAMILY_ID>
  <FIXED_VALUE_ID>3</FIXED_VALUE_ID>
  <IS_ACTIVE>sample string 9</IS_ACTIVE>
  <REMARKS>sample string 7</REMARKS>
  <SEASON_ID>sample string 8</SEASON_ID>
  <TECHNIQUE_ID>6</TECHNIQUE_ID>
  <USER_ID>1</USER_ID>
  <ds i:nil="true" />
  <errMsg>sample string 11</errMsg>
  <response>true</response>
  <xml>sample string 10</xml>
</ArtworkLibrary>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.