POST API/SubPatient/SubPatientSenRadioPeris
Request Information
URI Parameters
None.
Body Parameters
SubSenRadioPeris| Name | Description | Type | Additional information |
|---|---|---|---|
| STTNAD | boolean |
None. |
|
| STTHot | boolean |
None. |
|
| STTMetal | boolean |
None. |
|
| STTCold | boolean |
None. |
|
| STTVibration | boolean |
None. |
|
| STTSweet | boolean |
None. |
|
| STTBrushing | boolean |
None. |
|
| STTSour | boolean |
None. |
|
| RadioNAD | boolean |
None. |
|
| RadioIopa | boolean |
None. |
|
| RadioOpg | boolean |
None. |
|
| RadioLatcepth | boolean |
None. |
|
| RadioCbct | boolean |
None. |
|
| PeriodontalpocketNAD | boolean |
None. |
|
| PPLocal | boolean |
None. |
|
| PPGeneralised | boolean |
None. |
|
| DfTableId | integer |
None. |
|
| UserId | integer |
None. |
|
| PatientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"STTNAD": true,
"STTHot": true,
"STTMetal": true,
"STTCold": true,
"STTVibration": true,
"STTSweet": true,
"STTBrushing": true,
"STTSour": true,
"RadioNAD": true,
"RadioIopa": true,
"RadioOpg": true,
"RadioLatcepth": true,
"RadioCbct": true,
"PeriodontalpocketNAD": true,
"PPLocal": true,
"PPGeneralised": true,
"DfTableId": 1,
"UserId": 1,
"PatientId": 1
}
application/xml, text/xml
Sample:
<SubSenRadioPeris xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <DfTableId>1</DfTableId> <PPGeneralised>true</PPGeneralised> <PPLocal>true</PPLocal> <PatientId>1</PatientId> <PeriodontalpocketNAD>true</PeriodontalpocketNAD> <RadioCbct>true</RadioCbct> <RadioIopa>true</RadioIopa> <RadioLatcepth>true</RadioLatcepth> <RadioNAD>true</RadioNAD> <RadioOpg>true</RadioOpg> <STTBrushing>true</STTBrushing> <STTCold>true</STTCold> <STTHot>true</STTHot> <STTMetal>true</STTMetal> <STTNAD>true</STTNAD> <STTSour>true</STTSour> <STTSweet>true</STTSweet> <STTVibration>true</STTVibration> <UserId>1</UserId> </SubSenRadioPeris>
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.