POST api/MakePayment

Request Information

URI Parameters

None.

Body Parameters

MakePaymentInput
NameDescriptionTypeAdditional information
ApplicationId

string

None.

ServiceId

string

None.

IsOld

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationId": "sample string 1",
  "ServiceId": "sample string 2",
  "IsOld": true
}

application/xml, text/xml

Sample:
<MakePaymentInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MCATAPIServices.Models">
  <ApplicationId>sample string 1</ApplicationId>
  <IsOld>true</IsOld>
  <ServiceId>sample string 2</ServiceId>
</MakePaymentInput>

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.