Back

GET api/v1/Lookup/AuthorizationType

Retrieve all plan authorization types.

Request Information

URI Parameters

None.

Body Parameters

None.

Sample Request

Response Information

Resource Description

List of plans authorization types

Collection of PlanAuthorizationTypeModel
NameDescriptionTypeAdditional information
Code

Type code

string

None.

Description

Description of the type code

string

None.

Sample Response

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "Description": "sample string 2"
  },
  {
    "Code": "sample string 1",
    "Description": "sample string 2"
  }
]