GET api/Parts/GetGlassPartListKendo?vehicleId={vehicleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Page

integer

None.

PageSize

integer

None.

Sorts

Collection of SortDescriptor

None.

Filters

Collection of IFilterDescriptor

None.

Groups

Collection of GroupDescriptor

None.

Aggregates

Collection of AggregateDescriptor

None.

vehicleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

DataSourceResult
NameDescriptionTypeAdditional information
Data

Collection of Object

None.

Total

integer

None.

AggregateResults

Collection of AggregateResult

None.

Errors

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {},
    {}
  ],
  "Total": 1,
  "AggregateResults": null,
  "Errors": {}
}

application/xml, text/xml

Sample:
<DataSourceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kendo.Mvc.UI">
  <AggregateResults xmlns:d2p1="http://schemas.datacontract.org/2004/07/Kendo.Mvc.Infrastructure" i:nil="true" />
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </Data>
  <Errors />
  <Total>1</Total>
</DataSourceResult>