BOCP REST API

Integrate your systems with the BOCP ERP. Query documents, push orders, register payments, manage products — over a familiar HTTPS + JSON interface.

What you can do

DOC

Documents

Sales, invoices, proformas, fiscal receipts, payments, offers, receptions (GRN), stock transfers.

PRD

Products & stock

Read and update your product catalogue, attach images, query stock levels and lot movements.

CRM

CRM & subscriptions

Contacts, service files, subscription templates and event registrations.

LOG

Logistics

Register AWBs from any courier, look up pickup points, list workpoints.

SHOP

E‑commerce

Push webshop orders directly into BOCP with items, proforma and finalisation.

UTL

Utilities

Romanian postcodes, reports and other supporting endpoints.

How it works

Every request is authenticated with HTTP Basic Auth, must come from a whitelisted IP, and must go over HTTPS. Responses are always JSON, wrapped in a common envelope so your integration can treat successes and errors uniformly.

The API is currently in beta. Endpoints are stable but the surface is expanding.

Base URL

https://secure.bocp.eu/app/rest/v1/2

Everything you call sits under this prefix — e.g. https://secure.bocp.eu/app/rest/v1/2/sales/list/.

Next steps