GET api/WorkOrderQueue/ODSRefresh

Request Information

URI Parameters

None.

Body Parameters

None

Response Information

Resource Description

TupleOfDateTimeAndDateTime
NameDescriptionTypeAdditional information
Item1

date None.
Item2

date None.

Response Formats

application/json, text/json

Sample:
{
  "item1": "2024-05-20T00:08:48.1909729Z",
  "item2": "2024-05-20T00:08:48.1909729Z"
}

application/xml, text/xml

Sample:
<TupleOfdateTimedateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <m_Item1>2024-05-20T00:08:48.1909729+00:00</m_Item1>
  <m_Item2>2024-05-20T00:08:48.1909729+00:00</m_Item2>
</TupleOfdateTimedateTime>