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 Purchase Orders API

Procurement - purchase orders and vendors.

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

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

This API exposes 7 operations across 4 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.

7 operations 4 paths 0 schemas 3 GET2 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 Purchase Orders 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 7

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

Purchase Orders 7

Procurement - purchase orders and vendors.

GET
/purchase_orders.api
List purchase orders
listPurchaseOrders 1 param → 200
POST
/purchase_orders.api
Create a purchase order
createPurchaseOrder body → 201
GET
/purchase_orders/{poId}.api
Get purchase order details
getPurchaseOrder 1 param → 200
PATCH
/purchase_orders/{poId}.api
Update a purchase order
updatePurchaseOrder 1 param body → 200
PATCH
/purchase_orders/{poId}/receive_items.api
Receive items against a purchase order
receivePurchaseOrderItems 1 param body → 200
GET
/vendors.api
List vendors
listVendors 1 param → 200
POST
/vendors.api
Create a vendor
createVendor body → 201

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ezrentout-purchase-orders-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 Maintenance API
EZRentOut Members API
EZRentOut Orders API
EZRentOut Payments API