v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ItManagement > ItAssetModel

Creates an It asset model

Creates an It asset model

post/api/2026-07-01/resources/it_management/it_asset_models

Request body

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

{
  "type_name": "laptop",
  "brand": "Apple",
  "name": "MacBook Pro",
  "company_id": "1"
}

Response

CREATED

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"
}