POST api/Payment/RetryPayment
Request Information
URI Parameters
None.
Body Parameters
RetryPaymentRequestVMName | Description | Type | Additional information |
---|---|---|---|
AdminUserId | string |
Required |
|
ParentAccountId | string |
Required |
|
PaymentId | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "AdminUserId": "sample string 1", "ParentAccountId": "sample string 2", "PaymentId": "sample string 3" }
application/xml, text/xml
Sample:
<RetryPaymentRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.BillingAndPaymentRequestViewModels"> <ParentAccountId>sample string 2</ParentAccountId> <PaymentId>sample string 3</PaymentId> <AdminUserId>sample string 1</AdminUserId> </RetryPaymentRequestVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.