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": "3dd44bcd-f2a4-499c-912b-b09e2aa58f35" }
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>3dd44bcd-f2a4-499c-912b-b09e2aa58f35</ProductSysID> </mlproductdelete>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |