Navigation:  Integration via SOAP web services > Published web services > Training >

importTrainingPresenceList

Previous  Top  Next

This method enables to add/edit:

Attendances in the attendance list of a training

 

To insert each of these items, it is necessary to follow the standard documented below:

Java class

Request

web\wwwroot\ws\java\training\ImportTrainingPresenceListRequestType.java

Return

web\wwwroot\ws\java\training\ImportTrainingPresenceListResponseType.java

 

Request

ID #

Required

Description

IDTRAIN

X

Training ID #

IDUSER

X

Participant ID #

DTDATE

X

Training occurrence date

FGPRESENCE

X

Participant attended the training [1 - Yes; 2 - No]

IDSHIFT

 

Shift ID # (required if the training has shifts).

 

Return

ID #

Description

return

SUCCESS: 1.

Failure: Message describing the error.