RejectionCodeItems
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/RejectionCodeItems
Represents a rejection code.
GUID
19257A1A-F323-4672-B0E5-8F5D2F814F88
Required permission
Show rejection codes/cause codes
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the rejection code. |
|
Code | String | The string identifier of the rejection code.
|
|
Description | String | The translated description of the rejection code. |
|
Active | Boolean | Specifies if the rejection code item is active. |
Introduced in version 2.22 |
ForcedComment | Boolean | Specifies if the rejection code item requires a comment. |
Introduced in version 2.22 |
Type | Int32 | The rejection code item type.
|
Introduced in version 2.22 |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"Active": false,
"ForcedComment": false,
"Type": 0
}