Get an Estimate

Purpose

To fetch a specific estimate.

Request URL

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

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.Estimates.READ

Sample Request

Copiedcurl --request GET 'https://fsm.zoho.com/fsm/v1/Estimates/4476553000000110073' \
--header 'Authorization: Zoho-oauthtoken 1000.xxxxxx.xxxxxxe'

Sample Response

Copied{
    "data": [
        {
            "Owner": {
                "name": "Daniel Warne",
                "id": "1011000000139001",
                "email": "lucy.robins@zylker.com"
            },
            "Company": {
                "name": "Nebula",
                "id": "1011000000139165"
            },
            "Email": "lucy.robins@zylker.com",
            "Expiry_Date": "2021-12-13",
            "Discount": null,
            "$currency_symbol": "$",
            "Cancellation_Reason": null,
            "Config": "{\"sales_tax_type\":\"exclusive\",\"tax_rounding_type\":\"not_configured\",\"Type\":\"32\",\"is_discount_before_tax\":true,\"is_inclusive_tax\":false,\"is_discount_tax_inclusive\":false,\"discount_type\":\"item_level\",\"is_sales_inclusive_tax_enabled\":false,\"transaction_rounding_type\":\"no_rounding\",\"Tax_Details\":{\"Tax_Percentage\":6.25,\"Tax_Id\":\"2908070000000075018\",\"taxFromModule\":\"Addresses\",\"Tax_Name\":\"IllinoisSalesTax\",\"Taxable\":true}}",
            "Closed_Time": null,
            "Approved_Time": null,
            "Dispatcher": {
                "name": "Tracy Pollan",
                "id": "1011000000139328"
            },
            "Name": "ES3",
            "Tax_Amount": 18.8,
            "Modified_By": {
                "name": "Daniel Warne",
                "id": "1011000000139001",
                "email": "lucy.robins@zylker.com"
            },
            "Service_Line_Items": [
                {
                    "Owner": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Estimate": {
                        "name": "ES3",
                        "id": "1011000000176001"
                    },
                    "Discount": 0,
                    "Description": null,
                    "$currency_symbol": "$",
                    "Actual_Start_Date_Time": null,
                    "Tax": {
                        "Tax_Percentage": 6.25,
                        "Tax_Exemption_Code": null,
                        "Tax_Id": "2908070000000075018",
                        "Tax_Name": "IllinoisSalesTax",
                        "Tax_Exemption_Id": null
                    },
                    "Unit": "Hours",
                    "Name": "SVC-24",
                    "Actual_End_Date_Time": null,
                    "Modified_By": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Exchange_Rate": 1,
                    "Currency": "USD",
                    "id": "1011000000176010",
                    "Discount_Type": "Currency",
                    "Status": "New",
                    "Modified_Time": "2022-01-12T01:09:41-08:00",
                    "Created_Time": "2022-01-12T01:09:41-08:00",
                    "Amount": 50,
                    "Service": {
                        "name": "Painting - Exterior House",
                        "id": "1011000000155001"
                    },
                    "Quantity": 1,
                    "$editable": true,
                    "Sequence": 1,
                    "Work_Order": null,
                    "Contact": {
                        "name": "Dexter Morgan",
                        "id": "1011000000141106"
                    },
                    "List_Price": 50,
                    "Created_By": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Line_Item_Amount": 53.13
                }
            ],
            "Exchange_Rate": 1,
            "Phone": "111-111-1111",
            "Cancellation_Message": null,
            "Currency": "USD",
            "Parent_Estimate": null,
            "Service_Address": {
                "Service_Latitude": 39.287425,
                "Service_Street_1": "10 Oak St",
                "Service_State": "Illinois",
                "Service_Zip_Code": "62553",
                "name": "AD-5",
                "id": "1011000000141109",
                "Service_Longitude": -89.108759,
                "Service_Address_Name": "Service address",
                "Service_Street_2": null,
                "Service_City": "Oconee",
                "Service_Country": "United States"
            },
            "Asset": null,
            "Expiry_Time": null,
            "id": "1011000000176001",
            "Discount_Type": null,
            "Status": "Approved",
            "Grand_Total": 320,
            "Modified_Time": "2022-01-12T01:11:55-08:00",
            "Territory": {
                "name": "Fillmore",
                "id": "1011000000139175"
            },
            "Adjustment": null,
            "Created_Time": "2022-01-12T01:09:41-08:00",
            "Request": null,
            "Sub_Total": 300.75,
            "$editable": true,
            "Rejection_Message": null,
            "Work_Order": null,
            "Contact": {
                "name": "Dexter Morgan",
                "id": "1011000000141106"
            },
            "Billing_Address": {
                "Billing_Longitude": -88.953008,
                "Billing_City": "Decatur",
                "Billing_Country": "United States",
                "name": "AD-4",
                "Billing_Address_Name": "Billing address",
                "Billing_Street_1": "3070 N Water St",
                "Billing_State": "Illinois",
                "Billing_Zip_Code": "62526",
                "Billing_Street_2": null,
                "Billing_Latitude": 39.878167,
                "id": "1011000000141108"
            },
            "Summary": "Home Refurbishment",
            "Created_By": {
                "name": "Daniel Warne",
                "id": "1011000000139001",
                "email": "lucy.robins@zylker.com"
            },
            "Rejected_Time": null,
            "Part_Line_Items": [
                {
                    "Owner": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Estimate": {
                        "name": "ES3",
                        "id": "1011000000176001"
                    },
                    "Discount": 0,
                    "Description": null,
                    "$currency_symbol": "$",
                    "Tax": {
                        "Tax_Percentage": 6.25,
                        "Tax_Exemption_Code": null,
                        "Tax_Id": "2908070000000075018",
                        "Tax_Name": "IllinoisSalesTax",
                        "Tax_Exemption_Id": null
                    },
                    "Unit": "Each",
                    "Name": "PRT-33",
                    "Modified_By": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Exchange_Rate": 1,
                    "Currency": "USD",
                    "Service_Line_Item": {
                        "name": "SVC-24",
                        "id": "1011000000176010"
                    },
                    "id": "1011000000176015",
                    "Discount_Type": "Currency",
                    "Modified_Time": "2022-01-12T01:09:41-08:00",
                    "Created_Time": "2022-01-12T01:09:41-08:00",
                    "Amount": 25,
                    "Quantity": 1,
                    "$editable": true,
                    "Sequence": 1,
                    "Work_Order": null,
                    "Contact": {
                        "name": "Dexter Morgan",
                        "id": "1011000000141106"
                    },
                    "Part": {
                        "name": "Texture Roller with Handle for Wall Decor, 7-inch",
                        "id": "1011000000155005"
                    },
                    "List_Price": 25,
                    "Created_By": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Line_Item_Amount": 26.56
                },
                {
                    "Owner": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Estimate": {
                        "name": "ES3",
                        "id": "1011000000176001"
                    },
                    "Discount": 0,
                    "Description": null,
                    "$currency_symbol": "$",
                    "Tax": {
                        "Tax_Percentage": 6.25,
                        "Tax_Exemption_Code": null,
                        "Tax_Id": "2908070000000075018",
                        "Tax_Name": "IllinoisSalesTax",
                        "Tax_Exemption_Id": null
                    },
                    "Unit": "Pack",
                    "Name": "PRT-34",
                    "Modified_By": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Exchange_Rate": 1,
                    "Currency": "USD",
                    "Service_Line_Item": {
                        "name": "SVC-24",
                        "id": "1011000000176010"
                    },
                    "id": "1011000000176016",
                    "Discount_Type": "Currency",
                    "Modified_Time": "2022-01-12T01:09:41-08:00",
                    "Created_Time": "2022-01-12T01:09:41-08:00",
                    "Amount": 225.75,
                    "Quantity": 3,
                    "$editable": true,
                    "Sequence": 2,
                    "Work_Order": null,
                    "Contact": {
                        "name": "Dexter Morgan",
                        "id": "1011000000141106"
                    },
                    "Part": {
                        "name": "Exterior Primer - 4Ltr (White)",
                        "id": "1011000000155009"
                    },
                    "List_Price": 75.25,
                    "Created_By": {
                        "name": "Daniel Warne",
                        "id": "1011000000139001",
                        "email": "lucy.robins@zylker.com"
                    },
                    "Line_Item_Amount": 239.86
                }
            ],
            "Rejection_reason": null
        }
    ]
}