QuoteTypes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Sales/QuoteTypes
Represents a quote type.
GUID
2789A0CD-4228-4273-987D-429E139DA704
Required permission
Show order types
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the type. |
|
Number | Int64 | The human readable identifier of the type. |
|
Prefix | String | The prefix to apply on quote numbers spawned from this type.
|
|
Description | String | The translated description of the type.
|
|
Priority | Int32 | The priority of the type. |
|
Visible | Boolean | Specifies if the type is visible. |
|
IsPreset | Boolean | Specifies if the type is a preset type. |
|
PriceSetting | Int32 | The price setting to apply for quotes of this type.
|
|
PriceListId | Int64? | The business key identifier of the type's price list. References PriceLists |
|
BaseType | Int32 | The base type of quotes created from this type.
|
|
CodingGroupId | Int64 | The business key identifier of the type's coding group. References CodingGroup |
|
FormReportConfigurationId | Int64? | The business key identifier of the type's form report configuration. References FormReportConfigurations |
|
RateTypeSetting | Int32 | The rate type setting of the quote type.
|
Introduced in version 22.9 |
CurrencyExchangeTypeId | Int64? | The business key identifier of the quote type's currency exchange type.
|
Introduced in version 22.9 |
CustomerOrderTypeId | Int64? | The business key identifier of the quote type's cutomer order type.
|
Introduced in version 23.2 |
CustomerOrderType | CustomerOrderTypes | The quote type's cutomer order type.
|
Introduced in version 23.2 |
Example
{
"Id": 0,
"Number": 0,
"Prefix": null,
"Description": null,
"Priority": 0,
"Visible": false,
"IsPreset": false,
"PriceSetting": 0,
"PriceListId": null,
"BaseType": 0,
"CodingGroupId": 0,
"FormReportConfigurationId": null,
"RateTypeSetting": 0,
"CurrencyExchangeTypeId": null,
"CustomerOrderTypeId": null,
"CustomerOrderType": null
}