The EBX® Match and Merge Add-on allows you to use a REST service to simulate a match operation. You can simulate a match on existing records, or before creating records to avoid duplicating data. Responses are returned in the JSON format shown below:
{ rest_simulateMatch_results:[ { "primaryKey" : "XXXX" , "recordLabel" : "XXXX" , "score" : "XX.XX" }, etc. ] } |
The following table provides an example of asset URL retrieval:
Method type: |
| |
URL pattern | ||
Sample URL | ||
Request parameters |
| |
Sample body |
| |
Response parameters |
| |
Sample response |
| |
Note | If you provide a record as input, the matching operation uses its value and not the request body (if one is defined). When inputting a date/time value, use the following pattern: yyyy-MM-dd'T'HH':mm:ss When inputting a number value, use the following pattern: XX.xx |