GET api/NE/PlanChangeReasons
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PlanChangeReasonName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Description | string |
None. |
|
IsActive | boolean |
None. |
|
IsCRMOption | boolean |
None. |
|
IsForCause | boolean |
None. |
|
IsOtherTextRequired | boolean |
None. |
|
PlanChangeReasonCategoryId | byte |
None. |
|
PlanChangeReasonId | byte |
None. |
|
Reason | string |
None. |
|
PlanChangeReasonCategory | PlanChangeReasonCategory |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "$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": { "$id": "2", "$type": "NE.Entities.Server.ENROLL.PlanChangeReasonCategory, NE.Entities.Server", "Description": "sample string 1", "IsForCause": true, "PlanChangeReasonCategoryId": 64, "PlanChangeReasons": [ { "$ref": "1" }, { "$ref": "1" } ] } }, { "$ref": "1" } ]