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": "521e3a7d-89be-4435-8029-814b77a44416",
"aiVendor": 1,
"lastCallTime": "2026-08-07T19:38:05.9172932-05:00",
"policyId": "2790d383-1a05-42d8-a550-48361cc0544a",
"agencyId": "04848726-068e-428a-9366-16cf55c9ad35",
"callId": "sample string 5",
"userId": "591e6a59-daba-4062-ad24-82e98eec7d01",
"createDate": "2026-08-07T19:38:05.9172932-05:00",
"changeDate": "2026-08-07T19:38:05.9172932-05:00",
"taskId": "b4d8c108-167c-49b9-8ad6-5205c1837aef",
"callType": 1,
"id": "10e31261-b87f-4290-b325-1911888de0ed",
"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>04848726-068e-428a-9366-16cf55c9ad35</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2026-08-07T19:38:05.9172932-05:00</ChangeDate> <CreateDate>2026-08-07T19:38:05.9172932-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>10e31261-b87f-4290-b325-1911888de0ed</Id> <LastCallTime>2026-08-07T19:38:05.9172932-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>2790d383-1a05-42d8-a550-48361cc0544a</PolicyId> <Status>Failed</Status> <TaskId>b4d8c108-167c-49b9-8ad6-5205c1837aef</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>521e3a7d-89be-4435-8029-814b77a44416</TruckingCompanyId> <UserId>591e6a59-daba-4062-ad24-82e98eec7d01</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>