TransactionTypeIntrastats
Queryable, Introduced in version 2.30
GET https://localhost:8001/sv/001.1/api/v1/Common/TransactionTypeIntrastats
Represents a transaction type intrastat.
GUID
bfd9907d-c3f6-46bf-ae2e-aac533d3f217
Required permission
Show transaction types
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the transaction type. |
|
Number | Int64 | The human readable identifier of the transaction type.
|
|
IsDefault | Boolean | Specifies if the transaction type is default. |
|
Description | String | The translated description of the currency transaction type. |
Example
{
"Id": 0,
"Number": 0,
"IsDefault": false,
"Description": null
}