Get a Service/Part

Purpose

To fetch a specific service/part.

Request URL

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

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.Service_And_Parts.READ

Sample Request

Copiedcurl --request GET 'https://fsm.zoho.com/fsm/v1/Service_And_Parts/195000000095188' \
--header 'Authorization: Zoho-oauthtoken 1000.xxxx.xxxxxe'

Sample Response

Copied{
    "data": [
        {
            "Owner": {
                "name": "Emily Raymond",
                "id": "1011000000139301",
                "email": "lucy.robins@zylker.com"
            },
            "Description": null,
            "$currency_symbol": "$",
            "$editable": true,
            "Tax": {
                "Tax_Exemption_Code": null,
                "Tax_Id": "2908070000000135005",
                "Tax_Name": "County tax",
                "Tax_Exemption_Id": null,
                "Taxable": true
            },
            "ZBilling_Id": null,
            "Work_Type": null,
            "Unit": "Each",
            "Name": "Sony Security camera",
            "Type": "Service",
            "Layout": {
                "name": "Services",
                "id": "1011000000114278"
            },
            "id": "1011000000195225",
            "Unit_Price": 2500
        }
    ]
}