POST api/marketer/denypaymentVerification

Request Information

URI Parameters

None.

Body Parameters

mldenyverification
NamedescriptionTypeAdditional information
PaymentTransSysID

globally unique identifier

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentTransSysID": "088a19dc-cb62-46df-88a2-80bea152f093",
  "Remarks": "sample string 2"
}

application/xml, text/xml

Sample:
<mldenyverification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <PaymentTransSysID>088a19dc-cb62-46df-88a2-80bea152f093</PaymentTransSysID>
  <Remarks>sample string 2</Remarks>
</mldenyverification>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.