POST API/Patient/Palandpers

Request Information

URI Parameters

None.

Body Parameters

Palandpers
NameDescriptionTypeAdditional information
PPTMJ_RT

boolean

None.

PPTMJ_LT

boolean

None.

PPTMJ_NAD

boolean

None.

PPLymphnode1

boolean

None.

PPLymphnode2

boolean

None.

PPLymphnode3

boolean

None.

PPLymphnode4

boolean

None.

PPLymphnodeNAD

boolean

None.

Halotosis

boolean

None.

Bruxism

boolean

None.

Stains

boolean

None.

DfTableId

integer

None.

UserId

integer

None.

PatientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PPTMJ_RT": true,
  "PPTMJ_LT": true,
  "PPTMJ_NAD": true,
  "PPLymphnode1": true,
  "PPLymphnode2": true,
  "PPLymphnode3": true,
  "PPLymphnode4": true,
  "PPLymphnodeNAD": true,
  "Halotosis": true,
  "Bruxism": true,
  "Stains": true,
  "DfTableId": 1,
  "UserId": 1,
  "PatientId": 1
}

application/xml, text/xml

Sample:
<Palandpers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models">
  <Bruxism>true</Bruxism>
  <DfTableId>1</DfTableId>
  <Halotosis>true</Halotosis>
  <PPLymphnode1>true</PPLymphnode1>
  <PPLymphnode2>true</PPLymphnode2>
  <PPLymphnode3>true</PPLymphnode3>
  <PPLymphnode4>true</PPLymphnode4>
  <PPLymphnodeNAD>true</PPLymphnodeNAD>
  <PPTMJ_LT>true</PPTMJ_LT>
  <PPTMJ_NAD>true</PPTMJ_NAD>
  <PPTMJ_RT>true</PPTMJ_RT>
  <PatientId>1</PatientId>
  <Stains>true</Stains>
  <UserId>1</UserId>
</Palandpers>

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.