POST api/CcLead/GetAllCcLeadAuditsReport
Request Information
URI Parameters
None.
Body Parameters
CcLeadAuditSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNo | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| CallerId | integer |
None. |
|
| AuditTypeId | integer |
None. |
|
| totalrecordcount | integer |
None. |
|
| pageindex | integer |
None. |
|
| pagesize | integer |
None. |
|
| sortBy | string |
None. |
|
| sortorder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyNo": "sample string 1",
"FromDate": "2026-02-03T18:29:45.5100439-08:00",
"ToDate": "2026-02-03T18:29:45.5100439-08:00",
"CallerId": 1,
"AuditTypeId": 1,
"totalrecordcount": 2,
"pageindex": 3,
"pagesize": 4,
"sortBy": "sample string 5",
"sortorder": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FileInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| ContentType | string |
None. |
|
| FileData | Collection of byte |
None. |
|
| Data | string |
None. |
|
| AssociateId | integer |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"ContentType": "sample string 2",
"FileData": "QEA=",
"Data": "sample string 3",
"AssociateId": 4,
"Status": 5
}