DELETE api/registration/{number}/products/{yourid}/delete?relationId={relationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| number | integer |
Required |
|
| yourid | integer |
Required |
|
| relationId | integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
ApiServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Reference | string |
None. |
|
| CustomerID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Reference": "sample string 3",
"CustomerID": 4
}
application/xml, text/xml
Sample:
<ApiServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcowaveWebApiServices.Responses"> <CustomerID>4</CustomerID> <Message>sample string 2</Message> <Reference>sample string 3</Reference> <Success>true</Success> </ApiServiceResponse>