POST api/razorpay-order

Request Information

URI Parameters

None.

Body Parameters

RazorpayOrderPostVm
NameDescriptionTypeAdditional information
Amount

decimal number

None.

Currancy

string

None.

ReservationId

integer

None.

CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "Currancy": "sample string 2",
  "ReservationId": 1,
  "CustomerId": 1
}

application/xml, text/xml

Sample:
<RazorpayOrderPostVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.AccountModels">
  <Amount>1</Amount>
  <Currancy>sample string 2</Currancy>
  <CustomerId>1</CustomerId>
  <ReservationId>1</ReservationId>
</RazorpayOrderPostVm>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.