GET api/globalcompanystepmedications/{companystepmedicationid}/companystepmedicationmultisourcecodes
Gets a collection of global multi source codes that apply to a step medication's step drug
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companystepmedicationid |
The id of the step medication for which multi source codes will be returned |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of multi source codes
Collection of 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:15:39.2209797-06:00",
"changedOn": "2025-12-09T20:15:39.2209797-06:00"
},
{
"url": "sample string 4",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"multiSourceCode": "sample string 3",
"isActive": true,
"createdOn": "2025-12-09T20:15:39.2209797-06:00",
"changedOn": "2025-12-09T20:15:39.2209797-06:00"
}
]