-
-
Save mitani/4b5ddffe1ddd5fb7a175 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X PUT -H OAuth-Token:8f027f7a-266a-dcd0-8dc4-530cfa3ce6d4 -H Cache-Control:no-cache -H Postman-Token:63ba84bf-612d-7210-c328-29f50f3f4b92 -d '{ "email":[{"email_address":"bob.burger@example.com"}], "description":"Bob Burger was updated" }' http://server/pro720/rest/v10/Contacts/demo_bob_burger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT /pro720/rest/v10/Contacts/demo_bob_burger HTTP/1.1 | |
Host: server | |
OAuth-Token: 8f027f7a-266a-dcd0-8dc4-530cfa3ce6d4 | |
Cache-Control: no-cache | |
Postman-Token: 24ae44a6-1720-b644-f236-f347226f18e4 | |
{ "email":[{"email_address":"bob.burger@example.com"}], "description":"Bob Burger was updated" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "demo_bob_burger", | |
"name": "Bob Burger", | |
"date_entered": "2014-02-25T12:16:41-08:00", | |
"date_modified": "2014-02-25T12:21:22-08:00", | |
"modified_user_id": "1", | |
"modified_by_name": "Administrator", | |
"created_by": "1", | |
"created_by_name": "Administrator", | |
"doc_owner": "", | |
"user_favorites": "", | |
"description": "Bob Burger was updated", | |
"deleted": false, | |
"assigned_user_id": "", | |
"assigned_user_name": "", | |
"team_count": "", | |
"team_name": [ | |
{ | |
"id": 1, | |
"name": "Global", | |
"name_2": "", | |
"primary": true | |
} | |
], | |
"email": [ | |
{ | |
"email_address": "bob.burger@example.com", | |
"invalid_email": false, | |
"opt_out": false, | |
"primary_address": false, | |
"reply_to_address": false | |
} | |
], | |
"email1": "bob.burger@example.com", | |
"email2": "", | |
"invalid_email": false, | |
"email_opt_out": false, | |
"salutation": "", | |
"first_name": "Bob", | |
"last_name": "Burger", | |
"full_name": "Bob Burger", | |
"title": "", | |
"facebook": "", | |
"twitter": "", | |
"googleplus": "", | |
"department": "", | |
"do_not_call": false, | |
"phone_home": "", | |
"phone_mobile": "", | |
"phone_work": "", | |
"phone_other": "", | |
"phone_fax": "", | |
"primary_address_street": "", | |
"primary_address_street_2": "", | |
"primary_address_street_3": "", | |
"primary_address_city": "", | |
"primary_address_state": "", | |
"primary_address_postalcode": "", | |
"primary_address_country": "", | |
"alt_address_street": "", | |
"alt_address_street_2": "", | |
"alt_address_street_3": "", | |
"alt_address_city": "", | |
"alt_address_state": "", | |
"alt_address_postalcode": "", | |
"alt_address_country": "", | |
"assistant": "", | |
"assistant_phone": "", | |
"picture": "", | |
"email_and_name1": "", | |
"lead_source": "", | |
"account_name": "", | |
"account_id": "", | |
"dnb_principal_id": "", | |
"opportunity_role_fields": "", | |
"opportunity_role_id": "", | |
"opportunity_role": "", | |
"reports_to_id": "", | |
"report_to_name": "", | |
"birthdate": "", | |
"campaign_id": "", | |
"campaign_name": "", | |
"c_accept_status_fields": "", | |
"m_accept_status_fields": "", | |
"accept_status_id": "", | |
"accept_status_name": "", | |
"accept_status_calls": "", | |
"accept_status_meetings": "", | |
"sync_contact": false, | |
"mkto_sync": false, | |
"mkto_id": null, | |
"mkto_lead_score": null, | |
"my_favorite": false, | |
"_acl": { | |
"fields": {} | |
}, | |
"following": true, | |
"_module": "Contacts" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment