POST api/LRDashboard/GetAllLRSummary

Request Information

URI Parameters

None.

Body Parameters

LRSummaryDashboard
NameDescriptionTypeAdditional information
LR_CP_ID

integer

None.

LR_USER_ID

integer

None.

LR_FROM_DATE

date

None.

LR_TO_DATE

date

None.

LOGIN_CP_ID

integer

None.

LR_TRK_ID

integer

None.

LR_TRK_TYPE_ID

integer

None.

LR_TRK_NUM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LR_CP_ID": 1,
  "LR_USER_ID": 1,
  "LR_FROM_DATE": "2024-05-19T16:08:04.8262378+05:30",
  "LR_TO_DATE": "2024-05-19T16:08:04.8262378+05:30",
  "LOGIN_CP_ID": 1,
  "LR_TRK_ID": 1,
  "LR_TRK_TYPE_ID": 1,
  "LR_TRK_NUM": "sample string 1"
}

application/xml, text/xml

Sample:
<LRSummaryDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LOGIN_CP_ID>1</LOGIN_CP_ID>
  <LR_CP_ID>1</LR_CP_ID>
  <LR_FROM_DATE>2024-05-19T16:08:04.8262378+05:30</LR_FROM_DATE>
  <LR_TO_DATE>2024-05-19T16:08:04.8262378+05:30</LR_TO_DATE>
  <LR_TRK_ID>1</LR_TRK_ID>
  <LR_TRK_NUM>sample string 1</LR_TRK_NUM>
  <LR_TRK_TYPE_ID>1</LR_TRK_TYPE_ID>
  <LR_USER_ID>1</LR_USER_ID>
</LRSummaryDashboard>

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.