---
title: "Create Tool or Equipment"
method: POST
path: "/tools"
tags: ["Tools & Equipment"]
---

# Create Tool or Equipment

`POST /tools`

Create equipment

### Parameters

**name** `REQUIRED`

The name or label for this piece of equipment

---

**amount** `OPTIONAL`

Numeric value representing the amount paid for the equipment, in the currency of your account.

---

**brand** `OPTIONAL`

Brand of equipment

---

**date_purchased** `OPTIONAL`

Date purchased

---

**description** `OPTIONAL`

Text description / summary of the equipment

---

**engine** `OPTIONAL`

Engine type (if applicable)

---

**manual_url** `OPTIONAL`

A valid web address / URL for the service manual

---

**model_number** `OPTIONAL`

Model number

---

**plate_number** `OPTIONAL`

License plate number (if applicable)

---

**purchased** `OPTIONAL`

Boolean value indicating if the item was purchased or not

---

**serial_number** `OPTIONAL`

Serial number

---

**electronic_id** `OPTIONAL`

Electronic ID - useful to set if using an RFID or barcode scanner to search for for sync data with Farmbrite.

---

**transmission** `OPTIONAL`

Transmission type (if applicable)

---

**type** `OPTIONAL`

Any string representing the type of equipment. For example: Tractor, harvester, cleaning station, feeder, etc.

---

**usage_unit** `OPTIONAL`

How do you track the usage of this equipment. Supported options are:

> "Hours", "Miles", "Kilometers"

## Headers

- `Content-Type` string

## Request body

- object

## Response `200`

Successful response

---

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