GET SalesRepresentative/Get/{id}
Gets the specified Sales Representative based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The Sales Representative identifier. |
Body Parameters
None.
Response Information
Resource Description
Sales Representative| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
String length: inclusive between 0 and 50 |
|
| Name | string |
Read Only / System Generated |
|
| Active | bool |
Required |
|
| string |
None. |
||
| Mobile | string |
String length: inclusive between 0 and 30 |
|
| Telephone | string |
String length: inclusive between 0 and 30 |
|
| Created | date |
Read Only / System Generated |
|
| Modified | nullable date |
Read Only / System Generated |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Name": "sample string 2 sample string 3",
"Active": true,
"Email": "sample string 6",
"Mobile": "sample string 7",
"Telephone": "sample string 8",
"Created": "2025-12-21",
"Modified": "2025-12-21"
}