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": "2aef564e-f33e-46f0-85cb-a2393a9c2816", "aiVendor": 1, "lastCallTime": "2025-06-24T03:21:51.7717315-05:00", "policyId": "e23c1f3c-3ad2-490e-90ee-929a4454875f", "agencyId": "bcf05510-c7db-4ae3-98dd-fbe2859926c4", "callId": "sample string 5", "userId": "2e4f7f9b-ae66-4a5c-93a6-8992a18afb54", "createDate": "2025-06-24T03:21:51.7717315-05:00", "changeDate": "2025-06-24T03:21:51.7717315-05:00", "taskId": "7895eb3f-3ca5-4415-80b3-fab5cbb24c5c", "callType": 1, "id": "46c5526c-bb12-45c6-b7b8-9c1222d86575", "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>bcf05510-c7db-4ae3-98dd-fbe2859926c4</AgencyId> <CallId>sample string 5</CallId> <CallType>Incomming</CallType> <ChangeDate>2025-06-24T03:21:51.7717315-05:00</ChangeDate> <CreateDate>2025-06-24T03:21:51.7717315-05:00</CreateDate> <Feedback>sample string 1</Feedback> <Id>46c5526c-bb12-45c6-b7b8-9c1222d86575</Id> <LastCallTime>2025-06-24T03:21:51.7717315-05:00</LastCallTime> <PhoneNumber>sample string 9</PhoneNumber> <PolicyId>e23c1f3c-3ad2-490e-90ee-929a4454875f</PolicyId> <Status>Failed</Status> <TaskId>7895eb3f-3ca5-4415-80b3-fab5cbb24c5c</TaskId> <TransactionId>sample string 3</TransactionId> <Transcript>sample string 2</Transcript> <TruckingCompanyId>2aef564e-f33e-46f0-85cb-a2393a9c2816</TruckingCompanyId> <UserId>2e4f7f9b-ae66-4a5c-93a6-8992a18afb54</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>