POST api/companystepmedications/{companystepmedicationid}/companystepmedicationmultisourcecodes

Posts a new Company Step Medication Multi Source Code The id of the step medication for which multi source codes will be returned

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companystepmedicationid

integer

Required

Body Parameters

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.

Request 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-05-30T21:43:31.4075475-05:00",
  "changedOn": "2025-05-30T21:43:31.4075475-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The newly created Global Company Step Medication Multi Source Code object

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-05-30T21:43:31.4075475-05:00",
    "changedOn": "2025-05-30T21:43:31.4075475-05:00"
  },
  {
    "url": "sample string 4",
    "id": 0,
    "seqNo": 1,
    "companyStepMedicationSeqNo": 2,
    "multiSourceCode": "sample string 3",
    "isActive": true,
    "createdOn": "2025-05-30T21:43:31.4075475-05:00",
    "changedOn": "2025-05-30T21:43:31.4075475-05:00"
  }
]