POST api/HpProTaalk/IntitiateTaalkCallAndInsertPreCheckData
Request Information
URI Parameters
None.
Body Parameters
PreCheckVerificationDTOName | Description | Type | Additional information |
---|---|---|---|
PresentationGuid | string |
None. |
|
PreCheckVerificationStatusId | integer |
None. |
|
PreCheckZoomMeetingId | string |
None. |
|
PreCheckZoomPassword | string |
None. |
|
PreCheckPremiumAmount | string |
None. |
|
PreCheckLanguageId | integer |
None. |
|
PrimaryFirstName | string |
None. |
|
PrimaryLastName | string |
None. |
|
PrimaryDateOfBirth | date |
None. |
|
SpouseFirstName | string |
None. |
|
SpouseLastName | string |
None. |
|
SpouseDateOfBirth | date |
None. |
|
Address | string |
None. |
|
State | string |
None. |
|
City | string |
None. |
|
Zip | string |
None. |
|
Phone | string |
None. |
|
string |
None. |
||
TaalkCallId | string |
None. |
|
TaalkCallStatus | string |
None. |
|
TaalkCallDuration | integer |
None. |
|
TaalkCallResponse | string |
None. |
|
IsScreenshotUploaded | boolean |
None. |
|
IsAudioUploaded | boolean |
None. |
|
PreCheckOutsidePresentation | boolean |
None. |
|
AttemptNumber | integer |
None. |
|
LastAttemptTime | date |
None. |
|
ScreenshotNotUploadReason | string |
None. |
|
IsPreCheckScreenshotUploaded | boolean |
None. |
|
ScreenshotUploadNotes | string |
None. |
|
PreCheckEditableTotalPremium | string |
None. |
|
PresentationTypeId | integer |
None. |
|
LeadId | integer |
None. |
|
GroupName | string |
None. |
|
WhatHappened | string |
None. |
|
PreCheckScreenshot | PreCheckScreenshotDTO |
None. |
|
HpProTaalkPayload | HpProTaalkDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "PresentationGuid": "sample string 1", "PreCheckVerificationStatusId": 1, "PreCheckZoomMeetingId": "sample string 2", "PreCheckZoomPassword": "sample string 3", "PreCheckPremiumAmount": "sample string 4", "PreCheckLanguageId": 5, "PrimaryFirstName": "sample string 6", "PrimaryLastName": "sample string 7", "PrimaryDateOfBirth": "2025-10-14T00:42:33.4836641-07:00", "SpouseFirstName": "sample string 8", "SpouseLastName": "sample string 9", "SpouseDateOfBirth": "2025-10-14T00:42:33.4836641-07:00", "Address": "sample string 10", "State": "sample string 11", "City": "sample string 12", "Zip": "sample string 13", "Phone": "sample string 14", "Email": "sample string 15", "TaalkCallId": "sample string 16", "TaalkCallStatus": "sample string 17", "TaalkCallDuration": 18, "TaalkCallResponse": "sample string 19", "IsScreenshotUploaded": true, "IsAudioUploaded": true, "PreCheckOutsidePresentation": true, "AttemptNumber": 1, "LastAttemptTime": "2025-10-14T00:42:33.4836641-07:00", "ScreenshotNotUploadReason": "sample string 23", "IsPreCheckScreenshotUploaded": true, "ScreenshotUploadNotes": "sample string 24", "PreCheckEditableTotalPremium": "sample string 25", "PresentationTypeId": 1, "LeadId": 1, "GroupName": "sample string 26", "WhatHappened": "sample string 27", "PreCheckScreenshot": { "PresentationGuid": "sample string 1", "FileName": "sample string 2", "ImageData": "sample string 3" }, "HpProTaalkPayload": { "name": "sample string 1", "phone": "sample string 2", "agent": "sample string 3", "retryMethod": 1, "ParamsDTO": { "Taalk_PresentationGUID": "sample string 1", "Taalk_GroupName": "sample string 2", "Taalk_PresentationTypeId": 1, "Taalk_LeadId": 1, "Taalk_CreateDate": "sample string 3", "Taalk_ALP": "sample string 4", "Taalk_WhatHappenedText": "sample string 5", "Taalk_OfficeName": "sample string 6", "Taalk_AgentAssociateID": 1, "Taalk_AgentFirstName": "sample string 7", "Taalk_AgentLastName": "sample string 8", "Taalk_MemberFirstName": "sample string 9", "Taalk_MemberLastName": "sample string 10", "Taalk_MemberEmail": "sample string 11", "Taalk_MemberPhone": "sample string 12", "Taalk_MemberState": "sample string 13", "Taalk_ViewScreenshotURL": true, "Taalk_LanguageSelectedId": 1 } } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PreCheckVerificationResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
CallId | string |
None. |
|
TaalkAPIStatus | string |
None. |
|
ScreenshotUploaded | boolean |
None. |
|
PresentationUpdated | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsSuccessful": true, "CallId": "sample string 2", "TaalkAPIStatus": "sample string 3", "ScreenshotUploaded": true, "PresentationUpdated": true }