Update Asset

Allows changing information about the asset.

Uri

PATCH api/dynaway/eam/v1.0/companies({{Company_ID}})/assets({{Asset_ID}})

Parameters

Company_ID
- ID of the Company.
Asset_ID
- ID of the Asset

Form Data

{
    "description": "Ultraviolet Lamp",
    "statusCode": "NEW",
    "conditionCode": "5-VERY GOOD",
    "assetLocationCode": "H2.MH",
    "categoryCode": "UV LAMPS",
    "parentAssetNo": "A000001",
    "latitude": 51,
    "longitude": 21,
    "billToCustomerNo": "C00010",
    "manufacturerCode": "M000001",
    "modelNumber": "UVL00043",
    "serialNumber": "000123987"
}

JSON Response

{
    "id": "fefbeca9-6b16-ee11-8f6e-00224828e836",
    "assetNo": "A000002",
    "description": "Ultraviolet Lamp",
    "statusCode": "NEW",
    "conditionCode": "5-VERY GOOD",
    "assetLocationCode": "H2.MH",
    "critical": false,
    "active": false,
    "categoryCode": "UV LAMPS",
    "parentAssetNo": "A000001",
    "virtualAsset": false,
    "latitude": 51,
    "longitude": 21,
    "warrantyNo": "WAR00001",
    "warrantyExpirationDate": "2023-06-30",
    "inTransit": false,
    "onTransferOrder": false,
    "billToCustomerNo": "C00010",
    "fixedAssetNumber": "",
    "manufacturerCode": "M000001",
    "modelNumber": "UVL00043",
    "serialNumber": "000123987"
}

Copyright Dynaway A/S

Privacy Policy