GET api/NE/EnrollmentMethods

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EnrollmentMethod
NameDescriptionTypeAdditional information
Description

string

None.

EnrollmentMethodId

byte

None.

IsAutoAssignment

boolean

None.

IsEnrollment

boolean

None.

IsPlanChange

boolean

None.

IsReinstatement

boolean

None.

IsVoluntary

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Entities.Server.ENROLL.EnrollmentMethod, NE.Entities.Server",
    "Description": "sample string 1",
    "EnrollmentMethodId": 64,
    "IsAutoAssignment": true,
    "IsEnrollment": true,
    "IsPlanChange": true,
    "IsReinstatement": true,
    "IsVoluntary": true
  },
  {
    "$ref": "1"
  }
]