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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'WS.Model.ProductMNG.Catalog'. Path 'ProLis[0].CatalogTree[0].Children'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'WS.Model.ProductMNG.Catalog'. Path 'ProLis[0].CatalogTree[0].Children'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MemberRecommendProductInfo'.

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
}