GET api/formularies/{formularyid}/formularycompanystepmedications/{formularycompanystepmedicationid}/companystepmedicationstepdrugs/{id}
Gets a single Company Step Medication Step Drug/Product by formulary, step medication ID and ID of the step drug.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formularyid |
The id of the formulary for which step drugs will be returned |
integer |
Required |
formularycompanystepmedicationid |
The id of the step medication for which step drugs will be returned |
integer |
Required |
id |
The identifier of the Company Step Medication Step Drug to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Company Step Medication Step Drug resource
CompanyStepMedicationStepDrugModelName | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
None. |
|
CompanyStepMedicationSeqNo | integer |
None. |
|
StepDrugProductID | string |
None. |
|
StepDrugProductIDType | string |
None. |
|
StepDrugClassID | string |
None. |
|
StepDrugSubClassID | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedOn | date |
None. |
|
ChangedOn | date |
None. |
|
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{ "url": "sample string 7", "id": 0, "seqNo": 1, "companyStepMedicationSeqNo": 2, "stepDrugProductID": "sample string 3", "stepDrugProductIDType": "sample string 4", "stepDrugClassID": "sample string 5", "stepDrugSubClassID": "sample string 6", "isActive": true, "createdOn": "2025-05-30T21:55:28.3087774-05:00", "changedOn": "2025-05-30T21:55:28.3087774-05:00" }