POST crm/transfer_owner

Tranfer ownership of Contact or lead from one user to another.

Request Information

Parameters

NameDescription
json
  • customer_id [ Mandatory , string ]
    The contact id or lead id is used to tranfer owner
  • transferred_owner_id [ Mandatory , string ]
    The owner name which would be transferred
  • transfered_owner_id [ Mandatory , string ]
    Tranfer the owner name to the contact or lead

Request body formats

application/json, text/json, text/plain, application/x-www-form-urlencoded

Sample:

{
  "transfer_owner": [{
      "customer_id": "00Q90000018QhjX",
      "transferred_owner_name": "Alex Campbell",
      "transfer_owner_name": "Robert Jolly"
      },{
      "customer_id": "0039000002EY5fp",
      "transferred_owner_name": "Alex Campbell",
      "transfer_owner_name": "Bruno Violanti"
    }]
}

Response Information

Response body formats

application/json, text/json

Sample:

{
 "transfer_owner_result":[
   {
     "delivery":"true",
     "receipt": "Transfer contact owner successfully."
   },
   {
     "delivery": "true",
     "receipt": "Transfer lead owner successfully."
   }
],
  "items_failed": "0",
     "audit_id": "1148"
}
Or Bad Response:
   Transfer contact owner failed.