Phone Calls REST Endpoints
Phone Calls
The phone calls are details of real-time voice and video conversations between agents and business contacts.
- Create a phone call
- Method: postPath:
/crmRestApi/resources/11.13.18.05/phoneCalls
- Delete a phone call
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}
- Get a phone call
- Method: getPath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}
- Get all phone calls
- Method: getPath:
/crmRestApi/resources/11.13.18.05/phoneCalls
- Update a phone call
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}