How to update contract owner with the api ?
Hi im trying without success to update contract owner during the creation of contract or after with the 'PUT' operation..
Ys i can attached collaborators, but i realy want this users to be the owner of the contract !
But i cant succeed to get the correct Key i think .. Is this even possible ?
- ownerEmailId = "ZOHO CONTRACT EXISTING USER EMAIL";
{
- "inputfields":[
- { "metaApiName":"owner",
- "inputs":[
- {
- "inputApiName":"email-id",
- "inputValue": "ownerEmailId"
- }
- ]
- }
- ]
- }
I always get the : PATTERN_NOT_MATCHED Error.. as i guess some key was incorrect..
Any Helps ?
Sticky Posts
11 Common API Errors and How to Prevent Them
Zoho Contracts offers an extensive set of APIs using which you can integrate with your applications and build custom solutions. However, while using them and executing your code, you might face some errors. The reason might be due to any of the following
Organization Parameter in API Calls
Zoho Contracts now supports the multi-org feature where users can be part of multiple organizations. You can now manage contracts across multiple organizations with separate Zoho Contracts accounts for each organization. Users who are part of multiple
Zoho Contracts API Documentation
Greetings! The API documentation of Zoho Contracts is now available. Please access it from the below link. https://www.zoho.com/contracts/api/introduction.html You can post your queries and problems relating to Zoho Contracts API in this developer forum.