POST V2/MemberRecommendProduct/Save

Request Information

URI Parameters

None.

Body Parameters

MemberRecommendProductInfo
NameDescriptionTypeAdditional information
Id

integer

None.

MemberId

string

None.

MemberName

string

None.

MemberPromotionCode

string

None.

ToEmail

string

None.

OrderNo

integer

None.

Skus

string

None.

Remark

string

None.

IType

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreateBy

string

None.

CreateDate

date

None.

UpdateBy

string

None.

UpdateDate

date

None.

ProLis

Collection of Product

None.

PromotionCode

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}