GET api/ReplicationData2/PromotionPriceECom_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
LstPromotionPriceEcom| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| SessTran | string |
None. |
|
| LstPromotionPriceItem | Collection of PromotionPriceEcom |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"SessTran": "sample string 4",
"LstPromotionPriceItem": [
{
"no": "sample string 1",
"special_price": 1.0,
"from_date": "sample string 2",
"to_date": "sample string 3",
"created": "sample string 4",
"Status": 64
},
{
"no": "sample string 1",
"special_price": 1.0,
"from_date": "sample string 2",
"to_date": "sample string 3",
"created": "sample string 4",
"Status": 64
}
]
}