API Docs / Schemas / SetServiceStageStepConfigDto

SetServiceStageStepConfigDto

Configuration for SetServiceStage workflow steps.
Sets the stage on the client's billable service when executed.

Properties

Name Type Description
billableServiceCodestring

The code of the BillableService whose stage should be set

The code of the BillableService whose stage should be set

stageCodestring

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"
}

Contained in Schemas