Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

EZRentOut Maintenance API

Service records and work orders (tasks) to keep equipment serviceable.

EZRentOut Maintenance API is one of 11 APIs that EZRentOut publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Maintenance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 7 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{subdomain}.ezrentout.com.

8 operations 7 paths 0 schemas 2 GET4 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://{subdomain}.ezrentout.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

EZRentOut Maintenance API declares 1 security scheme for authenticating requests. An API key is passed in the header as token (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Per-company access token generated in Settings (API must be enabled by the account owner). Sent in the token HTTP header on every request over HTTPS.

Paths & Operations 8

Across 7 paths, the API surfaces 8 operations — 2 GET, 4 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Maintenance 8

Service records and work orders (tasks) to keep equipment serviceable.

GET
/services.api
List assets in service
listServices 1 param → 200
POST
/services.api
Create a service record
createService body → 201
PATCH
/services/{serviceId}/complete.api
Complete a service record
completeService 1 param → 200
PATCH
/assets/{assetNum}/maintenance.api
Put an asset into maintenance
putAssetInMaintenance 1 param → 200
POST
/tasks.api
Create a work order
createWorkOrder body → 201
GET
/tasks/{taskId}.api
Get work order details
getWorkOrder 1 param → 200
PATCH
/tasks/{taskId}/start.api
Start a work order
startWorkOrder 1 param → 200
PATCH
/tasks/{taskId}/end.api
End a work order
endWorkOrder 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ezrentout-maintenance-api-openapi.yml Raw ↑

Other APIs EZRentOut publishes across the network.

EZRentOut Assets API
EZRentOut Availability API
EZRentOut Bundles API
EZRentOut Customers API
EZRentOut Inventory API
EZRentOut Locations API
EZRentOut Members API
EZRentOut Orders API
EZRentOut Payments API
EZRentOut Purchase Orders API