InquiryTypes
Queryable, Introduced in version 2.31
GET https://localhost:8001/sv/001.1/api/v1/Purchase/InquiryTypes
Represents an inquiry type.
GUID
D20073E0-51CA-4310-A4CD-DC5A536B3517
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 inquiry 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. |
|
BaseType | Int32 | The base type of inquiries created from this type.
|
|
CodingGroupId | Int64 | The business key identifier of the type's coding group. References CodingGroup |
|
RateTypeSetting | Int32 | The rate type setting of the inquiry type.
|
Introduced in version 22.9 |
CurrencyExchangeTypeId | Int64? | The business key identifier of the inquiry 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,
"BaseType": 0,
"CodingGroupId": 0,
"RateTypeSetting": 0,
"CurrencyExchangeTypeId": null
}