- Subcategories:
- Large Object (LOB) Attributes - MessageContent
Phone Transcript Messages REST Endpoints
Phone Calls/Phone Transcript Messages
Indicates the messages that constitute the phone call transcript.
- Create a phone transcript message
- Method: postPath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage - Delete a phone transcript message
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage/{MessageId} - Get a phone transcript message
- Method: getPath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage/{MessageId} - Get all phone transcript messages
- Method: getPath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage - Update a phone transcript message
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage/{MessageId}