AML Black List. Validate data POST

Validate AML Black List data

# ENDPOINT
/model/blocklist/validate
# REQUEST arguments
Variable Value Example Usage Description
X-App-Sig
header
0
M Dev Authentication
# REQUEST BODY
# RESPONSE
        						
# REQUEST arguments
Variable Name Type Format Usage Description
X-App-Sig X-App-Sig header string M Dev Authentication
# REQUEST BODY
Schema: blocklist
Type: object
Variable Name Type Format Usage Description
account_number account_number string Account_number
action Action string
activation_date Activation Date string DATE Activation date in the system
bank_code bank_code string
blacklist_code blacklist_code string
List of allowed values in field (value=>name):
  • 0
    BLACKLIST_COUNTRY
  • 1
    BLACKLIST_DETAILS
  • 2
    BLACKLIST_FI
  • 3
    BLACKLIST_PERSON
  • 4
    WHITELIST_COUNTRY
  • 5
    WHITELIST_PERSON
counterparty_id counterparty_id integer INT64 Counterparty id
counterparty_name counterparty_name string
counterparty_uid Counterparty uid string
country_code country_code string Two-letter ISO 3166-2 code of a given country
create_date Create Date string DATETIME The date entry was created on
create_user Create User string The username of ABS user who has created an entry
expiration_date Expiration Date string DATE Expiration date in the system
form_title form_title string Service field
id id integer INT64 Record's sequence number generated in the system.
modify_date Modify Date string DATETIME The date entry was last modified on
modify_user Modify User string The username of ABS user who has made last changes to the entry
old_blacklist_code Old blacklist code string
state state integer INT64 Record state for replication
uid uid string Unique record identifier which is used to distinguish between existing records
version version integer INT64 Record version for replication
# REQUEST BODY EXAMPLE
													
# POSITIVE RESPONSE

200 - Response successfully when status is OK

Schema: blocklist
Type: application/json
Variable Name Type Format Description
status status string Request execution status
error_description Error Description string Description of error
error Error Code string Error code
data_type data_type string Type of data
total_records total_records string Total count of records
data data object data of Response
attribute: data
Variable Name Type Format Description
account_number account_number string Account_number
action Action string
activation_date Activation Date string DATE Activation date in the system
bank_code bank_code string
blacklist_code blacklist_code string
counterparty_id counterparty_id integer INT64 Counterparty id
counterparty_name counterparty_name string
counterparty_uid Counterparty uid string
country_code country_code string Two-letter ISO 3166-2 code of a given country
create_date Create Date string DATETIME The date entry was created on
create_user Create User string The username of ABS user who has created an entry
expiration_date Expiration Date string DATE Expiration date in the system
form_title form_title string Service field
id id integer INT64 Record's sequence number generated in the system.
modify_date Modify Date string DATETIME The date entry was last modified on
modify_user Modify User string The username of ABS user who has made last changes to the entry
old_blacklist_code Old blacklist code string
state state integer INT64 Record state for replication
uid uid string Unique record identifier which is used to distinguish between existing records
version version integer INT64 Record version for replication
# NEGATIVE RESPONSE

200 - Response with error when status is ERROR

<p style="color:red;font-size:16px;">200 - Response with error when status is ERROR</p>

Schema: HeaderResponseStatusError
Type: application/json
Variable Name Type Format Description
status status string Request execution status
error_description Error Description string Description of error
error Error Code string Error code
data_type data_type string Type of data
total_records total_records string Total count of records
data data object Empty object