POST Api/General/setup/Currency_Exchange_Rate_Add

Request Information

URI Parameters

None.

Body Parameters

Policy_Exchange_Rate_Currency_Add
NameDescriptionTypeAdditional information
Id

integer

None.

Currency

string

None.

Currency_Description

string

None.

Currency_From

string

None.

Currency_To

string

None.

base_currency

string

None.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

Sample:
<Policy_Exchange_Rate_Currency_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <Currency>sample string 2</Currency>
  <Currency_Description>sample string 3</Currency_Description>
  <Currency_From>sample string 4</Currency_From>
  <Currency_To>sample string 5</Currency_To>
  <Id>1</Id>
  <base_currency>sample string 6</base_currency>
</Policy_Exchange_Rate_Currency_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.