GET api/Lookup/AppointmentReason/{id}

Get an appointment reason by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AppointmentReason

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
}