POST api/marketer/sendlink
Request Information
URI Parameters
None.
Body Parameters
mlPaymentLinkName | description | Type | Additional information |
---|---|---|---|
CustomerProductSysID | globally unique identifier |
None. |
|
EmailID | string |
None. |
|
FullName | string |
None. |
|
ProductName | string |
None. |
|
Amount | decimal number |
None. |
|
CreatedBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Amount": 5, "CreatedBy": "4868e129-8b0e-4e23-ad21-c201ad6662a4", "CustomerProductSysID": "4f34a6ca-c6f7-405d-aae4-8a0e87c56dcb", "EmailID": "sample string 2", "FullName": "sample string 3", "ProductName": "sample string 4" }
application/xml, text/xml
Sample:
<mlPaymentLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <Amount>5</Amount> <CreatedBy>4868e129-8b0e-4e23-ad21-c201ad6662a4</CreatedBy> <CustomerProductSysID>4f34a6ca-c6f7-405d-aae4-8a0e87c56dcb</CustomerProductSysID> <EmailID>sample string 2</EmailID> <FullName>sample string 3</FullName> <ProductName>sample string 4</ProductName> </mlPaymentLink>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |