GET api/_Currencies

Request Information

URI Parameters

None.

Body Parameters

HParms
NameDescriptionTypeAdditional information
currShow

string

None.

currType

integer

None.

igroupid

integer

None.

takei

integer

None.

sSearch

string

None.

Request Formats

application/json, text/json

Sample:
{
  "currShow": "sample string 1",
  "currType": 2,
  "igroupid": 3,
  "takei": 4,
  "sSearch": "sample string 5"
}

application/xml, text/xml

Sample:
<HParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite._Helper">
  <currShow>sample string 1</currShow>
  <currType>2</currType>
  <igroupid>3</igroupid>
  <sSearch>sample string 5</sSearch>
  <takei>4</takei>
</HParms>

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.