Last updated 10 months ago
Was this helpful?
Move the specified RAS logon hours setting up or down.
RAS Logon Hour ID
RAS Logon Hours
Move Direction.
No Content
const response = await fetch('/api/LogonHours/{id}/order', { method: 'PUT', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({ "direction": [ "0 = Up", "1 = Down" ] }), }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }