GET api/Values/GetStockDistributionSummary?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetStockDistributionSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| phase | string |
None. |
|
| totalstock | integer |
None. |
|
| distributedstock | integer |
None. |
|
| updatedstock | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"phase": "sample string 2",
"totalstock": 1,
"distributedstock": 1,
"updatedstock": 1
},
{
"state": "sample string 1",
"phase": "sample string 2",
"totalstock": 1,
"distributedstock": 1,
"updatedstock": 1
}
]