DELETE api/InactiveReasons/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InactiveReason| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DIV_ID | integer |
None. |
|
| REASON | string |
None. |
|
| SEQ | integer |
None. |
|
| OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DIV_ID": 2,
"REASON": "sample string 3",
"SEQ": 1,
"OLD": 1
}
application/octet-stream
Sample:
{"ID":1,"DIV_ID":2,"REASON":"sample string 3","SEQ":1,"OLD":1}
application/xml, text/xml
Sample:
<InactiveReason xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ID>1</ID> <DIV_ID>2</DIV_ID> <REASON>sample string 3</REASON> <SEQ>1</SEQ> <OLD>1</OLD> </InactiveReason>