POST api/diamond/actual-stock-list

Request Information

URI Parameters

None.

Body Parameters

UpdateStockRequest
NameDescriptionTypeAdditional information
IsActive

boolean

None.

StoneNo

string

None.

PacketReportNo

string

None.

TokenNo

string

None.

UserSeq

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsActive": true,
  "StoneNo": "sample string 1",
  "PacketReportNo": "sample string 2",
  "TokenNo": "sample string 3",
  "UserSeq": 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 'UpdateStockRequest'.

Response Information

Resource Description

updateStockResponse
NameDescriptionTypeAdditional information
Data

Collection of clsActualStock

None.

StockData

Collection of STOCK

None.

Status

string

None.

Message

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Stream was too long.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Stream was too long.