POST api/diamond/update-stock-link
Request Information
URI Parameters
None.
Body Parameters
UploadLinks| Name | Description | Type | Additional 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:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional 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"
}