GET api/formularies/{formularyid}/formularycompanystepmedications/{formularycompanystepmedicationid}/companystepmedicationmultisourcecodes

Gets a collection of multi source codes that apply to a formulary step medication's step drug.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

Body Parameters

None.

Response Information

Resource Description

A list of multi source codes

Collection of CompanyStepMedicationMultiSourceCodeModel
NameDescriptionTypeAdditional 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-16T16:01:03.2899944-05:00",
    "changedOn": "2025-07-16T16:01:03.2899944-05:00"
  },
  {
    "url": "sample string 4",
    "id": 0,
    "seqNo": 1,
    "companyStepMedicationSeqNo": 2,
    "multiSourceCode": "sample string 3",
    "isActive": true,
    "createdOn": "2025-07-16T16:01:03.2899944-05:00",
    "changedOn": "2025-07-16T16:01:03.2899944-05:00"
  }
]