Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Finance / Priority Software REST API
Priority Software REST API logo

Priority Software REST API

61
AI ReadinessAI-Aware (B-)61/100
See full scorecard
Official vendor OpenAPI document · agent-readyFinanceAccountingbasic, apiKey10 EndpointsREST

For Agents

Access Priority ERP data through OData protocol. Query, create, update, and delete business entities across all Priority forms with filtering, sorting, and pagination support.

Use for: I need to query orders from Priority ERP with a date filter, I want to create a new customer record in Priority, List all available entity sets in this Priority environment, Get the OData metadata schema for Priority forms

Not supported: Does not handle payroll processing, HR management, or CRM-specific features - use for OData CRUD access to Priority ERP financial and operational forms only.

Priority Software REST API provides OData-based access to Priority ERP forms and entities. The API supports full CRUD operations with OData query parameters including filtering, sorting, pagination, field selection, and entity expansion. It covers metadata retrieval, entity management through dynamic paths, and navigation to related subform entities. Rate limits are set at 100 calls per minute per user on cloud deployments.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Priority Software REST API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Priority Software REST API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpriority-software.github.io%2Fpriority-software" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpriority-software.github.io%2Fpriority-software" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Priority Software REST API.

Query Priority ERP entities with OData filter, select, expand, and orderby parameters

Create new business records in any Priority form through the generic entity endpoint

Navigate parent-child entity relationships through OData navigation properties

Retrieve full OData schema metadata describing all entity types and relationships

Paginate large result sets using top, skip, and server-side next-link cursors

Delete entities by key from any Priority form collection

Fetch Priority system version and server environment information

Use Cases

Patterns agents use Priority Software REST API for, with concrete tasks.

★ ERP Data Querying and Reporting

Query Priority ERP forms using OData conventions to extract business data for reporting. The API supports filtering with expressions like CUSTNAME eq 'John', sorting with $orderby, field selection with $select, and pagination with $top and $skip. MAXAPILINES defaults to 2000 records per page in Priority v25.1+. This enables building custom dashboards and reports without direct database access.

List entities from the ORDERS form with $filter set to 'CURDATE gt 2026-01-01' and $top set to 50, then retrieve the first order's ORDERITEMS subform

Business Record Management

Create, update, and delete business entities across all Priority ERP forms through a unified REST interface. The API uses dynamic entity paths where the form name becomes the URL segment. POST creates new records, PATCH updates existing ones by key, and DELETE removes records. This enables automated data entry from external systems into Priority without manual ERP interaction.

Create a new entity in the CUSTOMERS form with CUSTNAME 'Acme Corp' and PHONE '555-0100', then verify it exists by querying with a filter on CUSTNAME

Entity Relationship Navigation

Navigate hierarchical relationships between Priority forms using OData navigation properties. Access subform data such as order line items, invoice details, or customer contacts by traversing the parent entity key and navigation path. This allows agents to reconstruct complete business documents from their component parts without multiple unrelated queries.

Retrieve order 'ORD001' from the ORDERS entity set, then navigate to its ORDERITEMS subform and return all line items with their quantities and prices

AI Agent ERP Integration via Jentic

AI agents can access Priority ERP data through Jentic without configuring OData URLs or managing Basic Auth credentials. Jentic provides operation schemas for each Priority endpoint and handles authentication, so agents can query business data, create records, and navigate entity relationships by describing their intent in natural language.

Search Jentic for 'query priority erp orders', load the listEntities operation schema, and execute it with entitySet 'ORDERS' and $top 10

Key Endpoints

10 endpoints — priority software rest api provides odata-based access to priority erp forms and entities.

METHOD

PATH

DESCRIPTION

GET

/

List available entity sets in the Priority instance

GET

/$metadata

Get full OData schema metadata

GET

/{entitySet}

Query entities with OData filter and sort

POST

/{entitySet}

Create a new entity in a Priority form

GET

/{entitySet}('{key}')

Retrieve a single entity by key

PATCH

/{entitySet}('{key}')

Update an entity with partial data

DELETE

/{entitySet}('{key}')

Delete an entity by key

GET

/{entitySet}('{key}')/{navigationProperty}

Navigate to related subform entities

GET

/

List available entity sets in the Priority instance

GET

/$metadata

Get full OData schema metadata

GET

/{entitySet}

Query entities with OData filter and sort

POST

/{entitySet}

Create a new entity in a Priority form

GET

/{entitySet}('{key}')

Retrieve a single entity by key

PATCH

/{entitySet}('{key}')

Update an entity with partial data

DELETE

/{entitySet}('{key}')

Delete an entity by key

GET

/{entitySet}('{key}')/{navigationProperty}

Navigate to related subform entities

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

P

Priority Software REST API

- AI-Aware (B-)
61/100
81
Foundational Compliance
59
Developer Experience & Jentic Compatibility
54
AI-Readiness & Agent Experience
94
Agent Usability
37
Security
70
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
81

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: ASignals: 4
98%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

100%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

25%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

59

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: C+Signals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

50%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

87%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

54

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: CSignals: 4
58%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

100%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

59%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

37

Security

Trust, risk posture, and security compliance.

Grade: FSignals: 1
37%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

70

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: A-Signals: 1
70%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring the Priority Software REST API by hand means choosing Basic auth or a Personal Access Token, assembling the templated OData host with your server, environment, and company, and handling the {entitySet} path yourself. Through Jentic you install once, import the Priority Software REST API from the API Directory, store the credentials once, and your agent calls it.

Permission scoping

Priority puts the entity key in the URL path (/{entitySet}('{key}')), so a rule can pin your agent to specific entity records. You choose the operations it may call, so a destructive one like DELETE on an entity is not included unless you add it.

Credential isolation

Your Priority Basic auth credentials or Personal Access Token are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent such as 'query Priority ERP orders' or 'create a customer in Priority', and Jentic returns the matching OData operation with its input schema, including the dynamic entitySet path variable, so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Priority REST API

→

Same ERP system accessed through a different vendor domain with batch operations and metadata cache clearing

Use prioritysoftware.com/main when you need batch operations or metadata cache clearing. Use priority-software.github.io/main for the vendor-official OData documentation-aligned spec.

Alternative

Priority REST API

→

Another vendor-official spec for the same Priority ERP with OAuth2 support and batch operations

Use prioritysoftware.github.io/main when you need OAuth2 authentication or batch operations. Both specs access the same underlying Priority ERP system.

Complementary

Shopify API

→

E-commerce platform to sync orders and inventory with Priority ERP

Use Shopify for storefront and order capture. Use Priority for back-office ERP operations like accounting, inventory management, and financial reporting.

FAQs

Specific to using Priority Software REST API through Jentic.

What authentication does the Priority Software REST API use?

The API supports Basic authentication with Priority username and password, Personal Access Tokens (PAT) via the Authorization header, and application license keys via X-App-Id and X-App-Key headers. Through Jentic, these credentials are stored encrypted in the vault and agents authenticate without seeing raw passwords or tokens.

What are the rate limits for the Priority Software REST API?

Cloud deployments enforce 100 API calls per minute per user. The API returns a 429 status code when this limit is exceeded. On-premise installations may have different limits depending on server configuration. The MAXAPILINES constant (2000 records in v25.1+) limits the number of entities returned per page.

Can I query Priority ERP data with filters and sorting?

Yes. The GET /{entitySet} endpoint supports standard OData query parameters: $filter for conditional filtering, $orderby for sorting, $top and $skip for pagination, $select for field projection, and $expand for including related entities inline. Filter syntax uses OData conventions like 'CUSTNAME eq John' or 'CURDATE gt 2026-01-01'.

How do I access subform data in Priority through the API?

Use the navigation property path pattern: GET /{entitySet}('{key}')/{navigationProperty}. For example, to get order lines for order 'ORD001', request GET /ORDERS('ORD001')/ORDERITEMS. The response returns the child entities with all their fields. You can apply $filter, $select, $top, and $skip to the subform results.

How do I get metadata for a specific Priority form through Jentic?

Search Jentic for 'get priority entity metadata', load the getEntityMetadata operation schema, and execute it with the entityName parameter set to the form name (e.g., 'ORDERS'). This returns the full field definitions, data types, and relationships for that form. Available in Priority v25.0 and later. Install with pip install jentic.

What OData version does the Priority REST API use?

The Priority REST API uses OData v4 conventions. You can verify the exact version by calling GET /GetPriorityVersion() which returns the Priority version and server information. The full schema is available via GET /$metadata in XML format describing all entity types and their relationships.

Can I limit what my agent is allowed to do with the Priority Software REST API?

Yes. Because you run Jentic One yourself, your own rules decide which Priority operations the agent may call, so you can grant read-only access with GET on /{entitySet} and the metadata endpoints while withholding POST creates, PATCH updates, and DELETE on entities. Since Priority puts the entity key in the URL path, such as /{entitySet}('{key}'), a rule can also pin the agent to specific records or forms rather than the whole ERP. The stored Basic auth credentials or Personal Access Token are injected only at execution time, so the agent never sees them and can only reach the endpoints you have allowed.

GET STARTED

Start building with Priority Software REST API

Explore with Jentic One
View OpenAPI Document