POST api/diamond/update-stock-location

Request Information

URI Parameters

None.

Body Parameters

requestStockLocation
NameDescriptionTypeAdditional 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:

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

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"
}