Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/accounting/v1/gl-accounts

Prev Next
Get
/public/accounting/v1/gl-accounts

Retrieves a list of GL accounts

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Query parameters
ModifiedOnStart
string (date-time)

Modified On Start

ModifiedOnEnd
string (date-time)

Modified On End

GlAccountNumbers
string

GL Account Numbers

GlTypeNames
string

GL Types

OperationalReportCategories
string

Operational Reports Categories

PageSize
integer (int32)

Page size

ContinuationToken
string

Continuation token for pagination

modifiedOnStart
string (date-time)
modifiedOnEnd
string (date-time)
glAccountNumbers
string
glTypeNames
string
operationalReportCategories
string
pageSize
integer (int32)
continuationToken
string
Responses
200

GL Accounts.

Expand All
object
glAccounts
Array of object (R365.Accounting.GeneralLedger.Domain.GLAccounts.Models.GlAccount)

GL Accounts.

object
id
string (uuid)

General Ledger Account identifier.

number
string | null

General Ledger Account Number.

name
string | null

General Ledger Account Name.

glType
string | null

General Ledger Account Type.

parentAccount
object (R365.Accounting.GeneralLedger.Domain.GLAccounts.Models.GlAccount.ParentGLAccount)
id
string (uuid)

General Ledger Account identifier.

number
string | null

General Ledger Account Number.

name
string | null

General Ledger Account Name.

glType
string | null

General Ledger Account Type.

operationalReportCategory
string | null

Operational Reports Category.

isStatAccount
boolean

Indicates whether the stat Account flag is set.

disableEntrySubtotal
boolean

Indicates whether the disable Entry Subtotal flag is set.

restrictedAccess
boolean

Indicates whether the restricted Access flag is set.

controlAccount
boolean

Indicates whether the control Account flag is set.

budgetAs
string | null

Budget As.

percentageOfBasedOn
string | null

Percentage Of Based On.

budgetAsPercentageOf
string | null

Budget As Percentage Of.

budgetPercentageOrAmount
number (decimal)

Budget Percent or Amount depending on BudgetAs.

createdOn
string (date-time)

Created Date.

createdBy
object (R365.Accounting.Api.Contracts.Shared.EntityReferences.UserReference)

A reference to the id and name of a User.

id
string (uuid)

User identifier.

name
string | null

Name.

modifiedOn
string (date-time)

Modified Date.

modifiedBy
object (R365.Accounting.Api.Contracts.Shared.EntityReferences.UserReference)

A reference to the id and name of a User.

id
string (uuid)

User identifier.

name
string | null

Name.

nextLink
string | null

Next Link for pagination.

422

Unprocessable Content

Expand All
object
errorCode
string | null
innerError
object (R365.Netcore.Public.Models.R365Error)
errorCode
string | null
innerError
object (R365.Netcore.Public.Models.R365Error) Recursive