Forums
For Single parent key, i am able to get the address but i can't able to fetch address by passing multiple Parent key
last year by Deepika
{
"Address":{
"Criteria":{
"SearchQuery":{
"ParentKey":{
"$IN":["QWJFbnRyeQkyMjAzMzAyNTE1MzI1ODY2NDA1OTBDCTA=","QWJFbnRyeQkyMDA4MTEyNTA0NTUwNTI0NTIyODlDCTA="
]}
}
}
},
"Scope":{
"Fields":{
"Key":{
"Value":1,
"ID":1,
"Number":1,
"EntityType":1
},
"Description":1,
"AddressLine1":1,
"AddressLine2":1,
// "AddressLine3":1,
"City":1,
"Country":1,
"StateProvince":1,
"ZipCode":1,
"Default":1,
"ParentKey":1
}
}
}
}
The above body, i am passing with a multiple parent key
