GET api/Lookup/AllAppointmentTypes

Get all appointment types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AppointmentType[]

Collection of 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
  },
  {
    "AppointmentTypeID": 1,
    "Description": "sample string 2",
    "Abbrevation": "sample string 3",
    "IsShowWithReason": true
  }
]