HTTP/1.1 201 Created
Accept-Ranges: bytes
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Location: http://mock.localhost/customers/1
Status: 201 Created
Vary: X-AppVersion
X-AppVersion: 781247eace915fac36f43a20c87f25019542d2d5.0
X-Frame-Options: SAMEORIGIN
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 53
Content-Length: 841
Connection: keep-alive

{
    "first_name": "John",
    "last_name": "Doe",
    "company": null,
    "title": null,
    "external_id": null,
    "background": null,
    "language": "en_us",
    "locked_until": null,
    "created_at": "2013-07-11T19:28:25Z",
    "updated_at": "2013-07-11T19:28:25Z",
    "custom_fields": {
        "level": "vip"
    },
    "emails": [
        {
            "type": "work",
            "value": "john@acme.com"
        },
        {
            "type": "home",
            "value": "john@home.com"
        }
    ],
    "phone_numbers": [

    ],
    "addresses": [

    ],
    "_links": {
        "self": {
            "href": "/api/v2/customers/1",
            "class": "customer"
        },
        "cases": {
            "href": "/api/v2/customers/1/cases",
            "class": "case"
        },
        "locked_by": null
    }
}
