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 ?