GET DealerRep/Get/{id}
Documentation for 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Value": {
"$id": "2",
"DealershipID": 1,
"FullName": "sample string 2",
"Title": "sample string 3",
"EmailID": "sample string 4",
"WorkPhone": "sample string 5",
"WorkExtension": "sample string 6",
"MobilePhone": "sample string 7",
"FullAddress": "sample string 8",
"DateRegistered": "sample string 9",
"DealerName": "sample string 10",
"Locations": "sample string 11",
"ImageURL": "sample string 12"
},
"Errors": [],
"Status": 0,
"IsFreeOfErrors": true,
"HasErrors": false
}