GET OSIRIS/{NumVoile}

Permet la récupération des informations d'un certificat OSIRIS à partir de son numéro de voile

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NumVoile

élément du numéro de Voile, sans aucun espace (ex : FRA063, 063)

string

Required

Body Parameters

None.

Response Information

Resource Description

liste des certificats OSIRIS correspondant au numéro de voile et leurs données associées

Collection of vu_VC_OSIRIS
NameDescriptionTypeAdditional information
OD_ID

integer

None.

CODE_PAYS

string

None.

IDENTIF

string

None.

MATRICULE

integer

None.

TAB

string

None.

REV

decimal number

None.

NOM_AFFMAR

string

None.

SERIE_HN

string

None.

LACLASSE

string

None.

GR_BRUT

decimal number

None.

TOT_BONIF

decimal number

None.

TOT_PENAL

decimal number

None.

GR_NET

decimal number

None.

CVL

decimal number

None.

NO_LICENCE

string

None.

NOM

string

None.

PRENOM

string

None.

CLUB_NO

string

None.

VALIDITE_DEBUT

date

None.

VALIDITE_FIN

date

None.

DATE_MAJ

date

None.

OD_STATUT

byte

None.

CERTIF_VALIDE

integer

None.

LONGUEUR

decimal number

None.

TIRANT

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OD_ID": 1,
    "CODE_PAYS": "sample string 2",
    "IDENTIF": "sample string 3",
    "MATRICULE": 1,
    "TAB": "sample string 4",
    "REV": 1.1,
    "NOM_AFFMAR": "sample string 5",
    "SERIE_HN": "sample string 6",
    "LACLASSE": "sample string 7",
    "GR_BRUT": 1.1,
    "TOT_BONIF": 1.1,
    "TOT_PENAL": 1.1,
    "GR_NET": 1.1,
    "CVL": 1.1,
    "NO_LICENCE": "sample string 8",
    "NOM": "sample string 9",
    "PRENOM": "sample string 10",
    "CLUB_NO": "sample string 11",
    "VALIDITE_DEBUT": "2024-03-28T16:52:10.6288471+01:00",
    "VALIDITE_FIN": "2024-03-28T16:52:10.6288471+01:00",
    "DATE_MAJ": "2024-03-28T16:52:10.6288471+01:00",
    "OD_STATUT": 64,
    "CERTIF_VALIDE": 12,
    "LONGUEUR": 1.1,
    "TIRANT": "sample string 13"
  },
  {
    "OD_ID": 1,
    "CODE_PAYS": "sample string 2",
    "IDENTIF": "sample string 3",
    "MATRICULE": 1,
    "TAB": "sample string 4",
    "REV": 1.1,
    "NOM_AFFMAR": "sample string 5",
    "SERIE_HN": "sample string 6",
    "LACLASSE": "sample string 7",
    "GR_BRUT": 1.1,
    "TOT_BONIF": 1.1,
    "TOT_PENAL": 1.1,
    "GR_NET": 1.1,
    "CVL": 1.1,
    "NO_LICENCE": "sample string 8",
    "NOM": "sample string 9",
    "PRENOM": "sample string 10",
    "CLUB_NO": "sample string 11",
    "VALIDITE_DEBUT": "2024-03-28T16:52:10.6288471+01:00",
    "VALIDITE_FIN": "2024-03-28T16:52:10.6288471+01:00",
    "DATE_MAJ": "2024-03-28T16:52:10.6288471+01:00",
    "OD_STATUT": 64,
    "CERTIF_VALIDE": 12,
    "LONGUEUR": 1.1,
    "TIRANT": "sample string 13"
  }
]