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
Documents
Sales, invoices, proformas, fiscal receipts, payments, offers, receptions (GRN), stock transfers.
Products & stock
Read and update your product catalogue, attach images, query stock levels and lot movements.
CRM & subscriptions
Contacts, service files, subscription templates and event registrations.
Logistics
Register AWBs from any courier, look up pickup points, list workpoints.
E‑commerce
Push webshop orders directly into BOCP with items, proforma and finalisation.
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
- Getting started — create an API user, whitelist an IP, run your first request.
- Conventions — how filters, pagination and includes work.
- Errors — status codes and retry policy.
- Endpoints — the full reference.
- Interactive tester — try requests from your browser.