POST api/PostCallObs
Request Information
URI Parameters
None.
Body Parameters
APIObs| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CallID | integer |
None. |
|
| Time | date |
None. |
|
| RespRate | integer |
None. |
|
| SpOnAir | integer |
None. |
|
| SpOn02 | integer |
None. |
|
| SpOwn | integer |
None. |
|
| Temp | decimal number |
None. |
|
| BP_Sys | integer |
None. |
|
| BP_Dia | integer |
None. |
|
| HeartRate | integer |
None. |
|
| HeartRateRegular | boolean |
None. |
|
| AVOU | string |
None. |
|
| NEWSTotal | integer |
None. |
|
| CapRefill | string |
None. |
|
| GCS_E | integer |
None. |
|
| GCS_V | integer |
None. |
|
| GCS_M | integer |
None. |
|
| BM | decimal number |
None. |
|
| BmText | string |
None. |
|
| PupilsEqual | boolean |
None. |
|
| PupilsReactR | boolean |
None. |
|
| PupilsReactL | boolean |
None. |
|
| PainScore | integer |
None. |
|
| PeakFlow | integer |
None. |
|
| ECG | boolean |
None. |
|
| ECGFile | string |
None. |
|
| GCS_Total | integer |
None. |
|
| PupilsSizeR | integer |
None. |
|
| PupilsSizeL | integer |
None. |
|
| Lead12 | boolean |
None. |
|
| Lead4 | boolean |
None. |
|
| PregnantU16 | boolean |
None. |
|
| COPD | boolean |
None. |
|
| UserID | integer |
None. |
|
| ETCo2 | decimal number |
None. |
|
| Under16 | boolean |
None. |
|
| TempText | string |
None. |
|
| Rhythms | Collection of BasicAPIObject |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CallID": 1,
"Time": "2025-10-21T14:32:07.4734301+01:00",
"RespRate": 1,
"SpOnAir": 1,
"SpOn02": 1,
"SpOwn": 1,
"Temp": 1.0,
"BP_Sys": 1,
"BP_Dia": 1,
"HeartRate": 1,
"HeartRateRegular": true,
"AVOU": "sample string 2",
"NEWSTotal": 1,
"CapRefill": "sample string 3",
"GCS_E": 1,
"GCS_V": 1,
"GCS_M": 1,
"BM": 1.0,
"BmText": "sample string 4",
"PupilsEqual": true,
"PupilsReactR": true,
"PupilsReactL": true,
"PainScore": 1,
"PeakFlow": 1,
"ECG": true,
"ECGFile": "sample string 5",
"GCS_Total": 1,
"PupilsSizeR": 1,
"PupilsSizeL": 1,
"Lead12": true,
"Lead4": true,
"PregnantU16": true,
"COPD": true,
"UserID": 1,
"ETCo2": 1.0,
"Under16": true,
"TempText": "sample string 6",
"Rhythms": [
{
"ID": 1,
"Title": "sample string 1",
"Description": "sample string 2"
},
{
"ID": 1,
"Title": "sample string 1",
"Description": "sample string 2"
}
]
}
application/octet-stream, multipart/form-data
Sample:
{"ID":1,"CallID":1,"Time":"2025-10-21T14:32:07.4734301+01:00","RespRate":1,"SpOnAir":1,"SpOn02":1,"SpOwn":1,"Temp":1.0,"BP_Sys":1,"BP_Dia":1,"HeartRate":1,"HeartRateRegular":true,"AVOU":"sample string 2","NEWSTotal":1,"CapRefill":"sample string 3","GCS_E":1,"GCS_V":1,"GCS_M":1,"BM":1.0,"BmText":"sample string 4","PupilsEqual":true,"PupilsReactR":true,"PupilsReactL":true,"PainScore":1,"PeakFlow":1,"ECG":true,"ECGFile":"sample string 5","GCS_Total":1,"PupilsSizeR":1,"PupilsSizeL":1,"Lead12":true,"Lead4":true,"PregnantU16":true,"COPD":true,"UserID":1,"ETCo2":1.0,"Under16":true,"TempText":"sample string 6","Rhythms":[{"ID":1,"Title":"sample string 1","Description":"sample string 2"},{"ID":1,"Title":"sample string 1","Description":"sample string 2"}]}
application/xml, text/xml
Sample:
<PrfController.APIObs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers">
<AVOU>sample string 2</AVOU>
<BM>1</BM>
<BP_Dia>1</BP_Dia>
<BP_Sys>1</BP_Sys>
<BmText>sample string 4</BmText>
<COPD>true</COPD>
<CallID>1</CallID>
<CapRefill>sample string 3</CapRefill>
<ECG>true</ECG>
<ECGFile>sample string 5</ECGFile>
<ETCo2>1</ETCo2>
<GCS_E>1</GCS_E>
<GCS_M>1</GCS_M>
<GCS_Total>1</GCS_Total>
<GCS_V>1</GCS_V>
<HeartRate>1</HeartRate>
<HeartRateRegular>true</HeartRateRegular>
<ID>1</ID>
<Lead12>true</Lead12>
<Lead4>true</Lead4>
<NEWSTotal>1</NEWSTotal>
<PainScore>1</PainScore>
<PeakFlow>1</PeakFlow>
<PregnantU16>true</PregnantU16>
<PupilsEqual>true</PupilsEqual>
<PupilsReactL>true</PupilsReactL>
<PupilsReactR>true</PupilsReactR>
<PupilsSizeL>1</PupilsSizeL>
<PupilsSizeR>1</PupilsSizeR>
<RespRate>1</RespRate>
<Rhythms xmlns:d2p1="http://schemas.datacontract.org/2004/07/SleekTechWeb">
<d2p1:Validation.BasicAPIObject>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:Title>sample string 1</d2p1:Title>
</d2p1:Validation.BasicAPIObject>
<d2p1:Validation.BasicAPIObject>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:Title>sample string 1</d2p1:Title>
</d2p1:Validation.BasicAPIObject>
</Rhythms>
<SpOn02>1</SpOn02>
<SpOnAir>1</SpOnAir>
<SpOwn>1</SpOwn>
<Temp>1</Temp>
<TempText>sample string 6</TempText>
<Time>2025-10-21T14:32:07.4734301+01:00</Time>
<Under16>true</Under16>
<UserID>1</UserID>
</PrfController.APIObs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CallResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| CallID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"CallID": 1
}
application/octet-stream, multipart/form-data
Sample:
{"Code":1,"Message":"sample string 2","CallID":1}
application/xml, text/xml
Sample:
<CallController.CallResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers"> <CallID>1</CallID> <Code>1</Code> <Message>sample string 2</Message> </CallController.CallResult>