PATCH api/drugprofiles/{drugprofileid}/drugprofileddids/{id}
This endpoint allows modification of a global drug profile DDID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| drugprofileid |
The ID of the drug profile. |
integer |
Required |
| id |
The ID of the drug profile DDID to update. |
integer |
Required |
Body Parameters
The JSON Patch document containing the changes.
JsonPatchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the updated drug profile DDID model if successful; otherwise, returns an error message.
DrugProfileDDIDModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DrugDescriptorIdentifier |
Gets or sets the Drug Descriptor Identifier for the associated drug profile |
integer |
None. |
| EffectiveStartDate |
Gets or sets the Effective Start Date for the associated drug profile |
date |
None. |
| EffectiveEndDate |
Gets or sets the Effective End Date for the associated drug profile |
date |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 4",
"id": 5,
"drugDescriptorIdentifier": 2,
"effectiveStartDate": "2026-02-03T21:15:07.9368289-06:00",
"effectiveEndDate": "2026-02-03T21:15:07.9368289-06:00"
}