POST Rewards

Request Information

URI Parameters

None.

Body Parameters

LE_Debit_Calculations_Response
NameDescriptionTypeAdditional information
user_balance

integer

None.

points_consumed

integer

None.

status

integer

None.

transaction_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "user_balance": 1,
  "points_consumed": 2,
  "status": 3,
  "transaction_id": 4
}

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

Response Information

Resource Description

LE_User_ServicePoints
NameDescriptionTypeAdditional information
user_balance

integer

None.

points_consumed

integer

None.

transaction_id

integer

None.

responsecode

string

None.

responsemessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "user_balance": 1,
  "points_consumed": 2,
  "transaction_id": 3,
  "responsecode": "sample string 4",
  "responsemessage": "sample string 5"
}