PATCH
/
v1
/
voice
/
agents
/
lead-submitter
/
{call}
/
submit
cURL
curl --request PATCH \
  --url https://api.comm.com/api/v1/voice/agents/lead-submitter/{call}/submit \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call
string<uuid>
required

The call ID

Response

201
application/json

VoiceLeadSubmitterLogResource

The response is of type object.