POST api/diamond/update-stock-location
Request Information
URI Parameters
None.
Body Parameters
requestStockLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of stockLocationUpdate |
None. |
|
| USER_SEQ | integer |
None. |
|
| TOKEN_NO | integer |
None. |
|
| Response | ResponseMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": [
{
"SEQ_NO": 1,
"PACKET_NO": "sample string 1",
"REPORT_NO": "sample string 2",
"LOCATION": "sample string 3"
},
{
"SEQ_NO": 1,
"PACKET_NO": "sample string 1",
"REPORT_NO": "sample string 2",
"LOCATION": "sample string 3"
}
],
"USER_SEQ": 1,
"TOKEN_NO": 2,
"Response": {
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}
}
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"
}