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: post
Path: /crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage
Delete a phone transcript message
Method: delete
Path: /crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage/{MessageId}
Get a phone transcript message
Method: get
Path: /crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage/{MessageId}
Get all phone transcript messages
Method: get
Path: /crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage
Update a phone transcript message
Method: patch
Path: /crmRestApi/resources/11.13.18.05/phoneCalls/{CallId}/child/TranscriptMessage/{MessageId}