POST api/Vanguard/SearchVanguargRates

Request Information

URI Parameters

None.

Body Parameters

VanguardExpRatesResp
NameDescriptionTypeAdditional information
Origin

string

None.

Destination

string

None.

Region

string

None.

Rate

decimal number

None.

Note

string

None.

effDate

date

None.

expDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Origin": "sample string 1",
  "Destination": "sample string 2",
  "Region": "sample string 3",
  "Rate": 4.0,
  "Note": "sample string 5",
  "effDate": "2025-12-17T17:49:17.973136+05:00",
  "expDate": "2025-12-17T17:49:17.973136+05:00"
}

application/xml, text/xml

Sample:
<VanguardExpRatesResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSE_API.UwstModels.Responses">
  <Destination>sample string 2</Destination>
  <Note>sample string 5</Note>
  <Origin>sample string 1</Origin>
  <Rate>4</Rate>
  <Region>sample string 3</Region>
  <effDate>2025-12-17T17:49:17.973136+05:00</effDate>
  <expDate>2025-12-17T17:49:17.973136+05:00</expDate>
</VanguardExpRatesResp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VanguardExpRatesResp'.

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.