POST api/diamond/update-stock-link

Request Information

URI Parameters

None.

Body Parameters

UploadLinks
NameDescriptionTypeAdditional information
PACKET_NO

string

None.

STATUS

string

None.

VIDEO_LINK

string

None.

IMAGE_LINK

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PACKET_NO": "sample string 1",
  "STATUS": "sample string 2",
  "VIDEO_LINK": "sample string 3",
  "IMAGE_LINK": "sample string 4"
}

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 'UploadLinks'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}