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": "afde7b62-195e-45b6-9f6f-f1494a2f0f0b", "CustomerProductSysID": "cef37f77-4a81-43c4-b3c8-7c44c7709d29", "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>afde7b62-195e-45b6-9f6f-f1494a2f0f0b</CreatedBy> <CustomerProductSysID>cef37f77-4a81-43c4-b3c8-7c44c7709d29</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. |