GET api/ServicePackageDetail

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LabCPackageSection
NameDescriptionTypeAdditional information
LPSId

integer

None.

LPCode

string

None.

LPSection

string

None.

DisplayOrder

integer

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LPSId": 1,
    "LPCode": "sample string 2",
    "LPSection": "sample string 3",
    "DisplayOrder": 4,
    "IsDeleted": 5
  },
  {
    "LPSId": 1,
    "LPCode": "sample string 2",
    "LPSection": "sample string 3",
    "DisplayOrder": 4,
    "IsDeleted": 5
  }
]