| Action: | GET ROWS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/getrows | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Flagged records based on Row information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | RowOffset | Int32 | Row Offset | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | RowsToFetch | Int32 | Rows to Fetch | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of Row Statistics and collection of Client Match Flagged records { "RowsHeader": { "RowOffset": 0, "RowsFetched": 1, "RowStart": 1, "RowEnd": 1, "RowVolume": 24 }, "Data": [ { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], }] } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/get | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Flagged records based on Interface Reference. Only Entity Interface References can be passed here. Does not accept Alias Interface References. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | InterfaceReference | String | Interface Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML collection of Client Match Flagged records [{ "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], }] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET ENTITY | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/getentity | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Flagged records based on Interface Reference and Dow Jones Entity Identifier. Only Entity Interface References can be passed here. Does not accept Alias Interface References. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | InterfaceReference | String | Interface Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Flagged record { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | CONVERT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | api/v1/client/matchflagged/convert | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Converts a Client Match Flagged record into a Client Match Discounted Record based on Interface Reference. Only Entity Interface References can be passed here. Does not accept Alias Interface References. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | Content-Type | String | Enter value: application/x-www-form-urlencoded | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | InterfaceReference | String | Interface Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | MatchDiscountCategoryID | Int16 | Match Discount Category Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | Reason | String | Reason | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ActionUserID | Int16 | Identifier of the User performing action. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Discounted record generated post conversion. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "Regulator approval granted", "MatchDiscountCategoryID": 6, "MatchDiscountCategoryName": "Other", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | DELETE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | DELETE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/delete | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Delete a Client Match Flagged record based on Interface Reference. Only Entity Interface References can be passed here. Does not accept Alias Interface References. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | Content-Type | String | Enter value: application/x-www-form-urlencoded | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | InterfaceReference | String | Interface Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ActionUserID | Int16 | Identifier of the User performing action. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Flagged record deleted. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 10, "MatchFlagCategoryName": "Relevant Not Acceptable - Country Risk", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | UPDATE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | PUT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/update | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Update a Client Match Flagged record based on Interface Reference. Only Entity Interface References can be passed here. Does not accept Alias Interface References. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | Content-Type | String | Enter value: application/x-www-form-urlencoded | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | InterfaceReference | String | Interface Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | Reason | String | Reason | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | MatchFlagCategoryID | Int16 | Match Flag Category Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | Notify | Boolean | Notify True or False | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ValidToDate | Date | Valid to Date yyyy-mm-dd | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ActionUserID | Int16 | Identifier of the User performing action. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Flagged record you have updated. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 10, "MatchFlagCategoryName": "Relevant Not Acceptable - Country Risk", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/getinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Flagged records based on Client Entity Identifier. Only Entity Identifiers can be passed here. Does not accept Alias Identifiers. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ClientEntityID | Int32 | Client Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML collection of Client Match Flagged records [{ "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones" "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], }] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET INTERNAL ENTITY | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/getinternalentity | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Flagged records based on Client Entity Identifier and Dow Jones Entity Identifier. Only Entity Identifiers can be passed here. Does not accept Alias Identifiers. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ClientEntityID | Int32 | Client Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML Client Match Flagged record { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105" "HandledByUserName": "Fred Jones" "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | CONVERT INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/convertinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Converts a Client Match Flagged record into a Client Match Discounted record based on Client Entity Identifier. Only Entity Identifiers can be passed here. Does not accept Alias Identifiers. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | Content-Type | String | Enter value: application/x-www-form-urlencoded | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ClientEntityID | Int32 | Client Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | MatchDiscountCategoryID | Int16 | Match Discount Category Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | Reason | String | Reason | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ActionUserID | Int16 | Identifier of the User performing action. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Discounted record generated post conversion. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "Regulator approval granted", "MatchDiscountCategoryID": 6, "MatchDiscountCategoryName": "Other", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | DELETE INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | DELETE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/deleteinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Delete a Client Match Flagged record based on Client Entity Identifier. Only Entity Identifiers can be passed here. Does not accept Alias Identifiers. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | Content-Type | String | Enter value: application/x-www-form-urlencoded | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ClientEntityID | Int32 | Client Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ActionUserID | Int16 | Identifier of the User performing action. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Flagged record deleted. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 10, "MatchFlagCategoryName": "Relevant Not Acceptable - Country Risk", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | UPDATE INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | PUT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchflagged/updateinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Update a Client Match Flagged record based on Client Entity Identifier. Only Entity Identifiers can be passed here. Does not accept Alias Identifiers. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | Content-Type | String | Enter value: application/x-www-form-urlencoded | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ClientEntityID | Int32 | Client Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | Reason | String | Reason | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | MatchFlagCategoryID | Int16 | Match Flag Category Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | Notify | Boolean | Notify True or False | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ValidToDate | Date | Valid to Date yyyy-mm-dd | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Body | ActionUserID | Int16 | Identifier of the User performing action. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Data: |
Json or XML of the Client Match Flagged record you have updated. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 98141, "EntityFullName": "VLADIMIR VLADIMIROVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "VLADIMIROVICH", "GeneratedDate": "2026-08-26 00:00:00", "MatchedDate": "2026-08-26 00:00:00", "ActionDays": 0, "Reason": "President of Russia", "MatchFlagCategoryID": 10, "MatchFlagCategoryName": "Relevant Not Acceptable - Country Risk", "MetaDataDate": "07 Oct 1952", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "MatchType": 1, "ClientIdentityMatches": [ { "IdType": 1, "IdTypeDesc": "ID description", "IdValue": "ABCD1234", "DateLastChanged": "2026-08-26 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName"Fred Jones } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||