PUT Api/OtherInput/setup/Otherinput_Item_Update

Request Information

URI Parameters

None.

Body Parameters

others_Input_item_Add
NameDescriptionTypeAdditional information
ID

integer

None.

Caption

string

None.

Year

string

None.

position

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Caption": "sample string 2",
  "Year": "sample string 3",
  "position": 1
}

text/html

Sample:
{"ID":1,"Caption":"sample string 2","Year":"sample string 3","position":1}

application/xml, text/xml

Sample:
<others_Input_item_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <Caption>sample string 2</Caption>
  <ID>1</ID>
  <Year>sample string 3</Year>
  <position>1</position>
</others_Input_item_Add>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.