POST api/Values/InitiatePaymentMobile

Request Information

URI Parameters

None.

Body Parameters

PaymentRequest
NameDescriptionTypeAdditional information
amount1

string

None.

id

string

None.

type

string

None.

membership_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "amount1": "sample string 1",
  "id": "sample string 2",
  "type": "sample string 3",
  "membership_name": "sample string 4"
}

application/xml, text/xml

Sample:
<PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GruhamAPI.Controllers">
  <amount1>sample string 1</amount1>
  <id>sample string 2</id>
  <membership_name>sample string 4</membership_name>
  <type>sample string 3</type>
</PaymentRequest>

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.