POST api/Dealer/GetUpdatedDealers
Get Dealers that have been updated since download date
Request Information
URI Parameters
None.
Body Parameters
List of dealers with last updated date
Collection of IdAndDateName | Description | Type | Additional information |
---|---|---|---|
Date |
Date |
date |
None. |
Id |
Id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "date": "2025-06-06T19:35:19.7858246-04:00", "id": 2 }, { "date": "2025-06-06T19:35:19.7858246-04:00", "id": 2 } ]
Response Information
returns list of Dealer Ids
Response body formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <int>1</int> <int>2</int> </ArrayOfInt>
Resource Description
returns list of Dealer Ids
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <int>1</int> <int>2</int> </ArrayOfInt>