POST api/diamond/save-quick-para-stock-single-record
Request Information
URI Parameters
None.
Body Parameters
QuickParaStockCountRequest| Name | Description | Type | Additional 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,
"COLOR_GROUP": 1,
"CLARITY_GROUP": 1,
"TOTAL_PCS": 1,
"USER_SEQ": 1
},
"UserSeq": 1,
"TokenNo": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}