Thanks for the reply Max. I performed a TEST using the REST Service TEST mechanism in TIGGZI and It came back with valid JSON. Could this be a parsing issue with the REST service?
Here's the JSON that's returned from a test in TIGGZI service:
{
"ResponseCode": {
"t": 1000
},
"ResponseDetail": {
"Message": {
"t": "Success"
},
"SubCode": null,
"Detail": null
},
"Profiles": {
"count": 1,
"availableCount": 1,
"Profile": [
{
"ProfileID": {
"t": "06WPGQJ19G4"
},
"Name": {
"Prefix": null,
"FirstName": {
"t": "Joshua"
},
"MiddleName": {
"t": "Derryl"
},
"LastName": {
"t": "Boddiford"
},
"Suffix": null
},
"DateOfBirth": {
"Age": {
"t": 33
}
},
"Addresses": {
"count": 4,
"availableCount": 4,
"Address": [
{
"City": {
"t": "Tampa"
},
"State": {
"t": "FL"
},
"Country": null,
"Zip": {
"t": "33647"
},
"Coordinates": null
},
{
"City": {
"t": "Plant City"
},
"State": {
"t": "FL"
},
"Country": null,
"Zip": {
"t": "33566"
},
"Coordinates": null
},
{
"City": {
"t": "Plant City"
},
"State": {
"t": "FL"
},
"Country": null,
"Zip": {
"t": "33566"
},
"Coordinates": null
},
{
"City": {
"t": "Tampa"
},
"State": {
"t": "FL"
},
"Country": null,
"Zip": {
"t": "33617"
},
"Coordinates": null
}
]
},
"Relatives": {
"count": 4,
"availableCount": 4,
"Relative": [
{
"ProfileID": {
"t": "06FCE9JBKMG"
},
"Relationship": null,
"Name": {
"Prefix": null,
"FirstName": {
"t": "Sheila"
},
"MiddleName": null,
"LastName": {
"t": "Boddiford"
},
"Suffix": null
}
},
{
"ProfileID": {
"t": "06CW8JJN6E8"
},
"Relationship": null,
"Name": {
"Prefix": null,
"FirstName": {
"t": "Mathew"
},
"MiddleName": null,
"LastName": {
"t": "Boddiford"
},
"Suffix": null
}
},
{
"ProfileID": {
"t": "06AS0KYSMH7"
},
"Relationship": {
"t": "Spouse"
},
"Name": {
"Prefix": null,
"FirstName": {
"t": "Donette"
},
"MiddleName": null,
"LastName": {
"t": "Boddiford"
},
"Suffix": null
}
},
{
"ProfileID": {
"t": "06F149GSG3F"
},
"Relationship": null,
"Name": {
"Prefix": null,
"FirstName": {
"t": "Grady"
},
"MiddleName": null,
"LastName": {
"t": "Boddiford"
},
"Suffix": null
}
}
]
},
"Aliases": {
"count": 1,
"availableCount": 1,
"Alias": [
{
"Prefix": null,
"FirstName": {
"t": "Josh"
},
"MiddleName": null,
"LastName": {
"t": "Boddiford"
},
"Suffix": null
}
]
},
"Phones": {
"count": 4,
"availableCount": 4,
"Phone": [
{
"Display": {
"t": "(813) 333-XXXX"
},
"AreaCode": {
"t": "813"
},
"ConnectionType": null,
"Carrier": null
},
{
"Display": {
"t": "(813) 983-XXXX"
},
"AreaCode": {
"t": "813"
},
"ConnectionType": null,
"Carrier": null
},
{
"Display": {
"t": "(813) 907-XXXX"
},
"AreaCode": {
"t": "813"
},
"ConnectionType": null,
"Carrier": null
},
{
"Display": {
"t": "(813) 994-XXXX"
},
"AreaCode": {
"t": "813"
},
"ConnectionType": null,
"Carrier": null
}
]
},
"Emails": {
"count": 1,
"availableCount": 1,
"Email": [
{
"t": "i******[url=http://mailto:h@.com]h@.com[/url]"
}
]
},
"SocialNetProfiles": {
"count": 0,
"availableCount": 0,
"SocialNetProfile": null
},
"UpsellLinks": {
"count": 4,
"Link": [
{
"Product": {
"t": "peoplesearch"
},
"URL": {
"t": "http://www.intelius.com/redir.php?ref..."
}
},
{
"Product": {
"t": "background"
},
"URL": {
"t": "http://www.intelius.com/redir.php?ref..."
}
},
{
"Product": {
"t": "criminalcheck"
},
"URL": {
"t": "http://www.intelius.com/redir.php?ref..."
}
},
{
"Product": {
"t": "publicrecords"
},
"URL": {
"_t": "http://www.intelius.com/redir.php?ref..."
}
}
]
}
}
]
}
}