Lever une restriction
const url = 'https://example.com/instruments/example/restrictions/levees';const options = { method: 'POST', headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'}, body: '{"restriction":"example","au":"2026-04-15","motif":"example"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/instruments/example/restrictions/levees \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "restriction": "example", "au": "2026-04-15", "motif": "example" }'La levée publie son fait (contrat evenement-de-negociabilite).
Autorisations
Section intitulée « Autorisations »Paramètres
Section intitulée « Paramètres »Paramètres (path)
Section intitulée « Paramètres (path) »Corps de la requêterequired
Section intitulée « Corps de la requêterequired »object
L’identifiant de la restriction à lever.
La borne de levée
Examplegenerated
{ "restriction": "example", "au": "2026-04-15", "motif": "example"}Réponses
Section intitulée « Réponses »La demande de validation est créée — l’effet attend sa validation par un valideur distinct du préparateur.
object
Example
{ "objet": "referencement"}La demande est irrecevable (champ manquant, date mal formée, flottant…) — le motif nomme le champ.
object
Le motif
Examplegenerated
{ "motif": "example"}Aucune identité présentée.
L’identité présentée n’a pas la famille d’accès instruments:administration.
La ressource est inconnue de ce tenant — rien n’existe à travers la muraille.
object
Le motif
Examplegenerated
{ "motif": "example"}Le domaine refuse (invariant violé : chevauchement de périodes, inapplicable à la nature, cycle qui n’admet pas la transition, rang déjà publié, préparateur valideur…) — rien n’est retenu, aucun fait n’existe ; le motif nomme l’invariant.
object
Le motif
Examplegenerated
{ "motif": "example"}