Api documentation

Api documentation

Find Repairshop by ID

Details and Location
 
 
v2 v1
 
 

Response format

{
    "repairshopId": {string},
    "dealerId": {string},
    "name": {string},
    "niceName": {string},
    "operations": {
        "Wednesday": {string},
        "Tuesday": {string},
        "Thursday": {string},
        "Saturday": {string},
        "Friday": {string},
        "Monday": {string},
        "Sunday": {string}
    },
    "address": {
        "street": {string},
        "apartment": {string},
        "city": {string},
        "stateCode": {string},
        "stateName": {string},
        "county": {string},
        "country": {string},
        "latitude": {double},
        "longitude": {double},
        "zipcode": {integer}
    },
    "active": {boolean},
    "make": {
        "name": {string},
        "niceName": {string}
    },
    "type": {string}
}
Property Description Visibility
repairshopId The repairshop ID Edmunds, Partners, public
dealerId The dealer location ID Edmunds, Partners, public
type The dealer location type Edmunds, Partners, public
name The repairshop name Edmunds, Partners, public
active Indicates that the repairshop is active Edmunds, Partners, public
niceName The repairshop logical name Edmunds, Partners, public
address The address for the repairshop Edmunds, Partners, public
operations The list of operations Edmunds, Partners, public
make The make supported by the repairshop Edmunds, Partners, public
contactInfo The repairshop contact info Edmunds, Partners, public