> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TargetEntityType

# <a id="SuperOffice_WebApi_Data_TargetEntityType" /> Enum TargetEntityType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Target entity type
This Enum is used by:  target\_group.entity\_type; target\_revision\_history.entity\_type; target\_dimension.entity\_type

```csharp theme={null}
public enum TargetEntityType : short
```

## Fields

`None = 0`

0: None

`Sale = 1`

1: Sale


## Related topics

- [SuperOffice.WebApi.Data.Targets GetTargetDimensionsForEntityTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Targets_GetTargetDimensionsForEntityTypeRequest.md)
- [SuperOffice.WebApi.Data.TargetDimension](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetDimension.md)
- [SuperOffice.WebApi.Data.TargetGroup](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetGroup.md)
- [SuperOffice.WebApi.Data.Targets GetTargetAssignmentForYearRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Targets_GetTargetAssignmentForYearRequest.md)
- [SuperOffice.WebApi.Data.Targets GetTargetGroupForYearRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Targets_GetTargetGroupForYearRequest.md)
- [SuperOffice.WebApi.Data.Targets GetTargetAssignmentForYearAndDimensionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Targets_GetTargetAssignmentForYearAndDimensionRequest.md)
