---
title: "Create Asset"
method: POST
path: "/assets"
---

# Create Asset

`POST /assets`

## Request body

- object
  - `asset` object
    - `asset_code` string, required
    - `asset_name` string, required
    - `purchase_date` string, date
    - `warranty_expiry_date` string, date
    - `placed_in_service` string, date
    - `useful_life` object
      - `type` ''MONTHS'' | ''YEARS'' | ''DAYS''
      - `value` integer
    - `asset_category` string
    - `asset_parts` object[]
      - `quantity` integer
      - `serial_nos` string[]
      - `product_id` string
    - `customer` string
    - `asset_inspection_form` string
    - `property` string
    - `organization` string
    - `asset_location` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `billing_address` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `parent_asset` string
    - `asset_product` string
    - `asset_serial_number` string
  - `asset_attachments` object[]
    - `file_name` string, required
    - `url` string, required
    - `file_size` integer
    - `visible_to_customer` boolean

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
