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

# <a id="SuperOffice_WebApi_Data_QuoteStatus" /> Enum QuoteStatus

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

The state of a quote-alternative or line: Ok / OkWithInfo / Warn / Error
This Enum is used by:  QuoteVersion.Status; QuoteAlternative.Status; QuoteLine.Status

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

## Fields

`Error = 3`

3: There is a problem that the system will not be able to get around. The user needs to do something. Example: The user has registered a quoteline that is discountinued and the amount the user has registered is not in stock.

`Ok = 0`

0: OK, all is good

`OkWithInfo = 1`

1: All is good, but there is some additional information that the user should be made aware of.

`Warning = 2`

2: There is a problem that the user must be made aware of.


## Related topics

- [SuperOffice.WebApi.Data.QuoteVersionStatusInformation](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionStatusInformation.md)
- [SuperOffice.WebApi.Data.QuoteLine](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteLine.md)
- [SuperOffice.WebApi.Data.QuoteVersion](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersion.md)
- [SuperOffice.WebApi.Data.QuoteAlternative](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteAlternative.md)
- [SuperOffice.WebApi.Data.QuoteVersionValidated](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionValidated.md)
- [SuperOffice.WebApi.Data.PluginResponse](/en/api/reference/webapi/SuperOffice.WebApi.Data.PluginResponse.md)
