The als_get_current_blocks.cgi web service will retrieve block definitions similar to als_get_block_defs.cgi but also reutrn vendor, product and location information and limit the result to active block definitions.
The als_insert_block_def.cgi interface inserts a new block. Upon a successful execution of this method the block definition will be returned using the format of als_get_block_defs.cgi and will contain the new block:Integer that can be used to update the definition using als_update_block_def.cgi
The als_update_block_def.cgi interface updates a block definition. Upon a successful execution of this method the block definition will be returned using the format of als_get_block_defs.cgi.
The als_get_block_adjustments.cgi.web service will retrieve block adjustment definitions. Blocks can be manually adjusted and the adjustment definitions retrieve entries made using als_insert_block_adjustment.cgi. Every entry in the block adjustment definitions are used in block calculations.