Get a Company

Purpose

To fetch a specific company.

Request URL

https://fsm.zoho.com/fsm/v1/Companies/<record_id>

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.Companies.READ

Sample Request

Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/Companies/1053************010' \
--header 'Authorization: Zoho-oauthtoken 1000.63706db******************************d96d4a5' \

Sample Response

Copied{
    "data": [
        {
            "Owner": {
                "name": "Daniel Warne",
                "id": "1011000000139001",
                "email": "lucy.robins@zylker.com"
            },
            "Email": "people@zylker.com",
            "$currency_symbol": "$",
            "Company_Type": "Customer",
            "Config": "{}",
            "Website": "www.zylker.com",
            "$editable": true,
            "Tax": {
                "Tax_Authority_Id": null,
                "Tax_Percentage": 3.5,
                "Tax_Exemption_Code": null,
                "Tax_Authority": null,
                "Tax_Id": "2908070000000135005",
                "Tax_Name": "County tax",
                "Tax_Exemption_Id": null,
                "Taxable": true
            },
            "ZBilling_Id": null,
            "Mobile": "987-654-3210",
            "Sample__C": null,
            "Exchange_Rate": 1,
            "Phone": "987-654-3210",
            "Billing_Address": null,
            "Currency": "USD",
            "Service_Address": null,
            "Company_Name": "Zylker Inc",
            "id": "1011000000195085",
            "Fax": null
        }
    ]
}