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 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-07-16T15:58:34.3217611-05:00", "changedOn": "2025-07-16T15:58:34.3217611-05:00" }, { "url": "sample string 4", "id": 0, "seqNo": 1, "companyStepMedicationSeqNo": 2, "multiSourceCode": "sample string 3", "isActive": true, "createdOn": "2025-07-16T15:58:34.3217611-05:00", "changedOn": "2025-07-16T15:58:34.3217611-05:00" } ]