POST api/marketer/paymentverificationNew
Request Information
URI Parameters
None.
Body Parameters
mlacceptPaymentinputName | description | Type | Additional information |
---|---|---|---|
PaymentTransSysID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaymentTransSysID": "5774cde8-2be1-46b6-811e-75a67e98fc22" }
application/xml, text/xml
Sample:
<mlacceptPaymentinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <PaymentTransSysID>5774cde8-2be1-46b6-811e-75a67e98fc22</PaymentTransSysID> </mlacceptPaymentinput>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |