Novicap Dynamic Discounting API is one of 2 APIs that Novicap publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Dynamic Discounting. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.
This API exposes
10 operations
across 6 paths,
and defines 4 schemas.
It is described by OpenAPI 3.0.3, at version v1.
Requests are made against a single base URL, https://api.novicap.com/v1.
10 operations6 paths4 schemas2 DELETE4 GET4 POST
Metadata
The identity and technical contract details declared by the specification.
Novicap Dynamic Discounting API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
bearerAuth — API key issued from the Novicap user profile, sent as "Authorization: Bearer {apikey}". The key may alternatively be supplied as an "apikey" field in the JSON…
Paths & Operations 10
Across 6 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.
Dynamic Discounting 10
Dynamic discounting suppliers, invoices, payment instructions and adjustments.
The contract defines 4 schemas that model the data the API accepts and returns. The most detailed is InvoiceInput (2 properties). Each schema is shown below with its type and property counts.
InvoiceInput
object
Invoice payload. Documented deduplication key is (supplier, reference). Remaining fields are only partially documented by the provider.
2 properties
SupplierInput
object
Supplier payload. Field contract is only partially documented by the provider.
PaymentAdjustmentInput
object
Payment adjustment payload. Field contract is only partially documented.
PaymentInstructionInput
object
Payment instruction payload. Field contract is only partially documented.
Specification
The full machine-readable OpenAPI contract behind this narrative.