POST api/LabTestResult
Request Information
URI Parameters
None.
Body Parameters
LabTestResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Deleted | boolean |
None. |
|
| LabPanelId | string |
Required String length: inclusive between 0 and 50 |
|
| Date | date |
Required |
|
| Sequence | integer |
None. |
|
| TestName | string |
Required String length: inclusive between 0 and 50 |
|
| UnitOfMeasure | string |
String length: inclusive between 0 and 50 |
|
| Result | string |
Required |
|
| ResultType | string |
Required String length: inclusive between 0 and 50 |
|
| Indicator | string |
String length: inclusive between 0 and 50 |
|
| ReferenceCriticalLow | string |
String length: inclusive between 0 and 50 |
|
| ReferenceCriticalHigh | string |
String length: inclusive between 0 and 50 |
|
| ReferenceLow | string |
String length: inclusive between 0 and 50 |
|
| ReferenceHigh | string |
String length: inclusive between 0 and 50 |
|
| ReferenceRange | string |
String length: inclusive between 0 and 50 |
|
| Comments | string |
String length: inclusive between 0 and 1024 |
|
| ApiCreateDate | date |
Required |
|
| ApiLastChangeDate | date |
None. |
|
| CheckSum | integer |
None. |
|
| RowKey | integer |
Required |
|
| Id | string |
Required String length: inclusive between 0 and 50 |
|
| SyncId | string |
Required String length: inclusive between 0 and 50 |
|
| SubscriberId | string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
{
"Deleted": true,
"LabPanelId": "sample string 1",
"Date": "2025-12-16T00:52:00.6309308+00:00",
"Sequence": 1,
"TestName": "sample string 3",
"UnitOfMeasure": "sample string 4",
"Result": "sample string 5",
"ResultType": "sample string 6",
"Indicator": "sample string 7",
"ReferenceCriticalLow": "sample string 8",
"ReferenceCriticalHigh": "sample string 9",
"ReferenceLow": "sample string 10",
"ReferenceHigh": "sample string 11",
"ReferenceRange": "sample string 12",
"Comments": "sample string 13",
"ApiCreateDate": "2025-12-16T00:52:00.6309308+00:00",
"ApiLastChangeDate": "2025-12-16T00:52:00.6309308+00:00",
"CheckSum": 15,
"RowKey": 16,
"Id": "sample string 17",
"SyncId": "sample string 18",
"SubscriberId": "sample string 19"
}
application/xml, text/xml
<LabTestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel"> <ApiCreateDate>2025-12-16T00:52:00.6309308+00:00</ApiCreateDate> <ApiLastChangeDate>2025-12-16T00:52:00.6309308+00:00</ApiLastChangeDate> <CheckSum>15</CheckSum> <Comments>sample string 13</Comments> <Date>2025-12-16T00:52:00.6309308+00:00</Date> <Deleted>true</Deleted> <Id>sample string 17</Id> <Indicator>sample string 7</Indicator> <LabPanelId>sample string 1</LabPanelId> <ReferenceCriticalHigh>sample string 9</ReferenceCriticalHigh> <ReferenceCriticalLow>sample string 8</ReferenceCriticalLow> <ReferenceHigh>sample string 11</ReferenceHigh> <ReferenceLow>sample string 10</ReferenceLow> <ReferenceRange>sample string 12</ReferenceRange> <Result>sample string 5</Result> <ResultType>sample string 6</ResultType> <RowKey>16</RowKey> <Sequence>1</Sequence> <SubscriberId>sample string 19</SubscriberId> <SyncId>sample string 18</SyncId> <TestName>sample string 3</TestName> <UnitOfMeasure>sample string 4</UnitOfMeasure> </LabTestResult>
application/x-www-form-urlencoded
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.