GET api/CcWriteback/GetWritebackScheduleSummary
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CcWritebackScheduleSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| StatTypeId | integer |
None. |
|
| LeadCallTypeId | integer |
None. |
|
| TotalCount | integer |
None. |
|
| Location | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StatTypeId": 1,
"LeadCallTypeId": 2,
"TotalCount": 3,
"Location": "sample string 4"
},
{
"StatTypeId": 1,
"LeadCallTypeId": 2,
"TotalCount": 3,
"Location": "sample string 4"
}
]