Departments

Number of APIs: 5

  1. List Departments GET {{baseUrl}}/accounting/departments?raw=false&limit=1&filter[subsidiary]=1

  2. Create Department POST {{baseUrl}}/accounting/departments?raw=false

  3. Get Department GET {{baseUrl}}/accounting/departments/:id?raw=false

  4. Update Department PATCH {{baseUrl}}/accounting/departments/:id?raw=false

  5. Delete Department DELETE {{baseUrl}}/accounting/departments/:id?raw=false