spec/fixtures/contacts.json in flexmls_api-0.4.5 vs spec/fixtures/contacts.json in flexmls_api-0.6.4
- old
+ new
@@ -4,22 +4,25 @@
"Results": [
{
"ResourceUri":"/v1/contacts/20101230223226074201000000",
"DisplayName":"Contact One",
"Id":"20101230223226074201000000",
- "PrimaryEmail":"contact1@fbsdata.com"
+ "PrimaryEmail":"contact1@fbsdata.com",
+ "Tags": ["IDX Lead"]
},
{
"ResourceUri":"/v1/contacts/20101230223226074202000000",
"DisplayName":"Contact Two",
"Id":"20101230223226074202000000",
- "PrimaryEmail":"contact2fbsdata.com"
+ "PrimaryEmail":"contact2fbsdata.com",
+ "Tags": ["IDX Lead"]
},
{
"ResourceUri":"/v1/contacts/20101230223226074203000000",
"DisplayName":"Contact Three",
"Id":"20101230223226074203000000",
- "PrimaryEmail":"contact3@fbsdata.com"
+ "PrimaryEmail":"contact3@fbsdata.com",
+ "Tags": ["IDX Lead"]
}
]
}
}