POST api/CcLeadV2/GetAllQuestions
Request Information
URI Parameters
None.
Body Parameters
Collection of CallRecordDTOName | Description | Type | Additional information |
---|---|---|---|
PolicyNo | string |
None. |
|
CCLeadTypeId | integer |
None. |
|
PolicyHolderName | string |
None. |
|
PhoneNumber | string |
None. |
|
ResolutionTypeId | integer |
None. |
|
HouseHoldId | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "PolicyNo": "sample string 1", "CCLeadTypeId": 2, "PolicyHolderName": "sample string 3", "PhoneNumber": "sample string 4", "ResolutionTypeId": 5, "HouseHoldId": "sample string 6" }, { "PolicyNo": "sample string 1", "CCLeadTypeId": 2, "PolicyHolderName": "sample string 3", "PhoneNumber": "sample string 4", "ResolutionTypeId": 5, "HouseHoldId": "sample string 6" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of QuestionDataWithHeaderDTOV2Name | Description | Type | Additional information |
---|---|---|---|
List | Collection of PortalQuestionnaireDTO |
None. |
|
HeaderText | string |
None. |
|
PolicyNumber | string |
None. |
|
PolicyHolderName | string |
None. |
|
PhoneNumber | string |
None. |
|
CCLeadTypeId | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.