actindo ->bill__get_bookings
actindo -> bill__get_bookings: get_bookings, available since __TICKET_NAME_RSFK-195__
Signaturstring bill__get_bookings( string $sid, get_bookings_params $params )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • get_bookings_params $params
    * @return array array('ok'=>bool, 'bills'=>$bills, 'error' => 'Fehlermeldung')
     
Returnsstring
array('ok'=>bool, 'bills'=>$bills, 'error' => 'Fehlermeldung') *
 
Descriptionget_bookings, available since __TICKET_NAME_RSFK-195__

params array has following entries:
'deb_kred_id': int Debitorennummer
'project_id': string Projektnummer
'start': int Erster Rückgabewert: startet mit 0
'limit': int Maximale Anzahl von Rückgabewerten (maximal 100)
'type': string Filtert auf bestimmte Belegtypen (default: ''), z.B. 'RE|AR|LI'
'get_positions': int liefert Positionen auf den Belegen (default: false)
'get_siblings ': int liefert untergeordnete Belege (default: false)

the return value $bills contains an array of all corresponding bookings