POST Enrollment/GetCouponUsedByListforId

Request Information

URI Parameters

None.

Body Parameters

CouponUsedByListModel
NameDescriptionTypeAdditional information
CouponID

integer

None.

RegisteredDate

string

None.

StuName

string

None.

StuGender

string

None.

Age

string

None.

StuEmail

string

None.

StuMobile

string

None.

PaidAmount

string

None.

UsedByOrderList

string

None.

UsedByPgNumber

integer

None.

UsedByPgLimit

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CouponID": 1,
  "RegisteredDate": "sample string 2",
  "StuName": "sample string 3",
  "StuGender": "sample string 4",
  "Age": "sample string 5",
  "StuEmail": "sample string 6",
  "StuMobile": "sample string 7",
  "PaidAmount": "sample string 8",
  "UsedByOrderList": "sample string 9",
  "UsedByPgNumber": 10,
  "UsedByPgLimit": 11
}

application/xml, text/xml

Sample:
<CouponUsedByListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <Age>sample string 5</Age>
  <CouponID>1</CouponID>
  <PaidAmount>sample string 8</PaidAmount>
  <RegisteredDate>sample string 2</RegisteredDate>
  <StuEmail>sample string 6</StuEmail>
  <StuGender>sample string 4</StuGender>
  <StuMobile>sample string 7</StuMobile>
  <StuName>sample string 3</StuName>
  <UsedByOrderList>sample string 9</UsedByOrderList>
  <UsedByPgLimit>11</UsedByPgLimit>
  <UsedByPgNumber>10</UsedByPgNumber>
</CouponUsedByListModel>

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

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/" />