SupplierAccounts
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/Purchase/SupplierAccounts
Represents a supplier account.
GUID
4D41456F-A07A-4293-97E3-71D838A781BB
Required permission
Show supplier
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the supplier account. |
|
SupplierId | Int64? | The business key identifier of the accounts supplier.
|
|
StandardAccountId | Int64? | The business key identifier of the standard account for the account.
|
|
StandardAccount | StandardAccounts | The standard account for the account.
|
|
CodingEntryId | Int64? | The business key identifier of the coding entry for the account.
|
Example
{
"Id": 0,
"SupplierId": null,
"StandardAccountId": null,
"StandardAccount": null,
"CodingEntryId": null
}