WriteOffCodes
Queryable, Introduced in version 22.8
GET https://localhost:8001/sv/001.1/api/v1/Common/WriteOffCodes
Represents a write off code.
GUID
63A4D27E-040B-4A14-A782-0BFA901228BC
Required permission
Show bank settings
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the write off code. |
|
Code | String | The human readable identifier of the write off code.
|
|
Description | String | The translated description of the write off code. |
|
IncomingPaymentCodingEntryId | Int64 | The business key identifier of the write off code's coding entry for incoming payments.
|
|
IncomingPaymentCodingEntry | CodingEntries | The write off code's coding entry for incoming payments.
|
|
OutgoingPaymentCodingEntryId | Int64 | The business key identifier of the write off code's coding entry for outgoing payments.
|
|
OutgoingPaymentCodingEntry | CodingEntries | The write off code's coding entry for outgoing payments.
|
Example
{
"Id": 0,
"Code": null,
"Description": null,
"IncomingPaymentCodingEntryId": 0,
"IncomingPaymentCodingEntry": null,
"OutgoingPaymentCodingEntryId": 0,
"OutgoingPaymentCodingEntry": null
}