GET api/ReplicationData/StockECom_ResetSource?PrivateKey={PrivateKey}&SessTran={SessTran}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | string |
Required |
|
| SessTran | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LstStockEcom| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| SessTran | string |
None. |
|
| LstStockItem | Collection of StockEcom |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"SessTran": "sample string 4",
"LstStockItem": [
{
"no": "sample string 1",
"qty": 1.0,
"store_code": "sample string 2",
"created": "sample string 3"
},
{
"no": "sample string 1",
"qty": 1.0,
"store_code": "sample string 2",
"created": "sample string 3"
}
]
}