GET api/ReplicationData/MemberSalesHistory?PrivateKey={PrivateKey}&MobilePhone={MobilePhone}&MemberAccount={MemberAccount}&SoDonHang={SoDonHang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | string |
Required |
|
| MobilePhone | string |
Required |
|
| MemberAccount | string |
Required |
|
| SoDonHang | string |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
MemberSalesHistoryEcom| Name | Description | Type | Additional information |
|---|---|---|---|
| MessCode | integer |
None. |
|
| MessContent | string |
None. |
|
| TotalRecord | integer |
None. |
|
| SessTran | string |
None. |
|
| LstMemberSalesHistoryEcomItem | Collection of MemberSalesHistoryEcomItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessCode": 1,
"MessContent": "sample string 2",
"TotalRecord": 3,
"SessTran": "sample string 4",
"LstMemberSalesHistoryEcomItem": [
{
"order_id": "sample string 1",
"LstItemEcom": [
{
"sku": "sample string 1",
"qty": 2.0,
"amount": 3.0,
"name": "sample string 4"
},
{
"sku": "sample string 1",
"qty": 2.0,
"amount": 3.0,
"name": "sample string 4"
}
],
"date_create": "sample string 2",
"amount": 3.0
},
{
"order_id": "sample string 1",
"LstItemEcom": [
{
"sku": "sample string 1",
"qty": 2.0,
"amount": 3.0,
"name": "sample string 4"
},
{
"sku": "sample string 1",
"qty": 2.0,
"amount": 3.0,
"name": "sample string 4"
}
],
"date_create": "sample string 2",
"amount": 3.0
}
]
}