POST api/marketer/Deleteproduct/{ProductSysID}
Request Information
URI Parameters
Name | description | Type | Additional information |
---|---|---|---|
ProductSysID | string |
None. |
Body Parameters
mlproductdeleteName | description | Type | Additional information |
---|---|---|---|
ProductSysID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductSysID": "56750b60-79a9-4f47-9290-144db12335e0" }
application/xml, text/xml
Sample:
<mlproductdelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <ProductSysID>56750b60-79a9-4f47-9290-144db12335e0</ProductSysID> </mlproductdelete>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |