GET api/maintenance/next



Request Information

URI Parameters

None.



Body Parameters

None.



Response Information

Resource Description

ScheduledMaintenanceViewModel

NameDescriptionTypeAdditional information
End

decimal number

None.

Reason

string

None.

Start

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "End": 1.1,
  "Reason": "sample string 2",
  "Start": 3.1
}

application/xml, text/xml

Sample:
<ScheduledMaintenanceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VobeSoft.Shared.Models.ViewModels">
  <End>1.1</End>
  <Reason>sample string 2</Reason>
  <Start>3.1</Start>
</ScheduledMaintenanceViewModel>