We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55849b2 commit de7a2f2Copy full SHA for de7a2f2
qbosdk/apis/employees.py
@@ -10,7 +10,7 @@ class Employees(ApiBase):
10
"""Class for Categories APIs."""
11
12
GET_EMPLOYEES = '/query?query=select * from Employee STARTPOSITION {0} MAXRESULTS 1000'
13
- POST_EMPLOYEE = '/employee?minorversion=38'
+ POST_EMPLOYEE = '/employee'
14
COUNT_EMPLOYEES = '/query?query=select count(*) from Employee where Active = True'
15
16
def get(self):
qbosdk/apis/preferences.py
@@ -7,7 +7,7 @@
7
class Preferences(ApiBase):
8
9
- GET_PREFERENCES = '/preferences?minorversion=62'
+ GET_PREFERENCES = '/preferences'
"""Get a list of the existing Preferences in the Organization.
0 commit comments