Skip to content

Instantly share code, notes, and snippets.

@smalyshev
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smalyshev/2be9ada558dcb7eb22a1 to your computer and use it in GitHub Desktop.
Save smalyshev/2be9ada558dcb7eb22a1 to your computer and use it in GitHub Desktop.
{
"id": "12346ewe",
"subject": "my meeting",
"contacts": {
"add": [
"89179177-41d7-311f-90ef",
{
"id": "473d122f-0a45-fef6-0138",
"role": "owner"
}
]
},
"leads": {
"delete": ["a28c2304-f9b6-97ca-f2e6"]
},
"tags": {
"create": [{"name": "Important", "color": "Green"}],
},
}
{
"invitees": [
{"id": "89179177-41d7-311f-90ef-53a9ed038ae4", "name": "John Hancock", "status": "accepted", "_module": "Contacts", "_link": "contacts"},
{"id": "a28c2304-f9b6-97ca-f2e6-53a9ed870664", "name": "King George III", "status": "declined", "_module": "Leads", "_link": "leads"},
{"id": "473d122f-0a45-fef6-0138-53a9ed4a2ba5", "name": "Samuel Adams", "status": "accepted", "_module": "Contacts", "_link": "contacts"},
]
}
{
"id": "12346ewe",
"subject": "my meeting",
"leads": {
"add":["a28c2304-f9b6-97ca-f2e6-53a9ed870664"],
},
"contacts": {
"add": ["89179177-41d7-311f-90ef-53a9ed038ae4", "473d122f-0a45-fef6-0138-53a9ed4a2ba5"]
},
"tags": "create": [{"name": "Important", "color": "Green"}],
}
[
'fields' => array(
array(
'name' => 'meeting_invitees',
'label' => 'LBL_INVITEES',
'type' => 'collection-field',
'link' => 'invitees',
'fields' => array('id', 'name', 'status'),
'order_by' => 'name:asc',
),
),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment