POST api/my/basura/transaction/bXTRA/cashback/send

Request Information

URI Parameters

None.

Body Parameters

CashBackTransferDTO
NameDescriptionTypeAdditional information
SenderBXTRA

string

None.

RecipientBXTRA

string

None.

Amount

decimal number

None.

PinCode

string

None.

bXTRAKey

string

None.

updatedBy

integer

None.

source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SenderBXTRA": "sample string 1",
  "RecipientBXTRA": "sample string 2",
  "Amount": 3.0,
  "PinCode": "sample string 4",
  "bXTRAKey": "sample string 5",
  "updatedBy": 6,
  "source": "sample string 7"
}

application/xml, text/xml

Sample:
<CashBackTransferDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <Amount>3</Amount>
  <PinCode>sample string 4</PinCode>
  <RecipientBXTRA>sample string 2</RecipientBXTRA>
  <SenderBXTRA>sample string 1</SenderBXTRA>
  <bXTRAKey>sample string 5</bXTRAKey>
  <source>sample string 7</source>
  <updatedBy>6</updatedBy>
</CashBackTransferDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.