POST api/PolicyAICallLog/UpdateElastic
Update policy AI log record.
Request Information
URI Parameters
None.
Body Parameters
AICallLogRecordNest| Name | Description | Type | Additional information |
|---|---|---|---|
| Feedback | string |
None. |
|
| Transcript | string |
None. |
|
| Status | CallStatus |
Required Range: inclusive between 1 and 2 |
|
| TransactionId | string |
Required |
|
| TruckingCompanyId | globally unique identifier |
None. |
|
| aiVendor | AICallVendors |
None. |
|
| LastCallTime | date |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| AgencyId | globally unique identifier |
None. |
|
| CallId | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| ChangeDate | date |
None. |
|
| TaskId | globally unique identifier |
None. |
|
| callType | CallType |
None. |
|
| Id | globally unique identifier |
None. |
|
| PhoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"feedback": "sample string 1",
"transcript": "sample string 2",
"status": 1,
"transactionId": "sample string 3",
"truckingCompanyId": "0f780027-6c9d-4679-a6a8-389a91a47764",
"aiVendor": 1,
"lastCallTime": "2026-02-23T12:41:19.9664494-06:00",
"policyId": "3aabd6f2-3f80-48d0-8856-08a6e5f9f957",
"agencyId": "c9bcb612-f87b-4ab1-8d7c-aa5bf63f24e4",
"callId": "sample string 5",
"userId": "523b8bbf-2d85-4e60-9fe9-2c35db984461",
"createDate": "2026-02-23T12:41:19.9664494-06:00",
"changeDate": "2026-02-23T12:41:19.9664494-06:00",
"taskId": "4cb5a36d-d890-4fcd-b96d-a18c8a7c9f2b",
"callType": 1,
"id": "8404bc0b-b303-447f-8f67-8e26e266a59a",
"phoneNumber": "sample string 9"
}
application/xml, text/xml
Sample:
<AICallLogRecordNest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <AIVendor>SONANT</AIVendor> <AgencyId>c9bcb612-f87b-4ab1-8d7c-aa5bf63f24e4</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-02-23T12:41:19.9664494-06:00</ChangeDate> <CreateDate>2026-02-23T12:41:19.9664494-06:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>8404bc0b-b303-447f-8f67-8e26e266a59a</Id> <LastCallTime>2026-02-23T12:41:19.9664494-06:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>3aabd6f2-3f80-48d0-8856-08a6e5f9f957</PolicyId> <Status>Failed</Status> <TaskId>4cb5a36d-d890-4fcd-b96d-a18c8a7c9f2b</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>0f780027-6c9d-4679-a6a8-389a91a47764</TruckingCompanyId> <UserId>523b8bbf-2d85-4e60-9fe9-2c35db984461</UserId> </AICallLogRecordNest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<NowCertsApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResult>