POST api/Wallet/autoPayment
Request Information
URI Parameters
None.
Body Parameters
AutoPaymentName | Description | Type | Additional 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <amount>1</amount> <orderid>sample string 2</orderid> <leadId>3</leadId> </AutoPayment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.