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

# <a id="SuperOffice_WebApi_Data_DocTmplQuoteType" /> Enum DocTmplQuoteType

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

Is this document template some kind of quote document, and if so what
This Enum is used by:  DocTmpl.quoteDocType

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

## Fields

`ConfirmationLines = 5`

5: This is a template for the lines document that is an attachment to the confirmation mail

`ConfirmationMailBody = 4`

4: This is a template for the mail body of the order confirmation

`MailBody = 1`

1: This is a template for the offer mail body

`MainDocument = 2`

2: This is a template for the main offer document, document instances will be referred through Quote.DocumentId

`None = 0`

0: This document template is in no way related to Quote Management

`QuoteLines = 3`

3: This is a template for the AsposeWords merge process, generating the offer line details


## Related topics

- [SuperOffice.WebApi.Data.DocumentTemplate](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentTemplate.md)
- [SuperOffice.WebApi.Data.DocumentTemplateEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentTemplateEntity.md)
- [SuperOffice.WebApi.Data.SaleTypeEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleTypeEntity.md)
- [SuperOffice.WebApi.Data.DocTmplPrivacyType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocTmplPrivacyType.md)
- [SuperOffice.WebApi.Data.DocTmplType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocTmplType.md)
- [SuperOffice.WebApi.Data.DocTmplInvitationType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocTmplInvitationType.md)
