Deals

Response Structure

{

    "data": [

        {

            "Owner": { //Name and ID of the owner of the Deal

                "name": "Patricia Boyle",

                "id": "3652397000000281001"

            },

            "Description": null, //Description of the case

            "$currency_symbol": "Rs.", //The currency in which the revenue is generated

            "Campaign_Source": null, //Represents the Campaign associated with the Deal

            "$followers": null, //Represents the number of followers of that Deal

            "Closing_Date": "2019-01-31", //The date on which the deal closes/is closed. This is a mandatory field.

            "Last_Activity_Time": "2018-12-07T15:11:53+05:30", //The date and time at which the record was last used in an operation 

            "Modified_By": {//Name and ID of the user who modified the Deal. This is a system-generated field. You cannot modify it.

                "name": "Patricia Boyle",

                "id": "3652397000000186017"

            },

            "Lead_Conversion_Time": 20, //The number of days taken to convert the lead into a Deal

            "$process_flow": false, //Represents if the record is a blueprint data

            "Deal_Name": "Oh My Goodknits Inc-", //Name of the Deal. This is a mandatory field.

            "Expected_Revenue": 0, //The revenue expected from this Deal based on the Amount and Deal Stage that you specify

            "Overall_Sales_Duration": 79,//Average number of days taken for the Lead to win as Deal of different type

            "Stage": "Needs Analysis", //The current stage of the deal from Qualification to Closed. This is a mandatory field.

            "Account_Name": {//Name and ID of the Account the Deal is associated with

                "name": "Account1",

                "id": "3652397000000251001"

            },

            "id": "3652397000000269093", //Unique ID of the Deal

            "$approved": true, //Represents whether the record is approved

            "$approval": { //Represents if the current user can approve, delegate, reject, or resubmit the operations performed on this record

                "delegate": false,

                "approve": false,

                "reject": false,

                "resubmit": false

            },

            "Modified_Time": "2019-01-24T16:36:18+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.

            "Created_Time": "2018-12-04T15:54:37+05:30", //Date and time at which the record was created. This is a system-generated field. You cannot modify it.

            "Amount": 0, //The amount expected after the Deal is closed

            "$followed": false, //Represents whether the current user follows this Deal

            "Probability": 20, //Represents the probability of closing this Deal

            "Next_Step": null, //Represents the next step of the sales process

            "$editable": true, //Represents whether the record is editable

            "Prediction_Score": null, //Represents the prediction score for the Deal

            "Contact_Name": { //Name and ID of the Contact associated with the Deal

                "name": "Carissa Batman", 

                "id": "3652397000000269089"

            },

            "Sales_Cycle_Duration": 59, //Average number of days taken for the Deal of different types to win

            "Type": null, //Represents the type of Deal

            "Lead_Source": "Advertisement", //Represents the lead source

            "Created_By": {//Name and ID of the user who created the record. This is a system-generated field. You cannot modify it.

                "name": "Patricia Boyle",

                "id": "3652397000000186017"

            },

            "Tag": [] //List of tags associated with the record

        }

    ]

}

Note:

  • The fields beginning with "$" indicate that they do not appear on the Zoho CRM UI, but contain important data. They are read-only fields.
  • For more information about sample attributes, refer Get List of Records.