POST api/Payment/GetVoucherMaster

Request Information

URI Parameters

None.

Body Parameters

VoucherMaster
NameDescriptionTypeAdditional information
DoctorId

integer

None.

DiscountAmount

decimal number

None.

MinimumAmount

decimal number

None.

CreatedOn

date

None.

IsPresent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DoctorId": 1,
  "DiscountAmount": 2.0,
  "MinimumAmount": 3.0,
  "CreatedOn": "2026-03-08T15:07:43.0689852+05:30",
  "IsPresent": true
}

application/xml, text/xml

Sample:
<VoucherMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssociateAPI.Models">
  <CreatedOn>2026-03-08T15:07:43.0689852+05:30</CreatedOn>
  <DiscountAmount>2</DiscountAmount>
  <DoctorId>1</DoctorId>
  <IsPresent>true</IsPresent>
  <MinimumAmount>3</MinimumAmount>
</VoucherMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.