POST V2/MemberRecommendProduct/FindMemberRecommendOrder
Request Information
URI Parameters
None.
Body Parameters
MemberRecommendProductConditionName | Description | Type | Additional information |
---|---|---|---|
ToEmail | string |
None. |
|
MemberId | string |
None. |
|
MemberCode | string |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
Offset | integer |
None. |
|
SortName | string |
None. |
|
SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ToEmail": "sample string 1", "MemberId": "sample string 2", "MemberCode": "sample string 3", "Page": 4, "PageSize": 5, "Offset": 15, "SortName": "sample string 6", "SortOrder": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MemberPromotionViewName | Description | Type | Additional information |
---|---|---|---|
MemberPromotionCode | string |
None. |
|
PromotionOrderLis | PageDataOfMemberRecommendOrderView |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberPromotionCode": "sample string 1", "PromotionOrderLis": { "TotalPage": 1, "TotalRecord": 1, "Data": [ { "MemberId": "sample string 1", "MemberName": "sample string 2", "RecommendDate": "2024-11-15 10:38:07", "OrderId": 3, "OrderNo": "sample string 4", "PaymentStatus": "sample string 5", "Page": 6, "PageSize": 7, "Offset": 35, "SortName": "sample string 8", "SortOrder": "sample string 9" }, { "MemberId": "sample string 1", "MemberName": "sample string 2", "RecommendDate": "2024-11-15 10:38:07", "OrderId": 3, "OrderNo": "sample string 4", "PaymentStatus": "sample string 5", "Page": 6, "PageSize": 7, "Offset": 35, "SortName": "sample string 8", "SortOrder": "sample string 9" } ], "Page": 2, "PageSize": 3, "Offset": 3, "SortName": "sample string 4", "SortOrder": "sample string 5" } }