PATCH apioauth/matrixv2/maintenanceinformation/{maintenanceId}
Update a service maintenance information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| maintenanceId |
The id of the maintenance information |
unsigned integer |
Required |
Body Parameters
A PatchMaintenancenformationRequest
PatchMaintenancenformationRequest| Name | Description | Type | Additional 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-12-14T06:16:17.8095975+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-12-14T06:16:17.8095975+00:00</Timestamp> </PatchMaintenancenformationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 on success
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |