Get all parameter related to sanction check
get
/service/sanctionCheckParameters/{customerNumber}
This endpoint is used to get sanction check parameter for a customer.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
customerNumber: string
customer number for which sanction check status need to be determined and other parameters need to be fetched
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns sanction check parameters
Root Schema : SanctionCheckParametersDto
Type:
Show Source
object
-
sanctionCheckExempted(optional):
string
Pattern:
[Y,N]
Sanction check exempted parameter from account facility parameters -
sanctionCheckRequired(optional):
string
Pattern:
[Y,N]
Sanction check required parameter from bank parameters -
sanctionCheckStatus(optional):
string
Sanction check status derived from other parameters
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error