Aller au contenu

Les règles

GET
/ordres/{reference}/echeance/explication
curl --request GET \
--url https://carnet-ordres.interne/carnet-ordres/ordres/example/echeance/explication \
--header 'Authorization: Bearer <token>'
reference
required
string

L’explication.

Media typeapplication/json
object
occurrenceRef
string
dateCentralisation
string format: date
dateVlAttendue
required
string format: date
dateReglementPrevue
string format: date
heureLimite
required
string format: date-time
fuseau
required
string
rang

Rang de l’affectation — 1 pour l’ordre initial, suivant pour chaque représentation.

integer
lignage
required

Les règles, calendriers et versions qui ont produit l’échéance. UN ORDRE REÇU APRÈS L’HEURE LIMITE N’EST JAMAIS ANTIDATÉ, et la valeur appliquée est celle calculée APRÈS la centralisation.

string
Examplegenerated
{
"occurrenceRef": "example",
"dateCentralisation": "2026-04-15",
"dateVlAttendue": "2026-04-15",
"dateReglementPrevue": "2026-04-15",
"heureLimite": "2026-04-15T12:00:00Z",
"fuseau": "example",
"rang": 1,
"lignage": "example"
}

La ressource n’existe pas dans ce tenant.

Media typeapplication/json
object
code
required
string
message
required
string
Examplegenerated
{
"code": "example",
"message": "example"
}