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": "2025-01-06T08:12:02.5939093Z",
  "item2": "2025-01-06T08:12:02.5939093Z"
}

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>2025-01-06T08:12:02.5939093+00:00</m_Item1>
  <m_Item2>2025-01-06T08:12:02.5939093+00:00</m_Item2>
</TupleOfdateTimedateTime>