POST api/diamond/stock-group-summary-report
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "16c7e383-0dc9-4002-9681-9693f1886e63",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5",
"Code": "sample string 6",
"Type": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RespStockSummaryReport| Name | Description | Type | Additional information |
|---|---|---|---|
| StockGroup | Collection of StockSummaryReport |
None. |
|
| GrownType | Collection of StockSummaryReport |
None. |
|
| Message | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StockGroup": [
{
"TYPE_NAME": "sample string 1",
"GROUP_NAME": "sample string 2",
"TOTAL_STONES": 1
},
{
"TYPE_NAME": "sample string 1",
"GROUP_NAME": "sample string 2",
"TOTAL_STONES": 1
}
],
"GrownType": [
{
"TYPE_NAME": "sample string 1",
"GROUP_NAME": "sample string 2",
"TOTAL_STONES": 1
},
{
"TYPE_NAME": "sample string 1",
"GROUP_NAME": "sample string 2",
"TOTAL_STONES": 1
}
],
"Message": "sample string 1",
"Status": "sample string 2"
}