GET api/Lookup/AllAppointmentReasons

Get all appointment reasons

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AppointmentReason[]

Collection of MMI.BES.Controllers.Common.LookupClasses.AppointmentReason
NameDescriptionTypeAdditional information
Identity

integer

None.

AppointmentTypeID

integer (nullable)

None.

AppointmentCategoryID

integer (nullable)

None.

AppointmentReasonCode

integer (nullable)

None.

Description

string

None.

Abbreviation

string

None.

TimeRequired

integer

None.

IsDropOff

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Identity": 1,
    "AppointmentTypeID": 1,
    "AppointmentCategoryID": 1,
    "AppointmentReasonCode": 1,
    "Description": "sample string 2",
    "Abbreviation": "sample string 3",
    "TimeRequired": 4,
    "IsDropOff": true
  },
  {
    "Identity": 1,
    "AppointmentTypeID": 1,
    "AppointmentCategoryID": 1,
    "AppointmentReasonCode": 1,
    "Description": "sample string 2",
    "Abbreviation": "sample string 3",
    "TimeRequired": 4,
    "IsDropOff": true
  }
]