GET ClinicalRecord/GetALLServicesinPackages/{packageId}/{orgID}/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
packageId

integer

Required

orgID

integer

Required

center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of USP_Tele_GetPackageServices_Result
NameDescriptionTypeAdditional information
SERVICE_ID

integer

None.

SERVICE_NAME

string

None.

SERVICE_GRP_ID

integer

None.

INHOUSE_SERVICE

integer

None.

PACKAGE_ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SERVICE_ID": 1,
    "SERVICE_NAME": "sample string 1",
    "SERVICE_GRP_ID": 2,
    "INHOUSE_SERVICE": 1,
    "PACKAGE_ID": 1
  },
  {
    "SERVICE_ID": 1,
    "SERVICE_NAME": "sample string 1",
    "SERVICE_GRP_ID": 2,
    "INHOUSE_SERVICE": 1,
    "PACKAGE_ID": 1
  }
]

text/html

Sample:
[{"SERVICE_ID":1,"SERVICE_NAME":"sample string 1","SERVICE_GRP_ID":2,"INHOUSE_SERVICE":1,"PACKAGE_ID":1},{"SERVICE_ID":1,"SERVICE_NAME":"sample string 1","SERVICE_GRP_ID":2,"INHOUSE_SERVICE":1,"PACKAGE_ID":1}]

application/xml, text/xml

Sample:
<ArrayOfUSP_Tele_GetPackageServices_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <USP_Tele_GetPackageServices_Result>
    <INHOUSE_SERVICE>1</INHOUSE_SERVICE>
    <PACKAGE_ID>1</PACKAGE_ID>
    <SERVICE_GRP_ID>2</SERVICE_GRP_ID>
    <SERVICE_ID>1</SERVICE_ID>
    <SERVICE_NAME>sample string 1</SERVICE_NAME>
  </USP_Tele_GetPackageServices_Result>
  <USP_Tele_GetPackageServices_Result>
    <INHOUSE_SERVICE>1</INHOUSE_SERVICE>
    <PACKAGE_ID>1</PACKAGE_ID>
    <SERVICE_GRP_ID>2</SERVICE_GRP_ID>
    <SERVICE_ID>1</SERVICE_ID>
    <SERVICE_NAME>sample string 1</SERVICE_NAME>
  </USP_Tele_GetPackageServices_Result>
</ArrayOfUSP_Tele_GetPackageServices_Result>