POST api/{apiVersion}/Currency/GetOperationCurrency

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

OperationCurrencyRequest
NameDescriptionTypeAdditional information
RecipientCountryId

globally unique identifier

None.

RecipientCorporationId

globally unique identifier

None.

TransactionTargetOptionId

globally unique identifier

None.

TransactionTargetOptionCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecipientCountryId": "97751c18-87ae-4468-85e0-7ead905dd72b",
  "RecipientCorporationId": "cfbe1c75-3ecc-4aca-8b88-fdf6eceb7b7b",
  "TransactionTargetOptionId": "0ddfe8d7-084b-4712-9db2-6c1621fa363f",
  "TransactionTargetOptionCode": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfCurrency
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Currency

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "Id": "fa7fe10c-2ddf-457b-99fe-097f952f1721",
    "IsoCode": "sample string 2",
    "Name": "sample string 3",
    "IsDefault": true,
    "CurrencyName": "sample string 5"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}