Click here to Skip to main content
16,018,802 members

Comments by Pu-239 (Top 1 by date)

Pu-239 11-Aug-16 9:57am View    
Hello Richard, thank you for your response

The JSON from the search URL looks like this:
{
"typeHint":"person",
"firstName":"Jane",
"lastName":"Doe",
"idNumber":"7709224000033",
"passportNumber":null
}

and the JSON from the return URL Looks like this:
{
"typeHint":"person",
"oid": 3902172
}

So in other words I will be sending 'idNumber' in 1 field and hope it matches then I should receive 'oid' in another field. Is this possible ?