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": "e4fc6e11-c63e-42dd-b9b2-e27ffd25a2df",
"aiVendor": 1,
"lastCallTime": "2026-01-24T03:18:49.5376619-06:00",
"policyId": "0c74f306-4096-4598-bff9-4b025b76e05f",
"agencyId": "c8c5f329-9fc7-4e1f-9987-9f39b019282c",
"callId": "sample string 5",
"userId": "1da64c62-d55d-4398-8665-5f93e205ee8b",
"createDate": "2026-01-24T03:18:49.5376619-06:00",
"changeDate": "2026-01-24T03:18:49.5376619-06:00",
"taskId": "00395925-5f99-438e-b6d0-8ff5e3fbc62f",
"callType": 1,
"id": "7d4223b7-7dff-473d-94ed-17852537ae27",
"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>c8c5f329-9fc7-4e1f-9987-9f39b019282c</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-01-24T03:18:49.5376619-06:00</ChangeDate> <CreateDate>2026-01-24T03:18:49.5376619-06:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>7d4223b7-7dff-473d-94ed-17852537ae27</Id> <LastCallTime>2026-01-24T03:18:49.5376619-06:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>0c74f306-4096-4598-bff9-4b025b76e05f</PolicyId> <Status>Failed</Status> <TaskId>00395925-5f99-438e-b6d0-8ff5e3fbc62f</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>e4fc6e11-c63e-42dd-b9b2-e27ffd25a2df</TruckingCompanyId> <UserId>1da64c62-d55d-4398-8665-5f93e205ee8b</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>