GET v1/Location/GetGlobalSettings
Gets all countries available to send money to.
Request Information
No Parameters
Response Information
Response body formats
application/json, text/json
Sample:
{ "defaultFromCurrency": "sample string 1", "defaultFromCurrencySymbol": "sample string 2" }
application/xml, text/xml
Sample:
<GlobalSettingsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_DefaultFromCurrencySymbol_x003E_k__BackingField>sample string 2</_x003C_DefaultFromCurrencySymbol_x003E_k__BackingField> <_x003C_DefaultFromCurrency_x003E_k__BackingField>sample string 1</_x003C_DefaultFromCurrency_x003E_k__BackingField> </GlobalSettingsResponse>