POST api/LeadApp/GetDayCallLog
Request Information
URI Parameters
None.
Body Parameters
DailyLeads| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentDate | date |
None. |
|
| username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentDate": "2025-12-06T06:18:58.6266349+01:00",
"username": "sample string 2"
}
application/xml, text/xml
Sample:
<DailyLeads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oneview.Controllers"> <CurrentDate>2025-12-06T06:18:58.6266349+01:00</CurrentDate> <username>sample string 2</username> </DailyLeads>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.