updateAsset
Update an asset.
Arguments
Argument
Description
UpdateAssetInput Arguments
Argument
Description
Return fields
asset (Asset)
errors ([ModelValidationError!]!)
Last updated
Was this helpful?
Update an asset.
input (UpdateAssetInput!)
Parameters for UpdateAsset
id (ID!)
The ID of the asset to update
internalNumber (String!)
Mandatory number used to identify the asset
externalNumber (String)
Optional additional number used to identify the asset
notes (String)
Additional information about the specific asset
status (AssetStatus)
Status of this asset (available, at_customer, purchased, in_refurbishment, scrapped, lost, back_to_supplier or unavailable).
expectedAvailabilityOn (ISO8601Date)
Date on which the asset is expected to be available.
purchasedAt (ISO8601Date)
Date on which the asset is purchased.
depreciatedOn (ISO8601Date)
Date on which the asset is depreciated.
scrappedOn (ISO8601Date)
Date on which the asset is scrapped.
assetCustomFields ([AssetCustomFieldInput!])
Associated custom field values for this asset.
Last updated
Was this helpful?
Was this helpful?