Skip to main content

Update Asset

PUT 

/organizations/:organizationId/assets/:assetId

Update asset

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    assetId stringrequired

    The ID of asset

Body

required
    name stringrequired

    The name of asset

    description string

    The description of asset

    chatRoomId string

    The ID of chat room

    locationId string

    The locationId of asset

    integrationServiceId string

    The integration service ID of asset.

    linkIds string[]

    The IDs of asset.

    serialNumber string

    The serial number of asset

    modelName string

    The serial number of asset

    nameOfManufacturer string

    The name of manufacturer

    yearOfManufacture number

    The year of manufacture of asset

    purchaseCost number

    The purchase cost of asset

    purchaseDate number

    The purchase date of asset

    warrantyEndDate number

    The warranty end date of asset

    image string

    The image of asset

    files string[]

    The files of asset

    keepAlive number

    The interval of keep alive

Responses

Schema
    data objectrequired

    Data of the asset.

    assetTypeId stringrequired
    locationId stringrequired
    name stringrequired
    description stringrequired
    chatRoomId stringrequired
    serialNumber numberrequired
    nameOfManufacturer stringrequired
    yearOfManufacture numberrequired
    purchaseCost numberrequired
    purchaseDate stringrequired
    warrantyEndDate stringrequired
    images stringrequired
    files stringrequired
    integrationServiceId string
    devEui string
    uuid string
    keepAlive number
    connectionStatus
    status string
    updatedAtDateString numberrequired
    updatedAt numberrequired
Loading...