GET api/BOS/CreateDynamicQRCode?Bearer={Bearer}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Bearer

string

Required

Body Parameters

CashfreeDynamicQRRequestModel
NameDescriptionTypeAdditional information
vAccountId

string

None.

name

string

None.

email

string

None.

phone

string

None.

amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "vAccountId": "sample string 1",
  "name": "sample string 2",
  "email": "sample string 3",
  "phone": "sample string 4",
  "amount": 5.0
}

text/xml

Sample:
<CashfreeDynamicQRRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <amount>5</amount>
  <email>sample string 3</email>
  <name>sample string 2</name>
  <phone>sample string 4</phone>
  <vAccountId>sample string 1</vAccountId>
</CashfreeDynamicQRRequestModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.