s_salary_calendar

Last update 2021-06-15

This method is for viewing calendar of RIVILE salary calculation module. All parameters are expected via HTTP POST.

Mandatory parameters

Name Description Notes
session_id Session id
login RIVILE username
pass RIVILE password hashed in MD5
year Calendar year
month Operations to date

Additional parameters

Name Description Notes
lang Web service response language. EN LT or RU
calendarCode Calendar code. By default S_SISTEMINIS

Web service returns

Name Description Notes
status Web service status
description Status description
login RIVILE username
list List with data

list

Name Description Notes
calendarCode Calendar code a14_kodas_la
calendarName Calendar name a09_pav
year Calendar year a14_date
month Calendar month a14_date
dayLength Day length a14_vd
days List with days data

days

Name Description Notes
dayName Day name a14_d01-a14_d31 header
dayCode Day code a14_d01-a14_d31 value
dayHours List with day hour data

dayHours

Name Description Notes
hourName Hour name a15_v01-a15_v31 header
hourCode Hour code a12_zsut
hourValue Hour value a15_v01-a15_v31 value
hourObject Hour object a15_kodas_os

Web service status list

Name Description
00 Ok
01 No parameter session_id
02 No parameter login
03 No parameter pass
04 Login failed
05 No or wrong parameter year
06 No or wrong parameter month
08 DB connect error
09 Wrong parameter lang , values LT,EN,RU only.