Journal Entries

Number of APIs: 5

  1. List Journal Entries GET {{baseUrl}}/accounting/journal-entries?raw=false&limit=1&filter[updated_since]=2020-09-30T07:43:32.000Z&sort[by]=updated_at&sort[direction]=desc

  2. Create Journal Entry POST {{baseUrl}}/accounting/journal-entries?raw=false

  3. Get Journal Entry GET {{baseUrl}}/accounting/journal-entries/:id?raw=false

  4. Update Journal Entry PATCH {{baseUrl}}/accounting/journal-entries/:id?raw=false

  5. Delete Journal Entry DELETE {{baseUrl}}/accounting/journal-entries/:id?raw=false