GET api/LabIPCRType?result={result}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
result

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LabIPCRResultType
NameDescriptionTypeAdditional information
RtId

integer

None.

Title

string

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RtId": 1,
    "Title": "sample string 2",
    "IsDeleted": 3
  },
  {
    "RtId": 1,
    "Title": "sample string 2",
    "IsDeleted": 3
  }
]