GET api/ServicePackageDetail?group={group}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
group

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LabCPackageGroup
NameDescriptionTypeAdditional information
GPSId

integer

None.

LPCode

string

None.

LPGroup

string

None.

DisplayOrder

integer

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

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