POST api/Reward/Redeem

Request Information

URI Parameters

None.

Body Parameters

RedeemRequest
NameDescriptionTypeAdditional information
CompID

integer

None.

FrID

integer

None.

DealerID

integer

None.

ProductID

integer

None.

Qty

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompID": 1,
  "FrID": 2,
  "DealerID": 3,
  "ProductID": 4,
  "Qty": 5
}

text/html

Sample:
{"CompID":1,"FrID":2,"DealerID":3,"ProductID":4,"Qty":5}

application/xml, text/xml

Sample:
<RedeemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Controllers">
  <CompID>1</CompID>
  <DealerID>3</DealerID>
  <FrID>2</FrID>
  <ProductID>4</ProductID>
  <Qty>5</Qty>
</RedeemRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.