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": "3452589f-93f0-421d-9277-f40b0a3c0813",
"aiVendor": 1,
"lastCallTime": "2026-09-15T21:40:04.3217263-05:00",
"policyId": "63b3fb54-a589-444d-a293-1d212f5da1ed",
"agencyId": "9becc0ef-3730-4962-a1ef-2e9c02c67ef2",
"callId": "sample string 5",
"userId": "d7cb89a8-64d8-44d3-9152-614f8f1110bc",
"createDate": "2026-09-15T21:40:04.3217263-05:00",
"changeDate": "2026-09-15T21:40:04.3217263-05:00",
"taskId": "95282f5d-d758-4f8c-8ca4-ed97e1aa9ccc",
"callType": 1,
"id": "7ba04018-e13d-40b7-8647-705f4dff85ff",
"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>9becc0ef-3730-4962-a1ef-2e9c02c67ef2</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-09-15T21:40:04.3217263-05:00</ChangeDate> <CreateDate>2026-09-15T21:40:04.3217263-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>7ba04018-e13d-40b7-8647-705f4dff85ff</Id> <LastCallTime>2026-09-15T21:40:04.3217263-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>63b3fb54-a589-444d-a293-1d212f5da1ed</PolicyId> <Status>Failed</Status> <TaskId>95282f5d-d758-4f8c-8ca4-ed97e1aa9ccc</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>3452589f-93f0-421d-9277-f40b0a3c0813</TruckingCompanyId> <UserId>d7cb89a8-64d8-44d3-9152-614f8f1110bc</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>