GET api/LabProfileDetail?pkgid={pkgid}&pkg={pkg}&a={a}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pkgid

integer

Required

pkg

string

Required

a

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RegPkgStaffRate
NameDescriptionTypeAdditional information
PrId

integer

None.

PackageId

integer

None.

ServId

integer

None.

StaffId

integer

None.

Rate

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PrId": 1,
    "PackageId": 2,
    "ServId": 3,
    "StaffId": 4,
    "Rate": 5.0
  },
  {
    "PrId": 1,
    "PackageId": 2,
    "ServId": 3,
    "StaffId": 4,
    "Rate": 5.0
  }
]