PATCH apioauth/matrixv2/maintenanceinformation/{maintenanceId}

Update a service maintenance information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
maintenanceId

The id of the maintenance information

unsigned integer

Required

Body Parameters

A PatchMaintenancenformationRequest

PatchMaintenancenformationRequest
NameDescriptionTypeAdditional information
uploadMobSurvey

boolean

None.

valveAccessible

boolean

None.

engineerName

string

None.

notes

string

None.

buzzerWorking

boolean

None.

timestamp

date

None.

Request Formats

application/json, text/json

Sample:
{
  "uploadMobSurvey": true,
  "valveAccessible": true,
  "engineerName": "sample string 1",
  "notes": "sample string 2",
  "buzzerWorking": true,
  "timestamp": "2025-04-27T15:52:11.7049917+00:00"
}

application/xml, text/xml

Sample:
<PatchMaintenancenformationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UploadMobSurvey>true</UploadMobSurvey>
  <ValveAccessible>true</ValveAccessible>
  <EngineerName>sample string 1</EngineerName>
  <Notes>sample string 2</Notes>
  <BuzzerWorking>true</BuzzerWorking>
  <Timestamp>2025-04-27T15:52:11.7049917+00:00</Timestamp>
</PatchMaintenancenformationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

200 on success

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.