GET api/CRMFollowup/Followupcount?Date={Date}&Date2={Date2}&Folllowdetail={Folllowdetail}&userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
Required |
|
| Date2 | date |
Required |
|
| Folllowdetail | string |
Required |
|
| userid | string |
Required |
Body Parameters
Collection of clientProductVariance| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| FollowsDetails | string |
None. |
|
| sellingPrice | decimal number |
None. |
|
| ImageUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"FromDate": "2026-01-12T07:36:03.5189532+05:30",
"ToDate": "2026-01-12T07:36:03.5189532+05:30",
"FollowsDetails": "sample string 3",
"sellingPrice": 4.0,
"ImageUrl": "sample string 5"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1"
},
{
"$id": "2"
}
]