party_info object

Deze pagina’s zijn in het engels ten behoeve van mogelijk internationale ontwikkelaars


This object is used in the following endpoints:


Information about participants is provided in party_info objects, as defined below.

Parameters

Type

Description

Parameters

Type

Description

party_id

Required

String

Unique identifier of the party, MUST be an Organisation ID, containing an EORI or KvK number.

party_name

Required

String

String representing the object type, MUST be equal to the organisation name as registered at the Chamber of Commerce.

adherance

Required

Object

Object MUST contain the status, and validity timestamps (start_date and end_date).

 

status

Required

String in adherance object

MUST be status of the party. Available values are Active, Pending, NotActive and Revoked.

 

start_date

Required

String in adherance object

Date and time which states since when the adherence status has established, MUST be according to ISO 8601.

 

end_date

Required

String in adherance object

Date and time which states till when the adherence status is established, MUST be according to ISO 8601.

certifications

Required

Object

MUST be an object containing a collection of the certifications of the party indicating what market facility role(s) the party fulfils (the role, start_date, end_date and loa).

 

role

Required

String in certifications object

MUST be the role of acquired certification. Available values are Authorisation Registry, Identity Provider, Data Service Broker, or Scheme Owner.

 

start_date

Required

String in certifications object

Date and time which states since when the certification has been established, MUST be according to ISO 8601.

 

end_date

Required

String in certifications object

Date and time which states till when the certification is established, MUST be according to ISO 8601.

 

loa

Required

String in certifications object

MUST be the certificate’s level of assurance. Available values are eH2+, eH3 and eH4. See Levels of Assurance for more information.

capability_url

Optional

String

MUST be the /capabilities endpoint of the party. See /capabilities for more information.

{ "party_id": "EU.EORI.NL000000004", "party_name": "AskMeAnything Authorization Registry", "adherence": { "status": "Active", "start_date": "2018-04-26T00:00:00", "end_date": "2020-07-25T00:00:00" }, "certifications": [ { "role": "AuthorisationRegistry", "start_date": "2018-01-04T00:00:00", "end_date": "2020-02-02T00:00:00", "loa": "eH2+" } ], "capability_url": "https://ar.isharetest.net/capabilities" }