For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chartofaccounts

Get Financial Accounts

get

Requires permission Financial Account Read.

Required scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
Skipinteger · int32Optional

Skip number of records

Example: 10
Takeinteger · int32Optional

Take number of records

Example: 5
FilterstringOptional

Filter the resulsts. See ODATA documentation for more information

Example: name eq 'Adam' and age gt 20
SortstringOptional

Sorting the results. See ODATA specificaion for more information

Example: name
Header parameters
api-versionstringOptional
Responses
200

Success

application/json
idstring · uuidOptional
codestring · min: 1Required
namestring · min: 1Required
descriptionstring · nullableOptional
externalERPIdstring · nullableOptional
externalCRMIdstring · nullableOptional
get/ChartOfAccounts

Get Financial Account by id

get
Required scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Header parameters
api-versionstringOptional
Responses
200

Success

application/json
idstring · uuidOptional
codestring · min: 1Required
namestring · min: 1Required
descriptionstring · nullableOptional
externalERPIdstring · nullableOptional
externalCRMIdstring · nullableOptional
get/ChartOfAccounts/{id}

Last updated