GET SalesRepresentative/Get/{id}

Gets the specified Sales Representative based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The Sales Representative identifier.

Body Parameters

None.

Response Information

Resource Description

Sales Representative
NameTypeAdditional informationDescription
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

Email 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": "2024-03-29T00:00:00+10:00",
  "Modified": "2024-03-29T00:00:00+10:00"
}