GET api/Account/GetDealerDashboardInfo?year={year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResultName | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
Message | string |
None. |
|
TotalRecords | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": {}, "message": "sample string 2", "totalRecords": 3 }
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <Data /> <Message>sample string 2</Message> <TotalRecords>3</TotalRecords> </APIResult>
text/html
Sample:
{"data":{},"message":"sample string 2","totalRecords":3}