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": "02d77be2-7307-4e43-bd25-268fe7c94266",
"aiVendor": 1,
"lastCallTime": "2026-04-06T11:45:24.5594574-05:00",
"policyId": "cfce45de-b350-4ba8-b971-aa6fcf138ee2",
"agencyId": "35efee28-e1fc-4e64-8372-ed11718361ce",
"callId": "sample string 5",
"userId": "4139ff16-832d-4770-bf6f-643c53a0d152",
"createDate": "2026-04-06T11:45:24.5594574-05:00",
"changeDate": "2026-04-06T11:45:24.5594574-05:00",
"taskId": "e7aefe07-2c4a-4191-b114-bf0d4fc1552b",
"callType": 1,
"id": "a1c91321-3a19-4bb5-85d4-c946a826c80e",
"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>35efee28-e1fc-4e64-8372-ed11718361ce</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-04-06T11:45:24.5594574-05:00</ChangeDate> <CreateDate>2026-04-06T11:45:24.5594574-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>a1c91321-3a19-4bb5-85d4-c946a826c80e</Id> <LastCallTime>2026-04-06T11:45:24.5594574-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>cfce45de-b350-4ba8-b971-aa6fcf138ee2</PolicyId> <Status>Failed</Status> <TaskId>e7aefe07-2c4a-4191-b114-bf0d4fc1552b</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>02d77be2-7307-4e43-bd25-268fe7c94266</TruckingCompanyId> <UserId>4139ff16-832d-4770-bf6f-643c53a0d152</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>