GET breeze/NE/EnrollmentMethods
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentMethodName | Description | Type | Additional 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" } ]