diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index ffe058f..294d5b2 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -366,6 +366,16 @@ Paylod = { // Team update api url : https://api.thecaoffice.com/team/update + +//mandatory fields. +//1.name +//2.phoneNo +//3.role +//4.idDepartment +//5.email +//6.idUser + + //Input json final teamUpdateParam = { 'idUser': 12345, //Pass the id of the user whose details are being updated