POST API/Patient/TreatmentPlan

Request Information

URI Parameters

None.

Body Parameters

Treatmentplans
NameDescriptionTypeAdditional information
STPSurfacescaling

boolean

None.

STPFinalrestoration

boolean

None.

STPBiteguard

boolean

None.

STPImplants

boolean

None.

STPOralprophylaxis

boolean

None.

STPImpressionmaking

boolean

None.

STPEmergencyextraction

boolean

None.

STPOthers

boolean

None.

STPCoronoplasty

boolean

None.

STPCrownbridgeconnection

boolean

None.

STPEmergencyrct

boolean

None.

STPTemporaryrestoration

boolean

None.

STPDentureadjustmentfabrication

boolean

None.

STPReplacement

boolean

None.

Prognosis

string

None.

Notes

string

None.

DfTableId

integer

None.

UserId

integer

None.

PatientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "STPSurfacescaling": true,
  "STPFinalrestoration": true,
  "STPBiteguard": true,
  "STPImplants": true,
  "STPOralprophylaxis": true,
  "STPImpressionmaking": true,
  "STPEmergencyextraction": true,
  "STPOthers": true,
  "STPCoronoplasty": true,
  "STPCrownbridgeconnection": true,
  "STPEmergencyrct": true,
  "STPTemporaryrestoration": true,
  "STPDentureadjustmentfabrication": true,
  "STPReplacement": true,
  "Prognosis": "sample string 1",
  "Notes": "sample string 2",
  "DfTableId": 1,
  "UserId": 1,
  "PatientId": 3
}

application/xml, text/xml

Sample:
<Treatmentplans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models">
  <DfTableId>1</DfTableId>
  <Notes>sample string 2</Notes>
  <PatientId>3</PatientId>
  <Prognosis>sample string 1</Prognosis>
  <STPBiteguard>true</STPBiteguard>
  <STPCoronoplasty>true</STPCoronoplasty>
  <STPCrownbridgeconnection>true</STPCrownbridgeconnection>
  <STPDentureadjustmentfabrication>true</STPDentureadjustmentfabrication>
  <STPEmergencyextraction>true</STPEmergencyextraction>
  <STPEmergencyrct>true</STPEmergencyrct>
  <STPFinalrestoration>true</STPFinalrestoration>
  <STPImplants>true</STPImplants>
  <STPImpressionmaking>true</STPImpressionmaking>
  <STPOralprophylaxis>true</STPOralprophylaxis>
  <STPOthers>true</STPOthers>
  <STPReplacement>true</STPReplacement>
  <STPSurfacescaling>true</STPSurfacescaling>
  <STPTemporaryrestoration>true</STPTemporaryrestoration>
  <UserId>1</UserId>
</Treatmentplans>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.