PUT api/AdeverseDrugReactionInfo/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
AFAdeverseDrugReactionInfoDTOName | Description | Type | Additional information |
---|---|---|---|
AFAdeverseDrugReactionInfoID | integer |
None. |
|
PatientID | integer |
None. |
|
AntifungalID | integer |
None. |
|
AntifungalName | string |
None. |
|
Allergy | boolean |
None. |
|
Adverse_drug_reaction | boolean |
None. |
|
Drug_drug_interaction | boolean |
None. |
|
Contraindication | boolean |
None. |
|
CreatedDate | date |
None. |
|
CreatedUserID | integer |
None. |
|
UpdatedDate | date |
None. |
|
UpdatedUserID | integer |
None. |
|
CompletedDate | date |
None. |
|
IsCompleted | boolean |
None. |
|
links | Collection of Link |
None. |
Request Formats
application/json, text/json
Sample:
{ "AFAdeverseDrugReactionInfoID": 1, "PatientID": 2, "AntifungalID": 3, "AntifungalName": "sample string 4", "Allergy": true, "Adverse_drug_reaction": true, "Drug_drug_interaction": true, "Contraindication": true, "CreatedDate": "2024-12-16T12:34:17.9061241+00:00", "CreatedUserID": 6, "UpdatedDate": "2024-12-16T12:34:17.9061241+00:00", "UpdatedUserID": 1, "CompletedDate": "2024-12-16T12:34:17.9061241+00:00", "IsCompleted": true, "links": null }
application/xml, text/xml
Sample:
<AFAdeverseDrugReactionInfoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NAPSWebApi.DTO.DTOModel.AFNAPS.Guidance.PatientDetails"> <AFAdeverseDrugReactionInfoID>1</AFAdeverseDrugReactionInfoID> <Adverse_drug_reaction>true</Adverse_drug_reaction> <Allergy>true</Allergy> <AntifungalID>3</AntifungalID> <AntifungalName>sample string 4</AntifungalName> <CompletedDate>2024-12-16T12:34:17.9061241+00:00</CompletedDate> <Contraindication>true</Contraindication> <CreatedDate>2024-12-16T12:34:17.9061241+00:00</CreatedDate> <CreatedUserID>6</CreatedUserID> <Drug_drug_interaction>true</Drug_drug_interaction> <IsCompleted>true</IsCompleted> <PatientID>2</PatientID> <UpdatedDate>2024-12-16T12:34:17.9061241+00:00</UpdatedDate> <UpdatedUserID>1</UpdatedUserID> <links xmlns:d2p1="http://schemas.datacontract.org/2004/07/NAPSWebApi.DTO.DTOModel" i:nil="true" /> </AFAdeverseDrugReactionInfoDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.