GET api/ReplicationData2/PriceECom_ConfirmPackageData?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
LstPriceEcom| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| SessTran | string |
None. |
|
| LstPriceItem | Collection of PriceEcom |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"SessTran": "sample string 4",
"LstPriceItem": [
{
"no": "sample string 1",
"no_2": "sample string 2",
"price": 1.0,
"created": "sample string 3"
},
{
"no": "sample string 1",
"no_2": "sample string 2",
"price": 1.0,
"created": "sample string 3"
}
]
}