BlanketOrderSalesTypes
Queryable, Introduced in version 23.4
GET https://localhost:8001/sv/001.1/api/v1/Sales/BlanketOrderSalesTypes
Represents a blanket order type for sales.
GUID
B54F6031-3B9B-46A4-970A-9522F4EC6537
Required permission
Show blanket order
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the blanket order type. |
|
| Number | Int64 | The number of the blanket order type.
|
|
| Prefix | String | The prefix of the blanket order type.
|
|
| Description | String | The translated description of the blanket order type.
|
|
| Priority | Int32 | The priority of the blanket order type. |
|
| Visible | Boolean | Specifies if the blanket order type is visible. |
|
| IsPreset | Boolean | Specifies if the blanket order type is preset. |
|
| BaseType | Int32 | The base type of the blanket order type.
|
|
| WarehouseId | Int64 | The business key identifier of the blanket order type's warehouse.
|
|
| PriceSetting | Int32 | The price setting of the blanket order type.
|
|
| PriceListId | Int64? | The business key identifier of the blanket order type's price list.
|
|
| RateTypeSetting | Int32 | The rate typ setting of the blanket order type.
|
|
| BlanketOrderSalesActivityTemplateId | Int64? | The business key identifier of the blanket order types activity template.
|
|
| CurrencyExchangeTypeId | Int64? | The business key identifier of the blanket order type's currency exchange type.
|
|
| DefaultValidDays | Int32 | The default valid days of the blanket order type. |
Example
{
"Id": 0,
"Number": 0,
"Prefix": null,
"Description": null,
"Priority": 0,
"Visible": false,
"IsPreset": false,
"BaseType": 0,
"WarehouseId": 0,
"PriceSetting": 0,
"PriceListId": null,
"RateTypeSetting": 0,
"BlanketOrderSalesActivityTemplateId": null,
"CurrencyExchangeTypeId": null,
"DefaultValidDays": 0
}