POST api/flight/payment/create-qr-mb

Request Information

URI Parameters

None.

Body Parameters

CreateQrMbRequest
NameDescriptionTypeAdditional information
OrderId

string

None.

Amount

decimal number

None.

Fee

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": "sample string 1",
  "Amount": 2.0,
  "Fee": 3.0
}

application/xml, text/xml

Sample:
<CreateQrMbRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmiletripB2B.API.Models">
  <Amount>2</Amount>
  <Fee>3</Fee>
  <OrderId>sample string 1</OrderId>
</CreateQrMbRequest>

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.