POST api/WDPoints/WDPointRedeemCoupon

Request Information

URI Parameters

None.

Body Parameters

WDPointRedeemRequestModel
NameDescriptionTypeAdditional information
CaNo

string

None.

PeaNo

string

None.

CouponId

integer

None.

Ref1

string

None.

Ref2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CaNo": "sample string 1",
  "PeaNo": "sample string 2",
  "CouponId": 3,
  "Ref1": "sample string 4",
  "Ref2": "sample string 5"
}

application/xml, text/xml

Sample:
<WDPointRedeemRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEASmartPlus.MobileService.Models.PointModels">
  <CaNo>sample string 1</CaNo>
  <CouponId>3</CouponId>
  <PeaNo>sample string 2</PeaNo>
  <Ref1>sample string 4</Ref1>
  <Ref2>sample string 5</Ref2>
</WDPointRedeemRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />