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": "a36cb6e0-636c-48cf-9dbc-f7ef734bc6a6",
"aiVendor": 1,
"lastCallTime": "2026-04-14T19:01:25.4329072-05:00",
"policyId": "635b863f-451b-4303-81af-e35d89c4e856",
"agencyId": "b38850ea-31d7-4fe0-9dc8-48a4c0d359ed",
"callId": "sample string 5",
"userId": "0c68c6aa-cff9-49a1-a6c2-4128032de940",
"createDate": "2026-04-14T19:01:25.4329072-05:00",
"changeDate": "2026-04-14T19:01:25.4329072-05:00",
"taskId": "a8b0bbb2-02cc-4e05-afe7-a639765bd72a",
"callType": 1,
"id": "ad55c460-23d6-44a8-bc69-1fc6eabc9400",
"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>b38850ea-31d7-4fe0-9dc8-48a4c0d359ed</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-04-14T19:01:25.4329072-05:00</ChangeDate> <CreateDate>2026-04-14T19:01:25.4329072-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>ad55c460-23d6-44a8-bc69-1fc6eabc9400</Id> <LastCallTime>2026-04-14T19:01:25.4329072-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>635b863f-451b-4303-81af-e35d89c4e856</PolicyId> <Status>Failed</Status> <TaskId>a8b0bbb2-02cc-4e05-afe7-a639765bd72a</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>a36cb6e0-636c-48cf-9dbc-f7ef734bc6a6</TruckingCompanyId> <UserId>0c68c6aa-cff9-49a1-a6c2-4128032de940</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>