GET v1/Location/GetSendToCountries

Gets all countries available to send money to.

Request Information

No Parameters

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "isOpenPaymentCountry": true,
    "openPaymentDefaultAgentId": 1,
    "openPaymentDefaultAgentLocationId": 1,
    "countryName": "sample string 2",
    "abbrev": "sample string 3",
    "countryId": 4
  },
  {
    "isOpenPaymentCountry": true,
    "openPaymentDefaultAgentId": 1,
    "openPaymentDefaultAgentLocationId": 1,
    "countryName": "sample string 2",
    "abbrev": "sample string 3",
    "countryId": 4
  },
  {
    "isOpenPaymentCountry": true,
    "openPaymentDefaultAgentId": 1,
    "openPaymentDefaultAgentLocationId": 1,
    "countryName": "sample string 2",
    "abbrev": "sample string 3",
    "countryId": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfDestinationCountryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <DestinationCountryResponse>
    <_x003C_Abbrev_x003E_k__BackingField>sample string 3</_x003C_Abbrev_x003E_k__BackingField>
    <_x003C_CountryId_x003E_k__BackingField>4</_x003C_CountryId_x003E_k__BackingField>
    <_x003C_CountryName_x003E_k__BackingField>sample string 2</_x003C_CountryName_x003E_k__BackingField>
    <_x003C_IsOpenPaymentCountry_x003E_k__BackingField>true</_x003C_IsOpenPaymentCountry_x003E_k__BackingField>
    <_x003C_OpenPaymentDefaultAgentId_x003E_k__BackingField>1</_x003C_OpenPaymentDefaultAgentId_x003E_k__BackingField>
    <_x003C_OpenPaymentDefaultAgentLocationId_x003E_k__BackingField>1</_x003C_OpenPaymentDefaultAgentLocationId_x003E_k__BackingField>
  </DestinationCountryResponse>
  <DestinationCountryResponse>
    <_x003C_Abbrev_x003E_k__BackingField>sample string 3</_x003C_Abbrev_x003E_k__BackingField>
    <_x003C_CountryId_x003E_k__BackingField>4</_x003C_CountryId_x003E_k__BackingField>
    <_x003C_CountryName_x003E_k__BackingField>sample string 2</_x003C_CountryName_x003E_k__BackingField>
    <_x003C_IsOpenPaymentCountry_x003E_k__BackingField>true</_x003C_IsOpenPaymentCountry_x003E_k__BackingField>
    <_x003C_OpenPaymentDefaultAgentId_x003E_k__BackingField>1</_x003C_OpenPaymentDefaultAgentId_x003E_k__BackingField>
    <_x003C_OpenPaymentDefaultAgentLocationId_x003E_k__BackingField>1</_x003C_OpenPaymentDefaultAgentLocationId_x003E_k__BackingField>
  </DestinationCountryResponse>
  <DestinationCountryResponse>
    <_x003C_Abbrev_x003E_k__BackingField>sample string 3</_x003C_Abbrev_x003E_k__BackingField>
    <_x003C_CountryId_x003E_k__BackingField>4</_x003C_CountryId_x003E_k__BackingField>
    <_x003C_CountryName_x003E_k__BackingField>sample string 2</_x003C_CountryName_x003E_k__BackingField>
    <_x003C_IsOpenPaymentCountry_x003E_k__BackingField>true</_x003C_IsOpenPaymentCountry_x003E_k__BackingField>
    <_x003C_OpenPaymentDefaultAgentId_x003E_k__BackingField>1</_x003C_OpenPaymentDefaultAgentId_x003E_k__BackingField>
    <_x003C_OpenPaymentDefaultAgentLocationId_x003E_k__BackingField>1</_x003C_OpenPaymentDefaultAgentLocationId_x003E_k__BackingField>
  </DestinationCountryResponse>
</ArrayOfDestinationCountryResponse>