> ## 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.TicketCategoryClosingStatus

# <a id="SuperOffice_WebApi_Data_TicketCategoryClosingStatus" /> Enum TicketCategoryClosingStatus

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

Default status for requests. Note that this is a preference which should be respected if making UI. It is not enforced by the APIs

```csharp theme={null}
public enum TicketCategoryClosingStatus
```

## Fields

`Active = 1`

1: Indicates that the ticket status should be active as default

`Closed = 2`

2: Indicates that the ticket status should be closed as default

`Postponed = 3`

3: Indicates that the ticket status should be postponed as default

`UserDefined = 0`

0: The ticket status should respect the user defined behaviour


## Related topics

- [SuperOffice.WebApi.Data.TicketCategoryEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryEntity.md)
- [SuperOffice.WebApi.Data.TicketRelationDefinitionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationDefinitionEntity.md)
- [SuperOffice.WebApi.Data.TicketRelationAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationAction.md)
- [SuperOffice.WebApi.Data.TicketCategoryFlags](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryFlags.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [Enum TicketCategoryClosingStatus](/en/automation/crmscript/reference/CRMScript.NetServer.TicketCategoryClosingStatus.md)
