POST Api/General/setup/Performancemapping_Delete_Mult

Request Information

URI Parameters

None.

Body Parameters

Collection of PERFOMANCE_MAPPING
NameDescriptionTypeAdditional information
BUDGET

string

None.

FINANCE

string

None.

TYPES

string

None.

DATES

string

None.

ID

integer

None.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

Sample:
<ArrayOfPERFOMANCE_MAPPING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB">
  <PERFOMANCE_MAPPING>
    <BUDGET>sample string 1</BUDGET>
    <DATES>sample string 4</DATES>
    <FINANCE>sample string 2</FINANCE>
    <ID>5</ID>
    <TYPES>sample string 3</TYPES>
  </PERFOMANCE_MAPPING>
  <PERFOMANCE_MAPPING>
    <BUDGET>sample string 1</BUDGET>
    <DATES>sample string 4</DATES>
    <FINANCE>sample string 2</FINANCE>
    <ID>5</ID>
    <TYPES>sample string 3</TYPES>
  </PERFOMANCE_MAPPING>
</ArrayOfPERFOMANCE_MAPPING>

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.