Update 'thecaoffice-hr.py'
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
# Api for the team add : https://api.thecaoffice.com/team/add
|
# Api for the team add : https://api.thecaoffice.com/team/add
|
||||||
Payload = {
|
Payload = {
|
||||||
'email': 'employee@company.com',
|
'email': 'employee@company.com',
|
||||||
'name': 'John Smith',
|
'name': 'John Smith', # ... Required
|
||||||
"idDepartment": 1,
|
"idDepartment": 1,
|
||||||
'role': 'Software Engineer',
|
'role': 'Software Engineer',
|
||||||
'phoneNo': '9876543210',
|
'phoneNo': '9876543210',
|
||||||
|
|||||||
Reference in New Issue
Block a user