Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Kleine wijzigingen: Aanpassingen t.b.v. leesbaarheid

...

Information about the use of a data service broker is provided in brokerEvidence object, see the object definition of brokerEvidence. The brokerEvidence object is based on the delegationEvidence object, see delegationEvidence object.

brokerEvidence object

...

Parameters

...

Type

...

Description

...

notBefore

...

Required

...

Integer

...

Timestamp indicating the start of the validity period of this broker evidence, MUST be a UNIX timestamp, following the timestamp conventions. SHOULD equal the time of issuing of the evidence unless historic evidence is requested.

...

notOnOrAfter

...

Required

...

Integer

...

.

...

policyIssuer

...

Required

...

String

...

MUST contain a valid Organisation ID (an EORI or KvK number) of the data service consumer making use of a data service broker.

...

target

...

Required

...

Object

...

Object MUST contain an accessSubject. No other elements are allowed. It makes the entire broker evidence applicable only to thisĀ accessSubject.

...

accessSubject

...

Required

...

String in target

...

MUST contain a valid Organisation ID (an EORI or KvK number) of the data service broker which receives the rights to act for a data service consumer).

Info

Note, at this time, brokerEvidence provides a data service broker the complete power to act for a data service consumer in all data services. It is foreseen that a data service consumer may only wish to grant a data service broker partial power to act in specific circumstances (for example, in a specific data service, or only at a specific data service provider). When this becomes relevant, the brokerEvidece object will be expanded in line with the delegationEvidece object.

Expand
titleExample brokerEvidence object
Code Block
languagejson
{
  "notBefore": 1541058939,
  "notOnOrAfter": 2147483647,
  "policyIssuer": "EU.EORI.NL000000005",
  "target": {
    "accessSubject": "EU.EORI.NL000000001"
  }
}

Endpoint

the The /brokers endpoint follows the generic technical requirements, as well as the requirements specified for specific methods. The figure below gives an overview of the HTTP methods that are supported by the /brokers endpoint. These methods are further detailed and specified in the pages below:

...