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
| Name | Description | Type | Additional information |
|---|---|---|---|
| companystepmedicationid | integer |
Required |
Body Parameters
CompanyStepMedicationStepDrugModel| Name | Description | Type | Additional 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-12-09T20:13:44.6705691-06:00",
"changedOn": "2025-12-09T20:13:44.6705691-06: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| Name | Description | Type | Additional 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-12-09T20:13:44.6705691-06:00",
"changedOn": "2025-12-09T20:13:44.6705691-06: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-12-09T20:13:44.6705691-06:00",
"changedOn": "2025-12-09T20:13:44.6705691-06:00"
}
]