GET api/formularies/{formularyid}/formularycompanystepmedications/{formularycompanystepmedicationid}/companystepmedicationmultisourcecodes/{id}
Gets a formulary-level Company Step Medication MultiSourceCode by formulary ID, step medication ID and the ID of the multisource code
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formularyid |
The id of the formulary for which multi source codes will be returned |
integer |
Required |
formularycompanystepmedicationid |
The id of the step medication for which multi source codes will be returned |
integer |
Required |
id |
The identifier of the Company Step Medication MultiSourceCode to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Company Step Medication MultiSourceCode resource
CompanyStepMedicationMultiSourceCodeModelName | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
None. |
|
CompanyStepMedicationSeqNo | integer |
None. |
|
MultiSourceCode | 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 4", "id": 0, "seqNo": 1, "companyStepMedicationSeqNo": 2, "multiSourceCode": "sample string 3", "isActive": true, "createdOn": "2025-05-30T21:52:20.4793237-05:00", "changedOn": "2025-05-30T21:52:20.4793237-05:00" }