Copy {
"token": "002",
"items": [
{
"id": "CREATED-ITEM-ID",
"name": "...",
"email": "...",
"company": "...",
"title": "...",
"business": "...",
"business2": "...",
"mobile_phone": "...",
"mobile_phone2": "...",
"home_phone": "...",
"home_phone2": "...",
"other": "...",
"business_fax": "...",
"home_fax": "...",
"address": "...",
"notes": "...",
"favorite": "...",
"change_type": "CREATED"
},
{
"id": "UPDATED-ITEM-ID",
"name": "...",
"email": "...",
"company": "...",
"title": "...",
"business": "...",
"business2": "...",
"mobile_phone": "...",
"mobile_phone2": "...",
"home_phone": "...",
"home_phone2": "...",
"other": "...",
"business_fax": "...",
"home_fax": "...",
"address": "...",
"notes": "...",
"favorite": "...",
"change_type": "UPDATED"
},
{
"id": "DELETED-ITEM-ID",
"name": "...",
"email": "...",
"company": "...",
"title": "...",
"business": "...",
"business2": "...",
"mobile_phone": "...",
"mobile_phone2": "...",
"home_phone": "...",
"home_phone2": "...",
"other": "...",
"business_fax": "...",
"home_fax": "...",
"address": "...",
"notes": "...",
"favorite": "...",
"change_type": "DELETED"
}
]
}