POST PlanCare2Api/MedicalIntoxicationTobacco/Update
Update MedicalIntoxicationTobacco.
Relation(s) can be of the following types: Client, Prospect
Requires 'Edit' permission for function MedicalIntoxicationTobacco {579E3587-91BB-44F9-AD7D-BABC85B1E17D}
Request Information
URI Parameters
None.
Body Parameters
MedicalIntoxicationTobacco.
MedicalIntoxicationTobacco| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate |
StartDate. |
date |
Nullable |
| StopDate |
StopDate. |
date |
Nullable |
| MedicalCodeTobaccoStatusId |
Id of MedicalCodeTobaccoStatus (MedicalCodeListType.TobaccoStatus). |
globally unique identifier |
- |
| MedicalCodeTobaccoTypeUserId |
Id of MedicalCodeTobaccoTypeUser (MedicalCodeListType.TobaccoTypeUser). |
globally unique identifier |
Nullable |
| Amount |
Amount. |
integer |
Nullable |
| PackYears |
PackYears. |
integer |
Nullable |
| Remarks |
Remarks. |
string |
- |
| Id |
Id of the registration. |
integer |
- |
| RelationId |
Id of the relation which the registration belongs to. |
integer |
Required |
| RegistrationDateTime |
DateTime of measurement. |
date |
Required |
| Source |
Source of registration (example: name of the questionnaire). |
string |
- |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2026-05-26T21:10:35.8647246+02:00",
"StopDate": "2026-05-26T21:10:35.8647246+02:00",
"MedicalCodeTobaccoStatusId": "a04ffb52-f814-4d3b-95d6-2f409590e73a",
"MedicalCodeTobaccoTypeUserId": "8f92d772-dbd6-4d3f-90cc-d69b3a473142",
"Amount": 1,
"PackYears": 1,
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-05-26T21:10:35.8647246+02:00",
"Source": "sample string 6"
}
application/xml, text/xml
Sample:
<MedicalIntoxicationTobacco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>3</Id> <RegistrationDateTime>2026-05-26T21:10:35.8647246+02:00</RegistrationDateTime> <RelationId>4</RelationId> <Source>sample string 6</Source> <Amount>1</Amount> <MedicalCodeTobaccoStatusId>a04ffb52-f814-4d3b-95d6-2f409590e73a</MedicalCodeTobaccoStatusId> <MedicalCodeTobaccoTypeUserId>8f92d772-dbd6-4d3f-90cc-d69b3a473142</MedicalCodeTobaccoTypeUserId> <PackYears>1</PackYears> <Remarks>sample string 2</Remarks> <StartDate>2026-05-26T21:10:35.8647246+02:00</StartDate> <StopDate>2026-05-26T21:10:35.8647246+02:00</StopDate> </MedicalIntoxicationTobacco>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |