GET v1/Customer/GetRecipientRegistrationConfiguration
Get any special requirements or fields for recipient registration.
Request Information
No Parameters
Response Information
Response body formats
application/json, text/json
Sample:
{ "address": { "isEnabled": true, "isRequired": true } }
application/xml, text/xml
Sample:
<RecipientRegistrationConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_Address_x003E_k__BackingField> <_x003C_IsEnabled_x003E_k__BackingField>true</_x003C_IsEnabled_x003E_k__BackingField> <_x003C_IsRequired_x003E_k__BackingField>true</_x003C_IsRequired_x003E_k__BackingField> </_x003C_Address_x003E_k__BackingField> </RecipientRegistrationConfiguration>