Skip to content

Commit

Permalink
Add Department and DepartmentId fields to object_definition schema (#125
Browse files Browse the repository at this point in the history
)
  • Loading branch information
butkeraites-hotglue authored Dec 16, 2024
1 parent bfe3973 commit 04bb1eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,9 @@
{"name": "KlassId", "type": "string"},
{"name": "Class", "type": "string"},
{"name": "ClassId", "type": "string"},
{"name": "Categories", "type": "array", "child_type": "string"}
{"name": "Categories", "type": "array", "child_type": "string"},
{"name": "Department", "type": "string"},
{"name": "DepartmentId", "type": "string"}
],
"ARAgingSummaryReport": [
{"name": "Customer", "type": "string"},
Expand Down

0 comments on commit 04bb1eb

Please sign in to comment.