POST apioauth/matrixv2/services/{serviceId}/maintenanceinformation

Create maintenance information for a service

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceId

The service id to create the information for

unsigned integer

Required

Body Parameters

A PostMaintenancenformationRequest

PostMaintenancenformationRequest
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 3",
  "notes": "sample string 4",
  "buzzerWorking": true,
  "timestamp": "2025-04-27T16:33:49.4112449+00:00"
}

application/xml, text/xml

Sample:
<PostMaintenancenformationRequest 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 3</EngineerName>
  <Notes>sample string 4</Notes>
  <BuzzerWorking>true</BuzzerWorking>
  <Timestamp>2025-04-27T16:33:49.4112449+00:00</Timestamp>
</PostMaintenancenformationRequest>

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.