v1

latestOpenAPI 3.0.02026-08-061380344.2 KB
Tools & Equipment > Services & Maintenance

Create a Service Record

Create an equipment service record

Parameters

cost OPTIONAL

Numeric value for the cost of the service, in the currency of your account.


date OPTIONAL

Date of the service. Defaults to today


description OPTIONAL

Text description or summary of the service performed


keywords OPTIONAL

Comma delimited list of keywords, tags, or labels to allow easier searching for specific types of services.


performed_by OPTIONAL

String value for the service technician or facility that completed the work


type OPTIONAL

Type of service performed. Supported options are:

"Air filter", "Battery fluid", "Battery - replacement", "Belts", "Brake fluid", "Brakes", "Cleaning", "Coolant", "Diesel filter", "Drivetrain", "Engine - major", "Engine oil", "Equipment service", "Fan", "Fan belt", "Fuel filter", "Fluids - other", "Hydraulic fluid", "Hydraulic pump", "Inspection", "Lubricant", "Sanitizing", "Seals", "Oil Filter", "Tire pressure", "Tires", "Transmission fluid", "Transmission - major", "Warranty", "Wheels", "Other"


usage OPTIONAL

The current amount of usage (in the equipment usage_unit) as of the time of the service.

post/tools/{tool_id}/services

Path parameters

tool_idstring required

Headers

Content-Typestring

Request body

object required

Example request

{
  "cost": null,
  "date": "2022-01-24",
  "description": "Maintenance Check",
  "keywords": null,
  "performed_by": "Service Center",
  "type": "Other",
  "usage": null
}

Response

Successful response