POST Api/General/setup/Currency_Exchange_Rate_Delete_Mult

Request Information

URI Parameters

None.

Body Parameters

Collection of Policy_Exchange_Rate_Currency
NameDescriptionTypeAdditional information
Currency

string

None.

Currency_Description

string

None.

Currency_From

string

None.

Currency_To

string

None.

base_currency

integer

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Currency": "sample string 1",
    "Currency_Description": "sample string 2",
    "Currency_From": "sample string 3",
    "Currency_To": "sample string 4",
    "base_currency": 1,
    "Id": 5
  },
  {
    "Currency": "sample string 1",
    "Currency_Description": "sample string 2",
    "Currency_From": "sample string 3",
    "Currency_To": "sample string 4",
    "base_currency": 1,
    "Id": 5
  }
]

text/html

Sample:
[{"Currency":"sample string 1","Currency_Description":"sample string 2","Currency_From":"sample string 3","Currency_To":"sample string 4","base_currency":1,"Id":5},{"Currency":"sample string 1","Currency_Description":"sample string 2","Currency_From":"sample string 3","Currency_To":"sample string 4","base_currency":1,"Id":5}]

application/xml, text/xml

Sample:
<ArrayOfPolicy_Exchange_Rate_Currency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB">
  <Policy_Exchange_Rate_Currency>
    <Currency>sample string 1</Currency>
    <Currency_Description>sample string 2</Currency_Description>
    <Currency_From>sample string 3</Currency_From>
    <Currency_To>sample string 4</Currency_To>
    <Id>5</Id>
    <base_currency>1</base_currency>
  </Policy_Exchange_Rate_Currency>
  <Policy_Exchange_Rate_Currency>
    <Currency>sample string 1</Currency>
    <Currency_Description>sample string 2</Currency_Description>
    <Currency_From>sample string 3</Currency_From>
    <Currency_To>sample string 4</Currency_To>
    <Id>5</Id>
    <base_currency>1</base_currency>
  </Policy_Exchange_Rate_Currency>
</ArrayOfPolicy_Exchange_Rate_Currency>

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.