Post Maintenance Documents

Allows the user to post Maintenance Documents.

Uri

POST api/dynaway/eam/beta/companies({{Company_ID}})/maintenanceDocuments

Parameters

CompanyID
- ID of the Company.
entryNo
- BigInteger '0' value (or empty) must be used to post a new document using API.
fileName
- Length: <=100 characters. Not mandatory.
fileDescription
- Length: <=100 characters. Not mandatory.
fileSize
- Decimal. Not mandatory.
fileLocation
- Length: <=2048 characters. Not mandatory.

Form Data

{
            "entryNo": entryNo,
            "fileName": fileName,
            "fileDescription": fileDescription,
            "fileSize": fileSize,
            "fileLocation": fileLocation
}

JSON Response

{
    "id": "ec1ddb0a-ba5d-ec11-9f09-0022482da699",
    "entryNo": entryNo,
    "fileName": "fileName",
    "fileDescription": "fileDescription",
    "fileSize": fileSize,
    "fileLocation": "fileLocation"
}

Copyright Dynaway A/S

Privacy Policy