CodingRows
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingRows
Represents a coding row.
GUID
31C893BD-61C5-42E4-AD40-9D9FF51362CE
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the coding row. |
|
CodingEntryId | Int64 | The business key identifier of the coding row's coding entry. References CodingEntries |
|
CodingEntry | CodingEntries | The coding entry of the coding row. |
|
Type | Int32 | The type of the coding row.
|
Example
{
"Id": 0,
"CodingEntryId": 0,
"CodingEntry": null,
"Type": 0
}