Contract-Definitions

This section provides an overview of all available APIs that adhere to the OpenAPI specification. All APIs are loaded from the OpenAPI specification file: Link. Please note that the API base-paths may differ depending on the connector, the specific API base-path can be seen in the UI dashboard.


Deprecated
get

Collect all data for Contract Definition Page

Responses
default
default response
application/json
get
GET /api/management/wrapper/ui/pages/contract-definition-page HTTP/1.1
Host: my-connector
Accept: */*
default

default response

No content


Deprecated
post

Create a new Contract Definition. Use [publishDataOffer] instead.

Body

Data for creating a Contract Definition

contractDefinitionIdstringRequired

Contract Definition ID

contractPolicyIdstringRequired

Contract Policy ID

accessPolicyIdstringRequired

Access Policy ID

Responses
default
default response
application/json
post
POST /api/management/wrapper/ui/pages/contract-definition-page/contract-definitions HTTP/1.1
Host: my-connector
Content-Type: application/json
Accept: */*
default

default response

{
  "id": "text",
  "lastUpdatedDate": "2025-07-03T10:27:23.551Z"
}

Last updated

Was this helpful?