Update online database with changed VIP data Get last_vip_id from online web last_id Prepare updated data in VIP sql update_data Initialization call vip.sync_get_init(#remote_last_id#) n
Post Code Selection call vip.sync_get_post_code(#remote_last_id#) y
postcode
/* ... */ Place call vip.sync_get_place(#remote_last_id#) y
place
call vip.sync_update_place(#online_id#, #vip_id#)
Deinitialization call vip.sync_get_deinit(#remote_last_id#) y
data