Skip to content
rostgaard edited this page Dec 2, 2014 · 1 revision

Example object

{
    "reception_id": 2,
    "contact_id": 1,
    "wants_messages": true,
    "enabled": true,
    "full_name": "Thomas Løcke",
    "distribution_list": {
        "to": [
            {
                "reception_id": 2,
                "contact_id": 1
            }
        ],
        "cc": null,
        "bcc": null
    },
    "contact_type": "human",
    "phones": [],
    "endpoints": [
        {
            "address": "+4588329100",
            "address_type": "sms",
            "confidential": false,
            "enabled": false,
            "priority": 0,
            "description": null
        }
    ],
    "backup": [
        {
            "value": "Steen Løcke",
            "priority": 1
        }
    ],
    "emailaddresses": [
        {
            "value": "[email protected]",
            "priority": 1
        }
    ],
    "handling": [
        {
            "value": "spørg ikke ind til ekstra stærk varianten",
            "priority": 1
        }
    ],
    "workhours": [],
    "tags": [
        "Fisker",
        "sømand",
        "pirat"
    ],
    "department": "Fangst",
    "info": "Tidligere fisker I militæret",
    "position": "Key fishing manager",
    "relations": "Gift med Trine Løcke",
    "responsibility": "Fersk fisk"
}
Clone this wiki locally