PUT api/Section/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DIC_SECTION_Model
NameDescriptionTypeAdditional information
SECTION_ID

integer

None.

SECTION

string

None.

SECTION_CODE

string

None.

SECTION_ABREV

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SECTION_ID": 1,
  "SECTION": "sample string 2",
  "SECTION_CODE": "sample string 3",
  "SECTION_ABREV": "sample string 4"
}

application/xml, text/xml

Sample:
<DIC_SECTION_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.Models">
  <SECTION>sample string 2</SECTION>
  <SECTION_ABREV>sample string 4</SECTION_ABREV>
  <SECTION_CODE>sample string 3</SECTION_CODE>
  <SECTION_ID>1</SECTION_ID>
</DIC_SECTION_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.