POST api/PolicyAICallLog/Update
Request Information
URI Parameters
None.
Body Parameters
AICallLogRecordNestName | 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": "2809d9f5-d356-44ca-a772-ee90da07e16b", "aiVendor": 1, "lastCallTime": "2025-05-30T21:15:29.6985199-05:00", "policyId": "8c173813-62c9-4786-ba5c-d90ef5774f51", "agencyId": "2b32e42f-f8a4-470f-8bdc-69c2f050b149", "callId": "sample string 5", "userId": "1ef2fe69-796f-4346-a1b7-a4ac8776f54d", "createDate": "2025-05-30T21:15:29.6985199-05:00", "changeDate": "2025-05-30T21:15:29.6985199-05:00", "taskId": "509320ac-4671-46ac-ac26-7ff08d014a53", "callType": 1, "id": "e17727a5-7845-41af-aaed-734f5a598480", "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>2b32e42f-f8a4-470f-8bdc-69c2f050b149</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2025-05-30T21:15:29.6985199-05:00</ChangeDate> <CreateDate>2025-05-30T21:15:29.6985199-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>e17727a5-7845-41af-aaed-734f5a598480</Id> <LastCallTime>2025-05-30T21:15:29.6985199-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>8c173813-62c9-4786-ba5c-d90ef5774f51</PolicyId> <Status>Failed</Status> <TaskId>509320ac-4671-46ac-ac26-7ff08d014a53</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>2809d9f5-d356-44ca-a772-ee90da07e16b</TruckingCompanyId> <UserId>1ef2fe69-796f-4346-a1b7-a4ac8776f54d</UserId> </AICallLogRecordNest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultName | 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>