cURL
curl --request PATCH \ --url https://api.example.com/phone-calls/{id}/requests/{requestId} \ --header 'Content-Type: application/json' \ --data ' { "status": "<string>", "response": "<string>" } '
{ "id": 123, "createdAt": "2023-11-07T05:31:56Z", "request": "<string>", "clientId": 123, "portalId": 123, "phoneCallId": 123, "phoneCallTranscriptLineId": 123, "status": "<string>", "response": "<string>", "respondedAt": "2023-11-07T05:31:56Z", "respondedByAccountId": 123, "respondedBy": "<string>" }
The unique identifier of the phone call.
The unique identifier of the client request to update.
The patch data containing status and response updates.
OK