Added the mandatory fields for the team update api
This commit is contained in:
@@ -366,6 +366,16 @@ Paylod = {
|
|||||||
// Team update api
|
// Team update api
|
||||||
url : https://api.thecaoffice.com/team/update
|
url : https://api.thecaoffice.com/team/update
|
||||||
|
|
||||||
|
|
||||||
|
//mandatory fields.
|
||||||
|
//1.name
|
||||||
|
//2.phoneNo
|
||||||
|
//3.role
|
||||||
|
//4.idDepartment
|
||||||
|
//5.email
|
||||||
|
//6.idUser
|
||||||
|
|
||||||
|
|
||||||
//Input json
|
//Input json
|
||||||
final teamUpdateParam = {
|
final teamUpdateParam = {
|
||||||
'idUser': 12345, //Pass the id of the user whose details are being updated
|
'idUser': 12345, //Pass the id of the user whose details are being updated
|
||||||
|
|||||||
Reference in New Issue
Block a user