POST api/lpa/dashboards/data

Request Information

URI Parameters

None.

Body Parameters

LPADashboardRequestMDL
NameDescriptionTypeAdditional information
UserId

integer

None.

CompanyId

integer

None.

FailureType

string

None.

ReportType

LPADashboardReportType

None.

FromDate

date

None.

ToDate

date

None.

DocTypeIds

Collection of integer

None.

FailureTypeIds

Collection of integer

None.

BayIds

Collection of integer

None.

Transporter

string

None.

DateFilter

string

None.

SourceName

string

None.

DocType

string

None.

DestinationName

string

None.

ProcessName

string

None.

Status

string

None.

StageName

string

None.

VehicleOrderSearch

string

None.

VehicleShipmentSearch

string

None.

NotTaggedOnly

boolean

None.

BreachOnly

boolean

None.

StuckOnly

boolean

None.

GroupByShipment

boolean

None.

UnderusedOnly

boolean

None.

DelayedOnly

boolean

None.

BayName

string

None.

UnderUsedOnly

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "CompanyId": 2,
  "FailureType": "sample string 3",
  "ReportType": 1,
  "FromDate": "2026-06-08T12:12:11.0816807+05:30",
  "ToDate": "2026-06-08T12:12:11.0816807+05:30",
  "DocTypeIds": [
    1,
    2
  ],
  "FailureTypeIds": [
    1,
    2
  ],
  "BayIds": [
    1,
    2
  ],
  "Transporter": "sample string 4",
  "DateFilter": "sample string 5",
  "SourceName": "sample string 6",
  "DocType": "sample string 7",
  "DestinationName": "sample string 8",
  "ProcessName": "sample string 9",
  "Status": "sample string 10",
  "StageName": "sample string 11",
  "VehicleOrderSearch": "sample string 12",
  "VehicleShipmentSearch": "sample string 13",
  "NotTaggedOnly": true,
  "BreachOnly": true,
  "StuckOnly": true,
  "GroupByShipment": true,
  "UnderusedOnly": true,
  "DelayedOnly": true,
  "BayName": "sample string 20",
  "UnderUsedOnly": true
}

application/xml, text/xml

Sample:
<LPADashboardRequestMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA">
  <BayIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BayIds>
  <BayName>sample string 20</BayName>
  <BreachOnly>true</BreachOnly>
  <CompanyId>2</CompanyId>
  <DateFilter>sample string 5</DateFilter>
  <DelayedOnly>true</DelayedOnly>
  <DestinationName>sample string 8</DestinationName>
  <DocType>sample string 7</DocType>
  <DocTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </DocTypeIds>
  <FailureType>sample string 3</FailureType>
  <FailureTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </FailureTypeIds>
  <FromDate>2026-06-08T12:12:11.0816807+05:30</FromDate>
  <GroupByShipment>true</GroupByShipment>
  <NotTaggedOnly>true</NotTaggedOnly>
  <ProcessName>sample string 9</ProcessName>
  <ReportType>DashboardSummary</ReportType>
  <SourceName>sample string 6</SourceName>
  <StageName>sample string 11</StageName>
  <Status>sample string 10</Status>
  <StuckOnly>true</StuckOnly>
  <ToDate>2026-06-08T12:12:11.0816807+05:30</ToDate>
  <Transporter>sample string 4</Transporter>
  <UnderUsedOnly>true</UnderUsedOnly>
  <UnderusedOnly>true</UnderusedOnly>
  <UserId>1</UserId>
  <VehicleOrderSearch>sample string 12</VehicleOrderSearch>
  <VehicleShipmentSearch>sample string 13</VehicleShipmentSearch>
</LPADashboardRequestMDL>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LPADashboardRequestMDL'.

Response Information

Resource Description

ServiceResultOfLPADashboardsAPIMDLOfObject
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

LPADashboardsAPIMDLOfObject

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": {
    "Counts": {},
    "Details": {}
  },
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<ServiceResultOfLPADashboardsAPIMDLOfanyTypePA_Pn3Wau xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA">
    <d2p1:Counts />
    <d2p1:Details />
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>5</TotalCount>
  <status>4</status>
</ServiceResultOfLPADashboardsAPIMDLOfanyTypePA_Pn3Wau>