POST api/WebApp/GetBaseCurrencyPairTable

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfListOfTXN_BaseCurrencyPair
NameDescriptionTypeAdditional information
ReturnValue

Collection of TXN_BaseCurrencyPair

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": [
    {
      "CurrencyPairID": 1,
      "FromCurrency": "sample string 2",
      "ToCurrency": "sample string 3",
      "Date": "2024-11-27T19:38:08.2590426+03:00",
      "BidRate": 5.0,
      "AskRate": 6.0,
      "MidRate": 7.0,
      "CreatedBy": "sample string 8",
      "CreatedDate": "2024-11-27T19:38:08.2590426+03:00",
      "ModifiedBy": "sample string 10",
      "ModifiedDate": "2024-11-27T19:38:08.2590426+03:00",
      "RecOwnerOrgID": 12,
      "strDate": "sample string 13"
    },
    {
      "CurrencyPairID": 1,
      "FromCurrency": "sample string 2",
      "ToCurrency": "sample string 3",
      "Date": "2024-11-27T19:38:08.2590426+03:00",
      "BidRate": 5.0,
      "AskRate": 6.0,
      "MidRate": 7.0,
      "CreatedBy": "sample string 8",
      "CreatedDate": "2024-11-27T19:38:08.2590426+03:00",
      "ModifiedBy": "sample string 10",
      "ModifiedDate": "2024-11-27T19:38:08.2590426+03:00",
      "RecOwnerOrgID": 12,
      "strDate": "sample string 13"
    }
  ],
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T19:38:08.2590426+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfArrayOfTXN_BaseCurrencyPair4gWyUOeF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.TXN">
    <d2p1:TXN_BaseCurrencyPair>
      <d2p1:AskRate>6</d2p1:AskRate>
      <d2p1:BidRate>5</d2p1:BidRate>
      <d2p1:CreatedBy>sample string 8</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-11-27T19:38:08.2590426+03:00</d2p1:CreatedDate>
      <d2p1:CurrencyPairID>1</d2p1:CurrencyPairID>
      <d2p1:Date>2024-11-27T19:38:08.2590426+03:00</d2p1:Date>
      <d2p1:FromCurrency>sample string 2</d2p1:FromCurrency>
      <d2p1:MidRate>7</d2p1:MidRate>
      <d2p1:ModifiedBy>sample string 10</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-11-27T19:38:08.2590426+03:00</d2p1:ModifiedDate>
      <d2p1:RecOwnerOrgID>12</d2p1:RecOwnerOrgID>
      <d2p1:ToCurrency>sample string 3</d2p1:ToCurrency>
      <d2p1:strDate>sample string 13</d2p1:strDate>
    </d2p1:TXN_BaseCurrencyPair>
    <d2p1:TXN_BaseCurrencyPair>
      <d2p1:AskRate>6</d2p1:AskRate>
      <d2p1:BidRate>5</d2p1:BidRate>
      <d2p1:CreatedBy>sample string 8</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-11-27T19:38:08.2590426+03:00</d2p1:CreatedDate>
      <d2p1:CurrencyPairID>1</d2p1:CurrencyPairID>
      <d2p1:Date>2024-11-27T19:38:08.2590426+03:00</d2p1:Date>
      <d2p1:FromCurrency>sample string 2</d2p1:FromCurrency>
      <d2p1:MidRate>7</d2p1:MidRate>
      <d2p1:ModifiedBy>sample string 10</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-11-27T19:38:08.2590426+03:00</d2p1:ModifiedDate>
      <d2p1:RecOwnerOrgID>12</d2p1:RecOwnerOrgID>
      <d2p1:ToCurrency>sample string 3</d2p1:ToCurrency>
      <d2p1:strDate>sample string 13</d2p1:strDate>
    </d2p1:TXN_BaseCurrencyPair>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfArrayOfTXN_BaseCurrencyPair4gWyUOeF>