v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ItManagement > ItAssetModel

Updates an It asset model

Updates an It asset model

put/api/2026-07-01/resources/it_management/it_asset_models/{id}

Path parameters

idstring required

IT Asset Model identifier

Request body

idstring required

IT Asset Model identifier

type_namestring required

Type name of the IT asset model. Possible values are 'laptop', 'desktop', 'tablet', 'phone', 'screen', 'mouse', 'keyboard', 'headset', 'other'

brandstring required

Brand of the IT asset model

namestring required

Name/model of the IT asset model

company_idstring

Company identifier

Example request

{
  "id": "0199e6ea-20c0-73d3-9782-8267dc96773a",
  "type_name": "laptop",
  "brand": "Apple",
  "name": "MacBook Pro",
  "company_id": "1"
}

Response

OK

idstring required

IT Asset Model identifier

type_namestring required

Type name of the IT asset model. Possible values are 'laptop', 'desktop', 'tablet', 'phone', 'screen', 'mouse', 'keyboard', 'headset', 'other'

company_idstring required

Company identifier

brandstring required

Brand of the IT asset model

namestring required

Name/model of the IT asset

created_atstring required

Creation date of the IT asset model

updated_atstring required

Last update date of the IT asset model

Example response

{
  "id": "0199e6ea-20c0-73d3-9782-8267dc96773a",
  "type_name": "laptop",
  "company_id": "1",
  "brand": "Apple",
  "name": "MacBook Pro",
  "created_at": "2024-01-20T18:05:45.000Z",
  "updated_at": "2024-01-20T18:05:45.000Z"
}