SWS_SpectacleSalarieCalculerBulletin
  • 03 Feb 2023
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

SWS_SpectacleSalarieCalculerBulletin

  • Sombre
    Lumière
  • PDF

Résumé de l’article

Fonction API

SWS_SpectacleSalarieCalculerBulletin

Description

Permet de calculer un bulletin sur une période définie

Groupe de fonctions API

Code API : H20 / SPEC01

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

RequeteSpectacleSalarieAffectationsCPAISWSRequeteSpectacleSalarieAffectationsÉlément structuré contenant les informations pour déterminer quel bulletin calculer (cf. détail ci-dessous)

CPAISWSRequeteSpectacleSalarieAffectations

ParamètreTypeDescription
MatriculeSalariestringMatricule du salarié concerné
IdentifiantEmploiintIdentifiant de l'emploi concerné
VerifierDisponibiliteEmploibooleanPermet de ne calculer que les bulletins pour les emplois en cours
PeriodedateTimePériode de paie pour laquelle calculer le bulletin
NomInterneEtablissementstringNom interne de l'établissement

Paramètres de la réponse

ParamètreTypeDescription
SWS_SpectacleSalarieCalculerBulletinResultSWS_SpectacleSalarieCalculerBulletinResult

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

SWS_SpectacleSalarieCalculerBulletinResult

ParamètreTypeDescription
Errorstring

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

Requête

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SWS_SpectacleSalarieCalculerBulletin xmlns="http://www.silae.fr/">
      <Token>string</Token>
      <NumeroDossier>string</NumeroDossier>
      <RequeteSpectacleSalarieAffectations>
        <MatriculeSalarie>string</MatriculeSalarie>
        <IdentifiantEmploi>int</IdentifiantEmploi>
        <VerifierDisponibiliteEmploi>boolean</VerifierDisponibiliteEmploi>
        <Periode>yyyy-mm-ddThh:mm:ss</Periode>
        <NomInterneEtablissement>string</NomInterneEtablissement>
      </RequeteSpectacleSalarieAffectations>
    </SWS_SpectacleSalarieCalculerBulletin>
  </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_SpectacleSalarieCalculerBulletinResponse xmlns="http://www.silae.fr/">
      <SWS_SpectacleSalarieCalculerBulletinResult>
        <Error>string</Error>
      </SWS_SpectacleSalarieCalculerBulletinResult>
    </SWS_SpectacleSalarieCalculerBulletinResponse>
  </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.