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"
- }
- ]
- }
- ]
- }