POST api/diamond/save-quick-para-stock-single-record

Request Information

URI Parameters

None.

Body Parameters

QuickParaStockCountRequest
NameDescriptionTypeAdditional information
Data

QUICK_PARA_STOCK_COUNT

None.

UserSeq

integer

None.

TokenNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Data": {
    "SEQ_NO": 1,
    "POINTER_SEQ": 1,
    "SHAPE_SEQ": 1,
    "COLOR_GROUP": 1,
    "CLARITY_GROUP": 1,
    "TOTAL_PCS": 1,
    "USER_SEQ": 1
  },
  "UserSeq": 1,
  "TokenNo": "sample string 2"
}

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

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