Post New Comment

Allows the user to post a comment on the maintenance Request

Uri

POST api/dynaway/eam/v1.0/companies({{Company_ID}})/maintenanceRequestComments

Parameters

CompayID
- ID of the Company.
Request_Number
- Length: <=20 characters. The request with the same number must exists in the database.
Comment
- Length: <= 2048 characters.

Form Data

{
            "requestNumber": "Request_Number",
            "comment": "Comment"
        }

JSON Response

{
    "id": "42c6f0f3-972a-ed11-97e8-00224822a403",
    "requestNumber": "MR/000003",
    "comment": "Added from API",
    "commentedBy": "MARTIN.WOODS",
    "SystemModifiedAt": "2022-09-02T08:19:27.47Z",
    "lineNumber": 101
}

Copyright Dynaway A/S

Privacy Policy