Accounting Entries
Number of APIs: 5
-
Get Accounting Entry GET {{baseUrl}}/odata/AccountingEntries(32251cb6-6839-4233-8b00-dab98412640b)?$expand=project($select=id,name),projectTask($select=id,name,indent,leadTaskId,structNumber),account($select=id,name;$expand=type($select=id,name,code)),mode($select=id,name)
-
Create Accounting Entry POST {{baseUrl}}/odata/AccountingEntries
-
Update Accounting Entry PUT https://api.timetta.com/odata/AccountingEntries(2ae1dfbb-1911-4afb-99fe-7558df658c84)
-
Delete Accounting Entry DELETE {{baseUrl}}/odata/AccountingEntries(32251cb6-6839-4233-8b00-dab98412640b)
-
Query Accounting Entries GET {{baseUrl}}/odata/AccountingEntries?$select=id,amount,number,date,description&$top=50&$expand=project($select=id,name),projectTask($select=id,name),account($select=id,name;$expand=type($select=id,name,code))