API Names and Finishing Our Put Function

  • Under Settings > Developer Space > API’s you can find the API names, the names by which Zoho recognizes any field or module
  • Here is where you need to find the API names of the address fields in the Accounts module that we want to update
  • Don’t just try and guess the API names – even though many are similar to the field name itself, enough are different that you will make mistakes!
  • We use the API name in our “Put” functions to specify which fields in the Accounts module we’ll be updating

JSON Viewer