GET api/NE/PlanChangeReasonCategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PlanChangeReasonCategory
NameDescriptionTypeAdditional information
Description

string

None.

IsForCause

boolean

None.

PlanChangeReasonCategoryId

byte

None.

PlanChangeReasons

Collection of PlanChangeReason

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Entities.Server.ENROLL.PlanChangeReasonCategory, NE.Entities.Server",
    "Description": "sample string 1",
    "IsForCause": true,
    "PlanChangeReasonCategoryId": 64,
    "PlanChangeReasons": [
      {
        "$id": "2",
        "$type": "NE.Entities.Server.ENROLL.PlanChangeReason, NE.Entities.Server",
        "Code": "sample string 1",
        "Description": "sample string 2",
        "IsActive": true,
        "IsCRMOption": true,
        "IsForCause": true,
        "IsOtherTextRequired": true,
        "PlanChangeReasonCategoryId": 64,
        "PlanChangeReasonId": 64,
        "Reason": "sample string 9",
        "PlanChangeReasonCategory": {
          "$ref": "1"
        }
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]