SetServiceStageStepConfigDto
Configuration for SetServiceStage workflow steps.
Sets the stage on the client's billable service when executed.
Properties
| Name | Type | Description |
|---|---|---|
| billableServiceCode | string | The code of the BillableService whose stage should be set |
The code of the BillableService whose stage should be set | ||
| stageCode | string | The code of the BillableServiceStage to set on the client's service |
The code of the BillableServiceStage to set on the client's service | ||
JSON Example
{
"billableServiceCode": "string",
"stageCode": "string"
}