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": "4ce4c635-a6dc-4ad8-9c77-4d88b0e7210b",
"aiVendor": 1,
"lastCallTime": "2026-03-23T06:45:51.6112834-05:00",
"policyId": "e355b358-b063-43b4-9c4c-9b579a055d14",
"agencyId": "5b2b0d24-2509-4318-af39-f83cb31d6d23",
"callId": "sample string 5",
"userId": "02cacf67-7611-43b6-83c2-a2a17518146f",
"createDate": "2026-03-23T06:45:51.6112834-05:00",
"changeDate": "2026-03-23T06:45:51.6112834-05:00",
"taskId": "ce209080-7cbd-4ebe-8fe2-7478a564108c",
"callType": 1,
"id": "b605fe90-6821-44fe-b510-f6435d708cf6",
"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>5b2b0d24-2509-4318-af39-f83cb31d6d23</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-03-23T06:45:51.6112834-05:00</ChangeDate> <CreateDate>2026-03-23T06:45:51.6112834-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>b605fe90-6821-44fe-b510-f6435d708cf6</Id> <LastCallTime>2026-03-23T06:45:51.6112834-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>e355b358-b063-43b4-9c4c-9b579a055d14</PolicyId> <Status>Failed</Status> <TaskId>ce209080-7cbd-4ebe-8fe2-7478a564108c</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>4ce4c635-a6dc-4ad8-9c77-4d88b0e7210b</TruckingCompanyId> <UserId>02cacf67-7611-43b6-83c2-a2a17518146f</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>