POST api/NTOrderMedication/UpdateMedicationNDCCode
Request Information
URI Parameters
None.
Body Parameters
MedicationNDCDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MedicationTypeId | integer |
None. |
|
| MedicationDoseId | integer |
None. |
|
| NDCCode | string |
String length: inclusive between 0 and 8000 |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| MedicationName | string |
String length: inclusive between 0 and 8000 |
|
| MedicationDoseName | string |
String length: inclusive between 0 and 8000 |
|
| Todaydate | date |
None. |
|
| Status | integer |
None. |
|
| IsFutureRecord | boolean |
None. |
|
| multiNdcCodeList | Collection of MedicationNDCDTO |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfMedicationNDCDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | MedicationNDCDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.