PUT v1/Order/GetBankDepositSettings
Gets the unitary bank deposit settings for a country
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
CountryTo *
The 2-letter country code the customer is sending to
MX
Response Information
Response body formats
application/json, text/json
Sample:
{ "unitaryAccountSetting": "None", "unitaryAccountType": "None" }
application/xml, text/xml
Sample:
<BankDepositSettingsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_UnitaryAccountSetting_x003E_k__BackingField>None</_x003C_UnitaryAccountSetting_x003E_k__BackingField> <_x003C_UnitaryAccountType_x003E_k__BackingField>None</_x003C_UnitaryAccountType_x003E_k__BackingField> </BankDepositSettingsResponse>