GET api/RxMedcineRelation?tpid={tpid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tpid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RxMedcineRelation
NameDescriptionTypeAdditional information
MRId

integer

None.

MedId

integer

None.

RelatMedId

integer

None.

RelationId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MRId": 1,
    "MedId": 2,
    "RelatMedId": 3,
    "RelationId": 4
  },
  {
    "MRId": 1,
    "MedId": 2,
    "RelatMedId": 3,
    "RelationId": 4
  }
]