For the updateRecords method, where can I get the value for record ID?

For the updateRecords method, where can I get the value for record ID?

The value for the unique record ID will be available in the XML response obtained after inserting or fetching the records.
 

For Example: <FL val="Id">508020000016189251</FL>

    • Related Articles

    • updateRecords

      Purpose You can use the updateRecords method to update or modify the records in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format To update single record into a module in a single API call: ...
    • What is a record ID?

      Record ID is a unique number generated by the Zoho Creator system for every record that has been added to the database. Usually it will be a 18 digit number ( eg:272719000003479011 ).  This number can be displayed in Views. For this, Click on Edit ...
    • How do I save documents locally using "save_url" method? Any sample codes available?

      A "save_url" is a publicly accessible Web hook or a Web URL to which Zoho will push the updated document content from its Office editors (Writer, Sheet, Show) to your storage server. In order to make use of "save_url" method and save document ...
    • What is the format of the xmlData parameter for the insertRecords and updateRecords methods?

      Use the following XMLData parameters while using insertRecords and updateRecords methods: insertRecords: https:// crm.zoho.com/crm/private/ xml / Leads /insertRecords?apikey= API Key &ticket= Ticket ticket=xxxxxxxxxxxxxx apikey=xxxxxxxxxxxxxx ...
    • How do I print a record - The not so simple method

      You can also invoke a custom function to open the record in a new page and subsequently print it. To do so, Please follow the steps mentioned below: Click on "Edit this application" and click on "Script" tab. Click on "Functions" displayed in the top ...