Matching
Match methods match data sets and return the relevant matching results.
match
Resource URL
POST https://hosted.mastersoftgroup.com/harmony/rest/{locale}/match
Request
{
"payload": {
"from": [
{
"addresses": [ { "fullAddress": "220 george street, sydney nsw 2000" } ],
"id": "c1",
"phones": [ { "fullPhone": "12345678" } ]
}
],
"to": [
{
"addresses": [ { "fullAddress": "220 george street, sydney nsw 2000" } ],
"id": "r1",
"phones": [ { "fullPhone": "12345678" } ]
},
{
"addresses": [ { "fullAddress": "level 2, 220 george street, sydney nsw 2000" } ],
"id": "r2"
}
]
}
} Response
Last updated