GET api/ReplicationData/Item_GetSoldProductCount?PrivateKey={PrivateKey}&ItemNoFilter={ItemNoFilter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | string |
Required |
|
| ItemNoFilter | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ItemSold| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| SessTran | string |
None. |
|
| LstItemSoldModel | Collection of ItemSoldModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"SessTran": "sample string 4",
"LstItemSoldModel": [
{
"ItemNo": "sample string 1",
"Sold": 2.0
},
{
"ItemNo": "sample string 1",
"Sold": 2.0
}
]
}