POST api/my/basura/bxtra/redeem/cashback/payment

Request Information

URI Parameters

None.

Body Parameters

RedeemCashbackPaymentDTO
NameDescriptionTypeAdditional information
outlet_id

string

None.

cashier_id

string

None.

card_no

string

None.

pin_code

string

None.

amount

decimal number

None.

updatedBy

integer

None.

source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "outlet_id": "sample string 1",
  "cashier_id": "sample string 2",
  "card_no": "sample string 3",
  "pin_code": "sample string 4",
  "amount": 5.0,
  "updatedBy": 6,
  "source": "sample string 7"
}

application/xml, text/xml

Sample:
<RedeemCashbackPaymentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <amount>5</amount>
  <card_no>sample string 3</card_no>
  <cashier_id>sample string 2</cashier_id>
  <outlet_id>sample string 1</outlet_id>
  <pin_code>sample string 4</pin_code>
  <source>sample string 7</source>
  <updatedBy>6</updatedBy>
</RedeemCashbackPaymentDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.