POST AdminApi/MemberGroup/SaveMemberGroup

Request Information

URI Parameters

None.

Body Parameters

MemberGroup
NameDescriptionTypeAdditional information
Name

string

None.

Names

Collection of MutiLanguage

None.

NameTransId

globally unique identifier

None.

Remark

string

Required

String length: inclusive between 0 and 20

Discount

decimal number

None.

ParentId

globally unique identifier

None.

SubGroup

Collection of MemberGroup

None.

Id

globally unique identifier

None.

ClientId

globally unique identifier

None.

IsActive

boolean

Required

IsDeleted

boolean

Required

CreateDate

date

Required

UpdateDate

date

None.

CreateBy

globally unique identifier

Required

UpdateBy

globally unique identifier

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 'BDMall.Model.MemberMNG.MemberGroup'. Path 'SubGroup'.

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 'BDMall.Model.MemberMNG.MemberGroup'. Path 'SubGroup'.

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 'MemberGroup'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.