POST api/wallet/ApprovePaymentGateWayOrder

Request Information

URI Parameters

None.

Body Parameters

MlPaymentOrder
NamedescriptionTypeAdditional information
OrderID

string

None.

OrderJsonData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderID": "sample string 1",
  "OrderJsonData": "sample string 2"
}

application/xml, text/xml

Sample:
<MlPaymentOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member">
  <OrderID>sample string 1</OrderID>
  <OrderJsonData>sample string 2</OrderJsonData>
</MlPaymentOrder>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.