SWS_ExistenceMatricule
  • 13 Dec 2022
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

SWS_ExistenceMatricule

  • Sombre
    Lumière
  • PDF

Résumé de l’article

Fonction API

SWS_ExistenceMatricule

Description

Permet de savoir si un matricule existe ou non dans le dossier.

Groupe de fonctions API

Code API : A10 / BAS001

Paramètres de la requête

ParamètreTypeDescription
Tokenstring

Token d'authentification renvoyé en réponse à l'authentification via SWS_SiteLogin

NumeroDossierstring

Numéro du dossier concerné par la requête

MatriculestringMatricule à vérifier

Paramètres de la réponse

ParamètreTypeDescription
SWS_ExistenceMatriculeResultSWS_ExistenceMatriculeResult

Élément structuré contenant la réponse à la requête (Détail ci-dessous)

SWS_ExistenceMatriculeResult

ParamètreTypeDescription
Errorstring

Vide s'il n'y a pas d'erreur, sinon contient la description de l'erreur rencontrée

ExistebooleanVaut "true" si le matricule existe dans le dossier, et "false" si le matricule n'existe pas

Requête

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SWS_ExistenceMatricule xmlns="http://www.silae.fr/">
      <Token>string</Token>
      <NumeroDossier>string</NumeroDossier>
      <Matricule>string</Matricule>
    </SWS_ExistenceMatricule>
  </soap12:Body>
</soap12:Envelope>

Réponse

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SWS_ExistenceMatriculeResponse xmlns="http://www.silae.fr/">
      <SWS_ExistenceMatriculeResult>
        <Error>string</Error>
        <Existe>boolean</Existe>
      </SWS_ExistenceMatriculeResult>
    </SWS_ExistenceMatriculeResponse>
  </soap12:Body>
</soap12:Envelope>

Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.