Monday, May 20, 2024

Client - Match Discounted
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": "2024-05-20 00:00:00",
   "MatchedDate": "2024-05-20 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": ""
  }]
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
Client - Match Discounted [Using External Reference]
Action:
GET
Method:
GET
URL: /api/v1/client/matchdiscounted/get
Description: Fetch Match Discounted records based on Interface Reference
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}]
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
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
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
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
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchFlagCategoryID Int 16
MatchFlagCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
Action:
DELETE
Method:
DELETE
URL: /api/v1/client/matchdiscounted/delete
Description: Delete a Client Match Discounted record based on Interface Reference
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
Action:
UPDATE
Method:
PUT
URL: /api/v1/client/matchdiscounted/update
Description: Update a Client Match Discounted record based on Interface Reference
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
Client - Match Discounted [Using Internal Reference]
Action:
GET INTERNAL
Method:
GET
URL: /api/v1/client/matchdiscounted/getinternal
Description: Fetch Match Discounted records based on Client Entity Identifier
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}]
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
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
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
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
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchFlagCategoryID Int 16
MatchFlagCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
Action:
DELETE INTERNAL
Method:
DELETE
URL: /api/v1/client/matchdiscounted/deleteinternal
Description: Delete a Client Match Discounted record based on Client Entity Identifier
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String
Action:
UPDATE INTERNAL
Method:
PUT
URL: /api/v1/client/matchdiscounted/updateinternal
Description: Update a Client Match Discounted record based on Client Entity Identifier
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": "2024-05-20 00:00:00",
 "MatchedDate": "2024-05-20 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": ""
}
Field Data Type
ClientEntityID Int 32
ClientEntityInterfaceReference Text 50
ClientEntityLastName Text 255
ClientEntityFirstName Text 255
ClientEntityMiddleName Text 255
EntityID Int 32
EntityFullName Text 255
EntityLastName Text 255
EntityFirstName Text 255
EntityMiddleName Text 255
GeneratedDate Date
MatchedDate Date
ActionDays Int 16
Reason Text (2GB Limit)
MatchDiscountCategoryID Int 16
MatchDiscountCategoryName Text 150
MetaDataDate Text 750
MetaDataCountry Text 750
ValidToDate Date
Notify Boolean
HandledByUserGroupID Int 16
HandledByUserGroupName Text 150
HandledByUserID Int 16
HandledByUserName Text 150
ReportData Base64 String