POST V2/Points/Save

Request Information

URI Parameters

None.

Body Parameters

PointsPostView
NameDescriptionTypeAdditional information
MemberId

string

None.

OrderId

integer

None.

Points

decimal number

None.

Type

PointsTypeEnum

None.

Mode

PointsMode

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": "sample string 1",
  "OrderId": 2,
  "Points": 3.0,
  "Type": 0,
  "Mode": 1
}

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

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
}