GET api/groupplans/{groupplanid}/planonlystepmedicationmultisourcecodes/{id}
Gets a plan only step medication multi source code by formulary identifier and group plan identifier and plan only step medication multisource code id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupplanid |
Group Plan Identifier |
integer |
Required |
| id |
Plan Only Step Medication Multi Source Code Identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An plan only step medication multi source code identifier resource
PlanStepMedicationMultiSourceCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanStepMedicationUrl |
Gets or sets the Plan Step Medication URL |
string |
None. |
| PlanStepMedicationId |
Gets or sets the Plan Step Medication ID |
integer |
None. |
| MultiSourceCode |
Gets or sets the Multi Source Code |
string |
None. |
| IsActive |
Gets or sets IsActive flag |
boolean |
None. |
| CreatedOn |
Gets or sets the datetime when the resource was created |
date |
None. |
| ChangedOn |
Gets or sets the datetime when the resource was changed |
date |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 3",
"id": 4,
"planStepMedicationUrl": "sample string 1",
"planStepMedicationId": 1,
"multiSourceCode": "sample string 2",
"isActive": true,
"createdOn": "2025-12-09T11:45:17.5192158-06:00",
"changedOn": "2025-12-09T11:45:17.5202188-06:00"
}