DELETE api/OFFICE_CUSTOMERS/DeleteOFFICE_CUSTOMERS/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OFFICE_CUSTOMERS| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTOMER_ID | integer |
None. |
|
| CUSTOMER_NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CUSTOMER_ID": 1,
"CUSTOMER_NAME": "sample string 2"
}
application/xml, text/xml
Sample:
<OFFICE_CUSTOMERS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TopsumMX2020.Models"> <CUSTOMER_ID>1</CUSTOMER_ID> <CUSTOMER_NAME>sample string 2</CUSTOMER_NAME> </OFFICE_CUSTOMERS>