GET api/Lookup/AppointmentType/{id}

Get an appointment type by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AppointmentType

MMI.BES.Controllers.Common.LookupClasses.AppointmentType
NameDescriptionTypeAdditional 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
}