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

Candis Core Data API

Import/update master data: general ledger accounts, cost dimensions, additional delivery costs.

Candis Core Data API is one of 6 APIs that Candis publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Core Data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

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

Requests are made against a single base URL, https://api.candis.io.

6 operations 4 paths 0 schemas 1 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.candis.io
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Candis Core Data API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth2 access token issued by the Candis authorization server (Keycloak realm 'candis') sent as a Bearer token. Obtain via the OAuth2 authorization code or tok…

Paths & Operations 6

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

Core Data 6

Import/update master data: general ledger accounts, cost dimensions, additional delivery costs.

POST
/v1/organizations/{organizationId}/imports/cost-centers
Create Cost Dimensions
createCostCenter 1 param body → 202400503
PUT
/v1/organizations/{organizationId}/imports/cost-centers
Update Cost Dimensions
updateCostCenter 1 param body → 202400503
POST
/v1/organizations/{organizationId}/imports/general-ledger-accounts
Create General Ledger Accounts
createGeneralLedgerAccounts 1 param body → 202400503
PUT
/v1/organizations/{organizationId}/imports/general-ledger-accounts
Update General Ledger Accounts
updateGeneralLedgerAccounts 1 param body → 202400503
GET
/v1/organizations/{organizationId}/imports/{processId}
Get Import Logs
getImportLogs 4 params → 200400503
PUT
/v1/organizations/{organizationId}/imports/additional-delivery-costs
Update Additional Delivery Costs
updateAdditionalDeliveryCost 1 param body → 202400503

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

candis-core-data-api-openapi.yml Raw ↑

Other APIs Candis publishes across the network.

Candis Exports API
Candis Invoices API
Candis Organizations API
Candis Purchase Requests API
Candis Reimbursements API