POST api/companystepmedications/{companystepmedicationid}/companystepmedicationstepdrugs

Posts a new Company Step Medication Step Drug The id of the company step medication for which step drugs will be added

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companystepmedicationid

integer

Required

Body Parameters

CompanyStepMedicationStepDrugModel
NameDescriptionTypeAdditional information
SeqNo

integer

None.

CompanyStepMedicationSeqNo

integer

None.

StepDrugProductID

string

None.

StepDrugProductIDType

string

None.

StepDrugClassID

string

None.

StepDrugSubClassID

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 7",
  "id": 0,
  "seqNo": 1,
  "companyStepMedicationSeqNo": 2,
  "stepDrugProductID": "sample string 3",
  "stepDrugProductIDType": "sample string 4",
  "stepDrugClassID": "sample string 5",
  "stepDrugSubClassID": "sample string 6",
  "isActive": true,
  "createdOn": "2025-05-30T21:52:21.1296559-05:00",
  "changedOn": "2025-05-30T21:52:21.1296559-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The newly created Company Step Medication Step Drug object

Collection of CompanyStepMedicationStepDrugModel
NameDescriptionTypeAdditional information
SeqNo

integer

None.

CompanyStepMedicationSeqNo

integer

None.

StepDrugProductID

string

None.

StepDrugProductIDType

string

None.

StepDrugClassID

string

None.

StepDrugSubClassID

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 7",
    "id": 0,
    "seqNo": 1,
    "companyStepMedicationSeqNo": 2,
    "stepDrugProductID": "sample string 3",
    "stepDrugProductIDType": "sample string 4",
    "stepDrugClassID": "sample string 5",
    "stepDrugSubClassID": "sample string 6",
    "isActive": true,
    "createdOn": "2025-05-30T21:52:21.1336581-05:00",
    "changedOn": "2025-05-30T21:52:21.1336581-05:00"
  },
  {
    "url": "sample string 7",
    "id": 0,
    "seqNo": 1,
    "companyStepMedicationSeqNo": 2,
    "stepDrugProductID": "sample string 3",
    "stepDrugProductIDType": "sample string 4",
    "stepDrugClassID": "sample string 5",
    "stepDrugSubClassID": "sample string 6",
    "isActive": true,
    "createdOn": "2025-05-30T21:52:21.1336581-05:00",
    "changedOn": "2025-05-30T21:52:21.1336581-05:00"
  }
]