POST api/diamond/actual-stock-list
Request Information
URI Parameters
None.
Body Parameters
UpdateStockRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
updateStockResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of clsActualStock |
None. |
|
| StockData | Collection of STOCK |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: