Update Request

Allows the user to update a Request.

Uri

PATCH api/dynaway/eam/v1.0/companies({{Company_ID}})/openMaintenanceRequests({{Request_ID}})

Parameters

Compay_ID
- ID of the Company.
Request_ID
- ID of the Request, that exists in the database

Form Data

{
    "description": "Strange noise",
    "priorityCode": "HIGH",
    "requestType": "NOISE",
    "requestStatus": "WAITING M"
}

JSON Response

{
    "id": "e17f1edd-0253-ee11-be6f-000d3a8c288f",
    "number": "MR00002",
    "description": "Strange noise",
    "priorityCode": "HIGH",
    "requestType": "NOISE",
    "assetNo": "",
    "assetDesription": "",
    "groupCode": "",
    "assignedTo": "",
    "requestor": "TECHNICIAN",
    "requestorAuthenticationEmail": "maintenancetechnician@maintenancetechnicianscorp.com",
    "requestDate": "2023-09-14",
    "requestStatus": "WAITING M",
    "remarks": "",
    "systemCreatedAt": "2023-09-14T13:30:35.373Z",
    "closed": false,
    "closedBy": "",
    "closedDateTime": "0001-01-01T00:00:00Z"
}

Copyright Dynaway A/S

Privacy Policy