This endpoint allows you to add a new asset to the Manage App inventory system. It is typically used by IT administrators or asset managers to register company equipment such as laptops, desktops, phones, or other devices.

Assets added through this endpoint will be available for tracking, assignment, warranty monitoring, and lifecycle management in the application.

When adding an asset, the email field is mandatory only if the status type is set to "deployed". For all other status types, including "undeployed", "deployable", "archived", and "pending", the email field is not required.

Request Body Parameters:

ParameterTypeRequiredExampleDescription
product_typeString✅ YesLaptopType of asset being added (e.g., Laptop, Mobile)
product_nameString✅ YesMacBook Pro 2Full product name including model/version
manufacturerString✅ YesAppleBrand or manufacturer of the device
serial_numberString✅ YesSN-XYZ-123456Device serial number (must be unique)
asset_statusString✅ YesIn UseCurrent state of the asset (In Use, Available, Retired)
model_numberString❌ NoA23338Model identifier from the manufacturer
skuString❌ NoMBP-16-2021Internal stock keeping unit ID
asset_idString✅ YesIT-1234-ABCD-5678Unique internal asset identifier
conditionString✅ YesGoodCondition of the asset (New, Good, Fair, Damaged)
purchase_dateDate✅ Yes2023-01-15Purchase or lease date (ISO format YYYY-MM-DD)
purchase_costNumber❌ No1999.99Cost of the asset at acquisition
purchase_typeString✅ YesLeasedAcquisition method (Purchased, Leased)
warranty_startDate❌ No2023-01-15Warranty start date
warranty_expireDate❌ No2025-01-14Warranty end date
warranty_typeString❌ NoAppleCareType of warranty coverage (e.g., AppleCare)
assign_to_emailString❌ Nojohn.doe@example.comEmail should be required if the status type is deployed
departmentString❌ NoITDepartment responsible for the asset
location_nameString❌ NoHeadquartersPhysical or office location of the asset
imeiString❌ No(optional or empty)IMEI number (for phones/tablets only)
Did this page help you?