Post Resource Maintenance Skills

Allows the user to add Maintenance Skill to the Resource.

Uri

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

Parameters

CompanyID
- ID of the Company.
resourceNo
- Length: <=20 characters. Used Resource must exist in the database.
skillCode
- Length: <=20 characters. Used Skill must exist in the database.
assetLocationCode
- Length: <=20 characters. Used Location must exist in the database.
startingDate
- Format: "YYYY-MM-DD".
endingDate
- Format: "YYYY-MM-DD".

Form Data

{
    "resourceNo": resourceNo,
    "skillCode": skillCode,
    "assetLocationCode": assetLocationCode,
    "startingDate": startingDate,
    "endingDate": endingDate
}

JSON Response

{
    "id": "e2bd2665-cf7f-ed11-9989-0022480a3c0d",
    "resourceNo": resourceNo,
    "skillCode": skillCode,
    "skillDescription": "",
    "assetLocationCode": assetLocationCode,
    "startingDate": startingDate,
    "endingDate": endingDate
}

Copyright Dynaway A/S

Privacy Policy