Accounting Entries

Number of APIs: 5

  1. 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)

  2. Create Accounting Entry POST {{baseUrl}}/odata/AccountingEntries

  3. Update Accounting Entry PUT https://api.timetta.com/odata/AccountingEntries(2ae1dfbb-1911-4afb-99fe-7558df658c84)

  4. Delete Accounting Entry DELETE {{baseUrl}}/odata/AccountingEntries(32251cb6-6839-4233-8b00-dab98412640b)

  5. 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))