GET api/Lookup/AppointmentType/{id}
Get an appointment type by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppointmentType
MMI.BES.Controllers.Common.LookupClasses.AppointmentTypeName | Description | Type | Additional information |
---|---|---|---|
AppointmentTypeID |
|
integer |
None. |
Description |
|
string |
None. |
Abbrevation |
|
string |
None. |
IsShowWithReason |
|
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "AppointmentTypeID": 1, "Description": "sample string 2", "Abbrevation": "sample string 3", "IsShowWithReason": true }