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": "52828e62-1836-45cb-8225-186f7ce4be12", "aiVendor": 1, "lastCallTime": "2025-07-08T16:37:56.2890737-05:00", "policyId": "8ae8a53e-dc44-4d36-aa89-831fbab71fcf", "agencyId": "eefec7f8-29db-4aad-bf35-7b2bdafc4e67", "callId": "sample string 5", "userId": "b8932fe9-6ce6-48f0-aee0-866071184cc9", "createDate": "2025-07-08T16:37:56.2890737-05:00", "changeDate": "2025-07-08T16:37:56.2890737-05:00", "taskId": "3ae1c13e-5851-4e96-a9a4-f3b2e5e2d546", "callType": 1, "id": "d824119a-b94d-4ecd-ba07-3c1d72fe0d33", "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>eefec7f8-29db-4aad-bf35-7b2bdafc4e67</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2025-07-08T16:37:56.2890737-05:00</ChangeDate> <CreateDate>2025-07-08T16:37:56.2890737-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>d824119a-b94d-4ecd-ba07-3c1d72fe0d33</Id> <LastCallTime>2025-07-08T16:37:56.2890737-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>8ae8a53e-dc44-4d36-aa89-831fbab71fcf</PolicyId> <Status>Failed</Status> <TaskId>3ae1c13e-5851-4e96-a9a4-f3b2e5e2d546</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>52828e62-1836-45cb-8225-186f7ce4be12</TruckingCompanyId> <UserId>b8932fe9-6ce6-48f0-aee0-866071184cc9</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>