Journal

Every accounting transaction in Profit365 is listed also in a Journal. With this API, you can query all your journal records.

Content:

Resource information

Url https://api.profit365.eu/1.6/accounting/journal
Authentication required
Access level company
Response JSON / XML
Class Business entity

List transactions

Url https://api.profit365.eu/1.6/accounting/journal
Method GET
Params
{take} optional Limit results range for given count.
{page} optional Split result into pages and take selected page
{accountNumber} optional

Query transactions by account number

Type: String range

{CostUnitID} optional

Extract transactions assigned to the Cost Unit

Type: GUID

{CostCenterID} optional Extract transactions assigned to the Cost Center

Type: GUID

{PersonID} optional

Extract transactions assigned to the Person

Type: GUID

{ProjectID} optional

Extract transactions assigned to the Project

Type: GUID

Example

Get all transactions on account 311

https://api.profit365.eu/1.6/accounting/journal?accountNumber=311

 

Get all transactions on account class 3

https://api.profit365.eu/1.6/accounting/journal?accountNumber=3*