POST api/LabPanelBatch
Request Information
URI Parameters
None.
Body Parameters
Collection of LabPanel| Name | Description | Type | Additional information |
|---|---|---|---|
| Deleted | boolean |
None. |
|
| ApiCreateDate | date |
Required |
|
| ApiLastChangeDate | date |
None. |
|
| ApiRemovedDate | date |
None. |
|
| Code | string |
String length: inclusive between 0 and 50 |
|
| CodeId | string |
String length: inclusive between 0 and 50 |
|
| CodeDescription | string |
None. |
|
| Comments | string |
String length: inclusive between 0 and 1024 |
|
| Date | date |
None. |
|
| Description | string |
None. |
|
| IsPending | boolean |
None. |
|
| PatientId | string |
Required String length: inclusive between 0 and 50 |
|
| PatientPmsId | string |
Required String length: inclusive between 0 and 50 |
|
| ResourceId | string |
String length: inclusive between 0 and 50 |
|
| ResourceName | string |
String length: inclusive between 0 and 50 |
|
| SiteId | string |
String length: inclusive between 0 and 50 |
|
| Status | string |
Required String length: inclusive between 0 and 50 |
|
| 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
Sample:
[
{
"Deleted": true,
"ApiCreateDate": "2025-12-16T00:51:24.4063508+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:24.4063508+00:00",
"ApiRemovedDate": "2025-12-16T00:51:24.4063508+00:00",
"Code": "sample string 2",
"CodeId": "sample string 3",
"CodeDescription": "sample string 4",
"Comments": "sample string 5",
"Date": "2025-12-16T00:51:24.4063508+00:00",
"Description": "sample string 6",
"IsPending": true,
"PatientId": "sample string 7",
"PatientPmsId": "sample string 8",
"ResourceId": "sample string 9",
"ResourceName": "sample string 10",
"SiteId": "sample string 11",
"Status": "sample string 12",
"CheckSum": 13,
"RowKey": 14,
"Id": "sample string 15",
"SyncId": "sample string 16",
"SubscriberId": "sample string 17"
},
{
"Deleted": true,
"ApiCreateDate": "2025-12-16T00:51:24.4063508+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:24.4063508+00:00",
"ApiRemovedDate": "2025-12-16T00:51:24.4063508+00:00",
"Code": "sample string 2",
"CodeId": "sample string 3",
"CodeDescription": "sample string 4",
"Comments": "sample string 5",
"Date": "2025-12-16T00:51:24.4063508+00:00",
"Description": "sample string 6",
"IsPending": true,
"PatientId": "sample string 7",
"PatientPmsId": "sample string 8",
"ResourceId": "sample string 9",
"ResourceName": "sample string 10",
"SiteId": "sample string 11",
"Status": "sample string 12",
"CheckSum": 13,
"RowKey": 14,
"Id": "sample string 15",
"SyncId": "sample string 16",
"SubscriberId": "sample string 17"
}
]
application/xml, text/xml
Sample:
<ArrayOfLabPanel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
<LabPanel>
<ApiCreateDate>2025-12-16T00:51:24.4063508+00:00</ApiCreateDate>
<ApiLastChangeDate>2025-12-16T00:51:24.4063508+00:00</ApiLastChangeDate>
<ApiRemovedDate>2025-12-16T00:51:24.4063508+00:00</ApiRemovedDate>
<CheckSum>13</CheckSum>
<Code>sample string 2</Code>
<CodeDescription>sample string 4</CodeDescription>
<CodeId>sample string 3</CodeId>
<Comments>sample string 5</Comments>
<Date>2025-12-16T00:51:24.4063508+00:00</Date>
<Deleted>true</Deleted>
<Description>sample string 6</Description>
<Id>sample string 15</Id>
<IsPending>true</IsPending>
<PatientId>sample string 7</PatientId>
<PatientPmsId>sample string 8</PatientPmsId>
<ResourceId>sample string 9</ResourceId>
<ResourceName>sample string 10</ResourceName>
<RowKey>14</RowKey>
<SiteId>sample string 11</SiteId>
<Status>sample string 12</Status>
<SubscriberId>sample string 17</SubscriberId>
<SyncId>sample string 16</SyncId>
</LabPanel>
<LabPanel>
<ApiCreateDate>2025-12-16T00:51:24.4063508+00:00</ApiCreateDate>
<ApiLastChangeDate>2025-12-16T00:51:24.4063508+00:00</ApiLastChangeDate>
<ApiRemovedDate>2025-12-16T00:51:24.4063508+00:00</ApiRemovedDate>
<CheckSum>13</CheckSum>
<Code>sample string 2</Code>
<CodeDescription>sample string 4</CodeDescription>
<CodeId>sample string 3</CodeId>
<Comments>sample string 5</Comments>
<Date>2025-12-16T00:51:24.4063508+00:00</Date>
<Deleted>true</Deleted>
<Description>sample string 6</Description>
<Id>sample string 15</Id>
<IsPending>true</IsPending>
<PatientId>sample string 7</PatientId>
<PatientPmsId>sample string 8</PatientPmsId>
<ResourceId>sample string 9</ResourceId>
<ResourceName>sample string 10</ResourceName>
<RowKey>14</RowKey>
<SiteId>sample string 11</SiteId>
<Status>sample string 12</Status>
<SubscriberId>sample string 17</SubscriberId>
<SyncId>sample string 16</SyncId>
</LabPanel>
</ArrayOfLabPanel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.