GET api/globalcompanystepmedications/{companystepmedicationid}/companystepmedicationmultisourcecodes/{id}
Gets a global Company Step Medication MultiSourceCode by step medication ID and the ID of the multisource code
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companystepmedicationid |
The id of the global 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
CompanyStepMedicationMultiSourceCodeModel| Name | 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-12-09T20:13:44.4834001-06:00",
"changedOn": "2025-12-09T20:13:44.4834001-06:00"
}