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": "634c1f30-4c57-4ecc-93c9-5cdb94ea4011",
"aiVendor": 1,
"lastCallTime": "2026-05-09T00:09:46.8680424-05:00",
"policyId": "f9891e27-a1b9-4f20-9d41-6905a3c55440",
"agencyId": "1a86c5dd-d61c-4e43-abbf-16abeb46578a",
"callId": "sample string 5",
"userId": "d83db62e-78ff-49e4-a885-9ccb5b5fd9e6",
"createDate": "2026-05-09T00:09:46.8680424-05:00",
"changeDate": "2026-05-09T00:09:46.8680424-05:00",
"taskId": "0682ac97-41b4-4fc9-88ad-fae3891e0e67",
"callType": 1,
"id": "53625923-c6ee-4209-8561-a8b41b9a3c1b",
"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>1a86c5dd-d61c-4e43-abbf-16abeb46578a</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-05-09T00:09:46.8680424-05:00</ChangeDate> <CreateDate>2026-05-09T00:09:46.8680424-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>53625923-c6ee-4209-8561-a8b41b9a3c1b</Id> <LastCallTime>2026-05-09T00:09:46.8680424-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>f9891e27-a1b9-4f20-9d41-6905a3c55440</PolicyId> <Status>Failed</Status> <TaskId>0682ac97-41b4-4fc9-88ad-fae3891e0e67</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>634c1f30-4c57-4ecc-93c9-5cdb94ea4011</TruckingCompanyId> <UserId>d83db62e-78ff-49e4-a885-9ccb5b5fd9e6</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>