GET api/OuterGateCommon/CheckAntiMoneyLaunderingExecutor?customerExecutorId={customerExecutorId}&amount={amount}

IL METODO VERRA' DIMESSO IN QUANTO TALE CONTROLLO NON è PIU' OBBLIGATORIO Verifica che per il dato cliente esecutore del pagamento non ci siano problemi di antiriciclaggio

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerExecutorId

Identificativo interno del cliente esecutore

integer

Required

amount

Ammontare della transazione

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

return true = nessun problema

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>