DELETE api/InactiveReasons/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

InactiveReason
NameDescriptionTypeAdditional 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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <DIV_ID>2</DIV_ID>
  <REASON>sample string 3</REASON>
  <SEQ>1</SEQ>
  <OLD>1</OLD>
</InactiveReason>