POST api/GlobalSearch/SupplySearch
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SupplyOrderList| Name | Description | Type | Additional information |
|---|---|---|---|
| supplyOrders | Collection of SupplyOrderListing |
None. |
|
| TotalRecords | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"supplyOrders": [
{
"SupplyorderID": 1,
"Priority": "sample string 2",
"OrderedDate": "2025-12-06T01:16:01.9519966-05:00",
"OrderedBy": "sample string 4",
"FacilityName": "sample string 5",
"Laboratory": "sample string 6",
"FulfilledDate": "2025-12-06T01:16:01.9519966-05:00",
"CancelledDate": "2025-12-06T01:16:01.9519966-05:00",
"Status": "sample string 7"
},
{
"SupplyorderID": 1,
"Priority": "sample string 2",
"OrderedDate": "2025-12-06T01:16:01.9519966-05:00",
"OrderedBy": "sample string 4",
"FacilityName": "sample string 5",
"Laboratory": "sample string 6",
"FulfilledDate": "2025-12-06T01:16:01.9519966-05:00",
"CancelledDate": "2025-12-06T01:16:01.9519966-05:00",
"Status": "sample string 7"
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<SupplyOrderList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO">
<TotalRecords>1</TotalRecords>
<supplyOrders>
<SupplyOrderListing>
<CancelledDate>2025-12-06T01:16:01.9519966-05:00</CancelledDate>
<FacilityName>sample string 5</FacilityName>
<FulfilledDate>2025-12-06T01:16:01.9519966-05:00</FulfilledDate>
<Laboratory>sample string 6</Laboratory>
<OrderedBy>sample string 4</OrderedBy>
<OrderedDate>2025-12-06T01:16:01.9519966-05:00</OrderedDate>
<Priority>sample string 2</Priority>
<Status>sample string 7</Status>
<SupplyorderID>1</SupplyorderID>
</SupplyOrderListing>
<SupplyOrderListing>
<CancelledDate>2025-12-06T01:16:01.9519966-05:00</CancelledDate>
<FacilityName>sample string 5</FacilityName>
<FulfilledDate>2025-12-06T01:16:01.9519966-05:00</FulfilledDate>
<Laboratory>sample string 6</Laboratory>
<OrderedBy>sample string 4</OrderedBy>
<OrderedDate>2025-12-06T01:16:01.9519966-05:00</OrderedDate>
<Priority>sample string 2</Priority>
<Status>sample string 7</Status>
<SupplyorderID>1</SupplyorderID>
</SupplyOrderListing>
</supplyOrders>
</SupplyOrderList>