Get a Contact
Purpose
To fetch a specific contact.
Request URL
https://fsm.zoho.com/fsm/v1/Contacts/<record_id>
record_id - The unique ID of the record.
Request Method
GET
Scope
scope=ZohoFSM.modules.Contacts.READ
Sample Request
Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/Contacts/195000000095176' \
--header 'Authorization: Zoho-oauthtoken 1xxx.xxxxxxxxxx'
Sample Response
Copied{
"data": [
{
"Company": {
"name": "Nebula",
"id": "1011000000139165"
},
"Owner": {
"name": "Daniel Warne",
"id": "1011000000139001",
"email": "lucy.robins@zylker.com"
},
"Email": "lucy.robins@zylker.com",
"$currency_symbol": "$",
"Config": "{\"isWOCreated\":true}",
"$editable": true,
"Tax": {
"Tax_Authority_Id": "2908070000000075016",
"Tax_Percentage": 0,
"Tax_Exemption_Code": "EDUCATIONAL INSTITUTION",
"Tax_Authority": "IllinoisDepartmentofRevenue",
"Tax_Id": null,
"Tax_Name": null,
"Tax_Exemption_Id": "2908070000000090003",
"Taxable": false
},
"ZBilling_Id": "2908070000000096001",
"Reward_Points__C": null,
"Mobile": null,
"Salutation": "Dr.",
"First_Name": "Dexter",
"Full_Name": "Dr. Dexter Morgan",
"ZBooks_Contact_Person": false,
"Last_Name": "Morgan",
"Exchange_Rate": 1,
"Phone": "111-111-1111",
"Billing_Address": {
"name": "AD-4",
"id": "1011000000141108"
},
"Currency": "USD",
"Service_Address": {
"name": "AD-5",
"id": "1011000000141109"
},
"id": "1011000000141106"
}
]
}
Show full
Show less