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": "1e66f67f-fe08-4b78-98a1-04680966ada4" }
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>1e66f67f-fe08-4b78-98a1-04680966ada4</ProductSysID> </mlproductdelete>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |