Skip to main content

Update member data

Assign Unique Client Code(UCC) and Demat account to the member.

base_url/graphql/member-signin-services

Request#

mutation{update_member_data  (    user_id:"12088000",    ucc:"5153000330",    invest_id:"00009167",    demat_acc_number:"120880xxxxxxxxxx",    depository_name:"CDSL",    depository_participant:"ABC Markets Limited",    robo_mode:"true"      )  {  status  _id  name  mobile  approval_status  org_id  roles  dp_id  ucc  robo_mode  invest_id  demat_acc_number  depository_name  depository_participant}}


Response#

{  "data": {    "update_member_data": {      "status": null,      "_id": "60ab3d4cd41a50bea77b1461",      "name": null,      "mobile": "6235692111",      "approval_status": "approved",      "org_id": "6094fd3c5be51a456cd1b46c",      "roles": null,      "dp_id": "12088000",      "ucc": "5153000330",      "robo_mode": true,      "invest_id:"00009167"      "demat_acc_number": "120880xxxxxxxxxx",      "depository_name": "CDSL",      "depository_participant": "ABC Markets Limited"    }  }}