POST Index/ApproveCancelRate

Request Information

URI Parameters

None.

Body Parameters

requestRate
NameDescriptionTypeAdditional information
Form

string

None.

FormName

string

None.

Action

string

None.

EX_DATE

date

None.

CURRENCY

string

None.

BUY_RATE_TG

decimal number

None.

SELL_RATE_TG

decimal number

None.

BUY_RATE_TM

decimal number

None.

SELL_RATE_TM

decimal number

None.

UserID

string

None.

UserName

string

None.

EX_RATE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Form": "sample string 1",
  "FormName": "sample string 2",
  "Action": "sample string 3",
  "EX_DATE": "2026-04-17T08:03:13.1092487-07:00",
  "CURRENCY": "sample string 4",
  "BUY_RATE_TG": 1.1,
  "SELL_RATE_TG": 1.1,
  "BUY_RATE_TM": 1.1,
  "SELL_RATE_TM": 1.1,
  "UserID": "sample string 5",
  "UserName": "sample string 6",
  "EX_RATE_ID": 7
}

application/xml, text/xml

Sample:
<requestRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Action>sample string 3</Action>
  <BUY_RATE_TG>1.1</BUY_RATE_TG>
  <BUY_RATE_TM>1.1</BUY_RATE_TM>
  <CURRENCY>sample string 4</CURRENCY>
  <EX_DATE>2026-04-17T08:03:13.1092487-07:00</EX_DATE>
  <EX_RATE_ID>7</EX_RATE_ID>
  <Form>sample string 1</Form>
  <FormName>sample string 2</FormName>
  <SELL_RATE_TG>1.1</SELL_RATE_TG>
  <SELL_RATE_TM>1.1</SELL_RATE_TM>
  <UserID>sample string 5</UserID>
  <UserName>sample string 6</UserName>
</requestRate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.