POST api/Wallet/autoPayment

Request Information

URI Parameters

None.

Body Parameters

AutoPayment
NameDescriptionTypeAdditional information
amount

integer

None.

orderid

string

None.

leadId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "amount": 1,
  "orderid": "sample string 2",
  "leadId": 3
}

application/xml, text/xml

Sample:
<AutoPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <amount>1</amount>
  <leadId>3</leadId>
  <orderid>sample string 2</orderid>
</AutoPayment>

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

Response Information

Resource Description

ActionResult

None.

Response Formats

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

Sample:

Sample not available.