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": "e5502f9e-1409-4be8-847b-a01ade0ed9e0",
"aiVendor": 1,
"lastCallTime": "2026-01-15T10:03:22.4225717-06:00",
"policyId": "db573099-b62f-4b7d-99c3-e53a2a9556ce",
"agencyId": "3fda3f9e-9fb5-4915-998b-b0180b49b49e",
"callId": "sample string 5",
"userId": "4ee159c4-5746-497f-a4ab-d836381fa444",
"createDate": "2026-01-15T10:03:22.4225717-06:00",
"changeDate": "2026-01-15T10:03:22.4225717-06:00",
"taskId": "43df7af1-4490-4d6f-adfc-012330db9f34",
"callType": 1,
"id": "f1bde39d-7172-4335-b755-0bf6acfe6e7a",
"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>3fda3f9e-9fb5-4915-998b-b0180b49b49e</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-01-15T10:03:22.4225717-06:00</ChangeDate> <CreateDate>2026-01-15T10:03:22.4225717-06:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>f1bde39d-7172-4335-b755-0bf6acfe6e7a</Id> <LastCallTime>2026-01-15T10:03:22.4225717-06:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>db573099-b62f-4b7d-99c3-e53a2a9556ce</PolicyId> <Status>Failed</Status> <TaskId>43df7af1-4490-4d6f-adfc-012330db9f34</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>e5502f9e-1409-4be8-847b-a01ade0ed9e0</TruckingCompanyId> <UserId>4ee159c4-5746-497f-a4ab-d836381fa444</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>