VoucherSeries
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Accounting/VoucherSeries
Represents a voucher series.
GUID
CE1349A1-F0AB-4267-AE39-C6CD5CF61FA6
Required permission
Show voucher
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the voucher series. |
|
Series | String | The identifying code of the voucher series.
|
|
IsActive | Boolean | Defines if the voucher series is active. |
Example
{
"Id": 0,
"Series": null,
"IsActive": false
}