POST api/BOS/CreateUpiIntend?Bearer={Bearer}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Bearer | string |
Required |
Body Parameters
CashfreeDynamicQRRequestModelName | Description | Type | Additional information |
---|---|---|---|
vAccountId | string |
None. |
|
name | string |
None. |
|
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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.