GET system/plans

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Plans
NameDescriptionTypeAdditional information
PlanID

integer

None.

PlanName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PlanID": 1,
    "PlanName": "sample string 2"
  },
  {
    "PlanID": 1,
    "PlanName": "sample string 2"
  }
]