PurchaseOrderTypes
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/Purchase/PurchaseOrderTypes
Represents a purchase order type.
GUID
D727E289-88F2-495E-8869-F122B0E8453D
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 applied to purchase order numbers for 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. |
|
| IncludeInPurchaseStatistics | Boolean | Specifies if purchase orders of this type should be included in statistics. |
|
| BaseType | Int32 | The base type of purchase orders created using this type.
|
|
| CodingGroupId | Int64 | The business key identifier of the type's coding group. References CodingGroup |
|
| RateTypeSetting | Int32 | The rate type setting of the purchase order type.
|
Introduced in version 22.9 |
| CurrencyExchangeTypeId | Int64? | The business key identifier of the purchase order type's currency exchange type.
|
Introduced in version 22.9 |
Example
{
"Id": 0,
"Number": 0,
"Prefix": null,
"Description": null,
"Priority": 0,
"Visible": false,
"IsPreset": false,
"IncludeInPurchaseStatistics": false,
"BaseType": 0,
"CodingGroupId": 0,
"RateTypeSetting": 0,
"CurrencyExchangeTypeId": null
}