assets_create
Create a new customer asset in SyncroMSP by providing customer ID and asset name. Use asset_type_name to specify existing type, then set custom properties after creation.
Instructions
Create a new customer asset. Note: asset_type_name must match an existing type in the account. Custom properties on create are IGNORED -- set them via assets_update after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | Customer ID (required) | |
| name | Yes | Asset name (required) | |
| asset_type_name | No | Asset type name (must match an existing type in the account) | |
| asset_type_id | No | Asset type ID | |
| asset_serial | No | Serial number | |
| properties | No | Custom properties |