POST api/LMSMaster/GetDashBoardData

Request Information

URI Parameters

None.

Body Parameters

clsDashboard
NameDescriptionTypeAdditional information
UserID

integer

None.

EmployeeID

integer

None.

ReportType

string

None.

SourceType

string

None.

LeadType

string

None.

LeadStatus

string

None.

OutcomeID

integer

None.

ActiveStatusID

integer

None.

ActiveOutcome

integer

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "EmployeeID": 1,
  "ReportType": "sample string 1",
  "SourceType": "sample string 2",
  "LeadType": "sample string 3",
  "LeadStatus": "sample string 4",
  "OutcomeID": 1,
  "ActiveStatusID": 1,
  "ActiveOutcome": 1,
  "FromDate": "2025-12-12T02:27:02.2087508+05:30",
  "ToDate": "2025-12-12T02:27:02.2087508+05:30"
}

application/xml, text/xml

Sample:
<clsDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <ActiveOutcome>1</ActiveOutcome>
  <ActiveStatusID>1</ActiveStatusID>
  <EmployeeID>1</EmployeeID>
  <FromDate>2025-12-12T02:27:02.2087508+05:30</FromDate>
  <LeadStatus>sample string 4</LeadStatus>
  <LeadType>sample string 3</LeadType>
  <OutcomeID>1</OutcomeID>
  <ReportType>sample string 1</ReportType>
  <SourceType>sample string 2</SourceType>
  <ToDate>2025-12-12T02:27:02.2087508+05:30</ToDate>
  <UserID>1</UserID>
</clsDashboard>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.