GET api/{apiVersion}/ServicePoint/GetCorporationRecipientCountries?senderCountryCode={senderCountryCode}&senderCorporationCode={senderCorporationCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
senderCountryCode

string

Required

senderCorporationCode

string

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfListOfCorporationRecipientCountry
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of CorporationRecipientCountry

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "IsIbanMandatoryForSwift": true,
      "CountryCode": "sample string 2",
      "CountryName": "sample string 3",
      "PhoneCode": "sample string 4"
    },
    {
      "IsIbanMandatoryForSwift": true,
      "CountryCode": "sample string 2",
      "CountryName": "sample string 3",
      "PhoneCode": "sample string 4"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}