ProcessingStage
What it does
The ProcessingStage data type stores information about the processing stage.
Fields
| Name | Type | Description | 
| Id | int | The ID of the processing stage | 
| ExternalId | int | The external ID of the processing stage; unique within its batch type | 
| ProjectId | int | The ID of the project | 
| BatchTypeId | int | The ID of the batch type. 0 default batch type | 
| Type | int | The type of the processing stage; see ProcessingStageType for possible values. | 
| Name | string | The name of the processing stage | 
4/12/2024 6:16:03 PM