POST api/NTMedical/PostVitalSign
Request Information
URI Parameters
None.
Body Parameters
MedicalVitalSignDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MedicalId | integer |
None. |
|
| ReportedDateTime | date |
None. |
|
| ReportedTime | time interval |
None. |
|
| CustomReportedTime | string |
String length: inclusive between 0 and 50 |
|
| SystolicBP | decimal number |
None. |
|
| DiastolicBP | decimal number |
None. |
|
| HR | decimal number |
None. |
|
| RR | decimal number |
None. |
|
| PulseOx | decimal number |
None. |
|
| Temp | decimal number |
None. |
|
| BG | decimal number |
None. |
|
| TempUnit | string |
String length: inclusive between 0 and 50 |
|
| VitalCategory | string |
String length: inclusive between 0 and 400 |
|
| Position | string |
None. |
|
| PositionId | integer |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 20 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"MedicalId": 2,
"ReportedDateTime": "2025-10-30T10:13:27.6013245-07:00",
"ReportedTime": "00:00:00.1234567",
"CustomReportedTime": "sample string 5",
"SystolicBP": 1.0,
"DiastolicBP": 1.0,
"HR": 1.0,
"RR": 1.0,
"PulseOx": 1.0,
"Temp": 1.0,
"BG": 1.0,
"TempUnit": "sample string 6",
"VitalCategory": "sample string 7",
"Position": "sample string 8",
"PositionId": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:13:27.6186225-07:00",
"DateUpdated": "2025-10-30T10:13:27.6186225-07:00",
"UserIDCreated": 12,
"UserIDUpdated": 13,
"CompanyCode": "sample string 14",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<MedicalVitalSignDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode>sample string 14</CompanyCode> <DateCreated>2025-10-30T10:13:27.6186225-07:00</DateCreated> <DateUpdated>2025-10-30T10:13:27.6186225-07:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>12</UserIDCreated> <UserIDUpdated>13</UserIDUpdated> <ValidFlag>true</ValidFlag> <BG>1</BG> <CustomReportedTime>sample string 5</CustomReportedTime> <DiastolicBP>1</DiastolicBP> <HR>1</HR> <Id>1</Id> <MedicalId>2</MedicalId> <Position>sample string 8</Position> <PositionId>1</PositionId> <PulseOx>1</PulseOx> <RR>1</RR> <ReportedDateTime>2025-10-30T10:13:27.6013245-07:00</ReportedDateTime> <ReportedTime>PT0.1234567S</ReportedTime> <SystolicBP>1</SystolicBP> <Temp>1</Temp> <TempUnit>sample string 6</TempUnit> <VitalCategory>sample string 7</VitalCategory> </MedicalVitalSignDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfMedicalVitalSignDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | MedicalVitalSignDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"MedicalId": 2,
"ReportedDateTime": "2025-10-30T10:13:27.8193993-07:00",
"ReportedTime": "00:00:00.1234567",
"CustomReportedTime": "sample string 5",
"SystolicBP": 1.0,
"DiastolicBP": 1.0,
"HR": 1.0,
"RR": 1.0,
"PulseOx": 1.0,
"Temp": 1.0,
"BG": 1.0,
"TempUnit": "sample string 6",
"VitalCategory": "sample string 7",
"Position": "sample string 8",
"PositionId": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:13:27.8193993-07:00",
"DateUpdated": "2025-10-30T10:13:27.8193993-07:00",
"UserIDCreated": 12,
"UserIDUpdated": 13,
"CompanyCode": "sample string 14",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfMedicalVitalSignDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<d2p1:CompanyCode>sample string 14</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T10:13:27.8193993-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T10:13:27.8193993-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>12</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>13</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:BG>1</d2p1:BG>
<d2p1:CustomReportedTime>sample string 5</d2p1:CustomReportedTime>
<d2p1:DiastolicBP>1</d2p1:DiastolicBP>
<d2p1:HR>1</d2p1:HR>
<d2p1:Id>1</d2p1:Id>
<d2p1:MedicalId>2</d2p1:MedicalId>
<d2p1:Position>sample string 8</d2p1:Position>
<d2p1:PositionId>1</d2p1:PositionId>
<d2p1:PulseOx>1</d2p1:PulseOx>
<d2p1:RR>1</d2p1:RR>
<d2p1:ReportedDateTime>2025-10-30T10:13:27.8193993-07:00</d2p1:ReportedDateTime>
<d2p1:ReportedTime>PT0.1234567S</d2p1:ReportedTime>
<d2p1:SystolicBP>1</d2p1:SystolicBP>
<d2p1:Temp>1</d2p1:Temp>
<d2p1:TempUnit>sample string 6</d2p1:TempUnit>
<d2p1:VitalCategory>sample string 7</d2p1:VitalCategory>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfMedicalVitalSignDTO3NYuOdgi>