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": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "lucy.robins@zylker.com"
            },
            "Modified_Time": "2023-11-20T18:20:57+05:30",
            "Email": null,
            "$currency_symbol": "$",
            "Company_Type": null,
            "Config": null,
            "Created_Time": "2022-10-20T16:01:17+05:30",
            "Website": null,
            "$editable": true,
            "Tax": {
                "Tax_Authority_Id": null,
                "Tax_Percentage": 5,
                "Tax_Exemption_Code": null,
                "Tax_Authority": null,
                "Tax_Id": "109010000000140001",
                "Tax_Name": "Sales Tax",
                "Tax_Exemption_Id": null,
                "Taxable": true
            },
            "ZBilling_Id": "109010000000127001",
            "Mobile": null,
            "$permissions": {
                "read": true,
                "edit": true,
                "delete": true
            },
            "Modified_By": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "lucy.robins@zylker.com"
            },
            "Exchange_Rate": 1,
            "Phone": null,
            "Billing_Address": {
                "State": "Illinois",
                "name": "AD-28",
                "Country": "United States",
                "Zip_Code": "61615",
                "id": "1003000001100063",
                "City": "Peoria",
                "Address_Name": "Billing Address",
                "Street_2": "",
                "Street_1": "7601 N Orange Prairie Rd"
            },
            "Currency": "USD",
            "$inactive": false,
            "Service_Address": {
                "State": "Illinois",
                "name": "AD-30",
                "Country": "United States",
                "Zip_Code": "61701",
                "id": "1003000001100092",
                "City": "Bloomington",
                "Address_Name": "Service Address",
                "Street_2": "",
                "Street_1": "1312 Park St"
            },
            "Company_Name": "Acme LLC",
            "id": "1003000000330086",
            "Created_By": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "lucy.robins@zylker.com"
            },
            "Fax": null
        }
    ]
}