ReasonCodes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/ReasonCodes
Represents a reason code.
GUID
9C8F0C45-6C0E-47B0-8323-DAD0523DC224
Required permission
Show cause codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the reason code. |
|
Type | Int32 | The usage type of the reason code.
|
|
Code | String | The alphanumeric code of the reason code.
|
|
Description | String | The translated description of the reason code. |
|
CommentMandatory | Boolean | Specifies if a comment is mandatory for the reason code. |
|
Active | Boolean | Specifies if the reason code is active in the system. |
Example
{
"Id": 0,
"Type": 0,
"Code": null,
"Description": null,
"CommentMandatory": false,
"Active": false
}