PUT Api/General/setup/Performancemapping_Update

Request Information

URI Parameters

None.

Body Parameters

PERFOMANCE_MAPPING_Add
NameDescriptionTypeAdditional information
ID

decimal number

None.

BUDGET

string

None.

FINANCE

string

None.

TYPES

string

None.

DATES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1.0,
  "BUDGET": "sample string 2",
  "FINANCE": "sample string 3",
  "TYPES": "sample string 4",
  "DATES": "sample string 5"
}

text/html

Sample:
{"ID":1.0,"BUDGET":"sample string 2","FINANCE":"sample string 3","TYPES":"sample string 4","DATES":"sample string 5"}

application/xml, text/xml

Sample:
<PERFOMANCE_MAPPING_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <BUDGET>sample string 2</BUDGET>
  <DATES>sample string 5</DATES>
  <FINANCE>sample string 3</FINANCE>
  <ID>1</ID>
  <TYPES>sample string 4</TYPES>
</PERFOMANCE_MAPPING_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.