GET api/RegIServiceType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RegIServiceType
NameDescriptionTypeAdditional information
TypeId

integer

None.

Title

string

None.

DeptId

integer

None.

DisplayOrder

integer

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TypeId": 1,
    "Title": "sample string 2",
    "DeptId": 3,
    "DisplayOrder": 4,
    "IsDeleted": 5
  },
  {
    "TypeId": 1,
    "Title": "sample string 2",
    "DeptId": 3,
    "DisplayOrder": 4,
    "IsDeleted": 5
  }
]