Sha256: 90c58e900b98a12f8d2f4023182111cb735a66ee6b108ef9f811f4d0f20446eb
Contents?: true
Size: 1.18 KB
Versions: 14
Compression:
Stored size: 1.18 KB
Contents
{ "first_name": "John", "last_name": "Doe", "company": "ACME, Inc", "title": "Senior Ninja", "external_id": null, "background": "This guy can be a challenge to work with", "language": "en_us", "locked_until": null, "created_at": "2013-11-22T22:49:20Z", "updated_at": "2013-11-22T22:49:20Z", "custom_fields": { "level": "vip" }, "emails": [ { "type": "work", "value": "john@acme.com" }, { "type": "home", "value": "john@home.com" } ], "phone_numbers": [ { "type": "work", "value": "123-456-7890" } ], "addresses": [ { "type": "work", "value": "123 Main St, San Francisco, CA 94105" } ], "_links": { "self": { "href": "/api/v2/customers/1", "class": "customer" }, "cases": { "href": "/api/v2/customers/1/cases", "class": "case" }, "company": { "href": "/api/v2/companies/1", "class": "company" }, "facebook_user": { "href": "/api/v2/facebook_users/1", "class": "facebook_user" }, "twitter_user": { "href": "/api/v2/twitter_users/1", "class": "twitter_user" }, "locked_by": null } }
Version data entries
14 entries across 14 versions & 1 rubygems