GET DealerRep/GetDealerReps/{id}
Documentation for 'GetDealerReps'.
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:
[
{
"$id": "1",
"ID": 1,
"Name": "sample string 2",
"EmailID": "sample string 3"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]