curl --request GET \
--url https://commerce.driv.ly/api/dealers/{id}{
"data": {
"id": "<string>",
"name": "<string>",
"addresses": [
"<string>"
],
"phoneNumbers": [
"<string>"
],
"contacts": [
"<string>"
],
"location": {
"longitude": 0,
"latitude": 0
}
},
"success": true
}curl --request GET \
--url https://commerce.driv.ly/api/dealers/{id}{
"data": {
"id": "<string>",
"name": "<string>",
"addresses": [
"<string>"
],
"phoneNumbers": [
"<string>"
],
"contacts": [
"<string>"
],
"location": {
"longitude": 0,
"latitude": 0
}
},
"success": true
}Customer is uniquely identified by id
The number of levels of related objects to include in the response
Dealer Found
Show child attributes
Customer is uniquely identified by id
Company has Name
Customer is located at Addresses
Customer has Phone Number
Company has Contact