DELETE api/PumpAndroid/DeleteCustomer/{code}?SupplierID={SupplierID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| SupplierID | integer |
Required |
|
| code | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": 2
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models"> <Message>sample string 1</Message> <Status>2</Status> </Response>