Module stages_api

Source

Enums§

AddStageError
struct for typed errors of method add_stage
DeleteStageError
struct for typed errors of method delete_stage
DeleteStagesError
struct for typed errors of method delete_stages
GetStageDealsError
struct for typed errors of method get_stage_deals
GetStageError
struct for typed errors of method get_stage
GetStagesError
struct for typed errors of method get_stages
UpdateStageError
struct for typed errors of method update_stage

Functions§

add_stage
Adds a new stage, returns the ID upon success.
delete_stage
Marks a stage as deleted.
delete_stages
Marks multiple stages as deleted.
get_stage
Returns data about a specific stage.
get_stage_deals
Lists deals in a specific stage.
get_stages
Returns data about all stages.
update_stage
Updates the properties of a stage.