POST api/{apiVersion}/TransactionType/GetTransactionTargetOption

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

TransactionTargetOptionRequest
NameDescriptionTypeAdditional information
RecipientCountryId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "RecipientCountryId": "81063572-2a51-4508-b424-d4454f96e402"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfTransactionTargetOption
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of TransactionTargetOption

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "Id": "a0897ab6-9032-4da5-96cf-9d224b86c637",
      "Name": "sample string 2",
      "TransactionTypeId": "c2902bf1-8a8a-40ec-9753-10808640c379",
      "Code": "sample string 4",
      "IsLogoVisible": true,
      "MobileTransactionTypeId": "44ca1261-b1df-43b5-a49a-eb155f8c1481"
    },
    {
      "Id": "a0897ab6-9032-4da5-96cf-9d224b86c637",
      "Name": "sample string 2",
      "TransactionTypeId": "c2902bf1-8a8a-40ec-9753-10808640c379",
      "Code": "sample string 4",
      "IsLogoVisible": true,
      "MobileTransactionTypeId": "44ca1261-b1df-43b5-a49a-eb155f8c1481"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}