| Action: | GET ROWS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/getrows | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Discounted 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 Discounted records { "RowsHeader": { "RowOffset": 0, "RowsFetched": 1, "RowStart": 1, "RowEnd": 1, "RowVolume": 24 }, "Data": [ { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], }] } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/get | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Discounted 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 Discounted records [{ "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], }] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET ENTITY | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/getentity | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Discounted 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 Discounted record { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | CONVERT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | api/v1/client/matchdiscounted/convert | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Converts a Client Match Discounted record into 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 | MatchFlagCategoryID | Int16 | Match Flag 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 Flagged record generated post conversion. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Direct close family member", "MatchFlagCategoryID": 4, "MatchFlagCategoryName": "Relevant Acceptable - Related Close Assoc", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | DELETE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | DELETE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/delete | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Delete 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 | 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 deleted. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | UPDATE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | PUT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/update | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Update 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | MatchDiscountCategoryID | Int16 | Match Discount 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 Discounted record you have updated. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Direct close family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/getinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Discounted 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 Discounted records [{ "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], }] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | GET INTERNAL ENTITY | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/getinternalentity | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Fetch Match Discounted 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 Discounted record { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | CONVERT INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/convertinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Converts a Client Match Discounted record into 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 | MatchFlagCategoryID | Int16 | Match Flag 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 Flagged record generated post conversion. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Direct close family member", "MatchFlagCategoryID": 4, "MatchFlagCategoryName": "Relevant Acceptable - Related Close Assoc", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | DELETE INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | DELETE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/deleteinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Delete 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 | 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 deleted. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Action: | UPDATE INTERNAL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method: | PUT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| URL: | /api/v1/client/matchdiscounted/updateinternal | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Update 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | MatchDiscountCategoryID | Int16 | Match Discount 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 Discounted record you have updated. { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2026-08-27 00:00:00", "MatchedDate": "2026-08-27 00:00:00", "ActionDays": 0, "Reason": "Direct close family member", "MatchDiscountCategoryID": 5, "MatchDiscountCategoryName": "Name does match but eliminated after investigation", "MetaDataDate": "23 Feb 1911", "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-27 00:00:00", "LastChangedByUserId": 0, "LastChangedUserName": "Fred Jones" } ], } |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||