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
| Name | Description | Type | Additional information |
|---|---|---|---|
| companystepmedicationid | integer |
Required |
Body Parameters
CompanyStepMedicationMultiSourceCodeModel| Name | 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. |
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-12-09T20:15:41.941639-06:00",
"changedOn": "2025-12-09T20:15:41.941639-06: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| Name | 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-12-09T20:15:41.941639-06:00",
"changedOn": "2025-12-09T20:15:41.941639-06:00"
},
{
"url": "sample string 4",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"multiSourceCode": "sample string 3",
"isActive": true,
"createdOn": "2025-12-09T20:15:41.941639-06:00",
"changedOn": "2025-12-09T20:15:41.941639-06:00"
}
]