Probabilities
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Probabilities
Represents a probability.
GUID
8eb552b1-9064-4067-9caf-4ff8779f9452
Required permission
Show probability codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the probability. |
|
Number | Int64 | The probability number. |
|
Description | String | The translated description of the probability. |
|
Percentage | Decimal? | The probability percentage. |
|
IsPreset | Boolean | Specifies if the probability is the default. |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"Percentage": null,
"IsPreset": false
}