POST /api/v2/it_asset_management/assets
Creates an asset.
Allowed For
- Admins
Servers
- https://{subdomain}.{domain}.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
asset |
Object | No | |
asset.external_id |
String | No |
An id you can use to link an asset to external data |
asset.vendor |
String | No |
The asset's vendor name |
asset.url |
String | No |
Direct link to the specific asset |
asset.status_id |
String | Yes |
Id of current status of the asset |
asset.asset_type_id |
String | Yes |
Id of the asset type |
asset.asset_tag |
String | No |
The tag for the asset |
asset.warranty_expiration |
String | No |
The asset's warranty expiration date |
asset.custom_field_values |
Object | No |
User-defined custom asset fields and values |
asset.organization_id |
Integer | No |
Id of the organization the asset is associated with |
asset.model |
String | No |
The asset's model name |
asset.updated_at |
String | No |
The time of the asset's last update |
asset.id |
String | No |
Automatically assigned upon creation |
asset.purchase_cost |
Number | No |
The asset's purchase cost |
asset.location_id |
String | No |
Id of the asset location |
asset.purchase_date |
String | No |
The asset's purchase date |
asset.name |
String | Yes |
Display name for the asset |
asset.notes |
String | No |
The asset's notes |
asset.serial_number |
String | No |
The asset's serial number |
asset.manufacturer |
String | No |
The asset's manufacturer name |
asset.created_at |
String | No |
The time the asset record was added |
asset.user_id |
Integer | No |
Id of the user the asset is assigned to |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.