POST api/PolicyAICallLog/Update
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": "e8afa4cd-76d1-441d-ac89-64d1317aeee5",
"aiVendor": 1,
"lastCallTime": "2025-11-15T04:36:26.5446607-06:00",
"policyId": "6485d580-dfed-4a82-b1a5-a15a2bbb1078",
"agencyId": "56b35368-c388-4875-87b6-73a843deded0",
"callId": "sample string 5",
"userId": "0bb0e3de-61d3-4eef-bcc0-17c28fc10662",
"createDate": "2025-11-15T04:36:26.5446607-06:00",
"changeDate": "2025-11-15T04:36:26.5446607-06:00",
"taskId": "c50c8927-5a68-4965-a346-88ad10bde8dc",
"callType": 1,
"id": "c3819310-edcb-485d-bb50-a6a04c561df0",
"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>56b35368-c388-4875-87b6-73a843deded0</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2025-11-15T04:36:26.5446607-06:00</ChangeDate> <CreateDate>2025-11-15T04:36:26.5446607-06:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>c3819310-edcb-485d-bb50-a6a04c561df0</Id> <LastCallTime>2025-11-15T04:36:26.5446607-06:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>6485d580-dfed-4a82-b1a5-a15a2bbb1078</PolicyId> <Status>Failed</Status> <TaskId>c50c8927-5a68-4965-a346-88ad10bde8dc</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>e8afa4cd-76d1-441d-ac89-64d1317aeee5</TruckingCompanyId> <UserId>0bb0e3de-61d3-4eef-bcc0-17c28fc10662</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>