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

Xentral Purchase Order API

Purchase Orders made at a supplier.

Xentral Purchase Order API is one of 90 APIs that Xentral publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 6 operations across 4 paths. It is described by OpenAPI 3.0.0, at version v0.1.

Requests are made against 2 base URLs: https://{xentralId}.xentral.biz, https://{domain}.

6 operations 4 paths 0 schemas 2 GET3 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v0.1
Base URL
https://xentral.xentral.biz
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Xentral Purchase Order API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token obtained in POST /tokens endpoint or pregenerated in the system.

Paths & Operations 6

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

Purchase Order 6

Purchase Orders made at a supplier.

GET
/api/v1/purchaseOrders
List purchase orders
purchaseOrder.list 3 params → 200401403406429
POST
/api/v1/purchaseOrders
Create purchase order
purchaseOrder.create body → 201400401403409415429
GET
/api/v1/purchaseOrders/{id}
View purchase order
purchaseOrder.view 1 param → 200401403404429
PATCH
/api/v1/purchaseOrders/{id}
Update purchase order
purchaseOrder.update 1 param body → 204400401403404409415429
PATCH
/api/v1/purchaseOrders/{id}/actions/cancel
Cancel purchase order
purchaseOrder.actions.cancel 1 param → 204401403404406409429
PATCH
/api/v1/purchaseOrders/{id}/actions/release
Release purchase order
purchaseOrder.actions.release 1 param body → 204401403404406409429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xentral-purchase-order-api-openapi.yml Raw ↑

Other APIs Xentral publishes across the network.

Xentral Account API
Xentral Accounting Export API
Xentral AuthPlatform API
Xentral Collection API
Xentral Collective Bill API
Xentral Credit API
Xentral Credit Note API
Xentral Credit Note Tag API
Xentral CreditNote API
Xentral Customer Address API
Xentral Customer API
Xentral Customer - Contact Person API