Multi Channel - Distributors
Channel APIs
Updating a Channel(Self Update)
4 min
the self update on the channel is to be used by a channel to update itself a particular channel can use the self update api to update properties like passwords, emails and other properties not controlled by the parent parent controlled properties include properties like active boolean and other allowances granted by the parent endpoint /api/channels/ … your channel id… the channel id is the userid that you get from the login call as described above request type put headers content type “ application/json ” > this is constant authorization “your access token” > you will receive the access token from the login api call as described above allowed properties for updation { "product productid" " ", "product customerid" " ", "product accesstoken" " ", "control active" true, "control allowedcount" 20, "control updateproductinfo" true, "control selfupdation" true, "control updatecontrols" true, "control createchildren" true, "control enablefrontendurls" false, "disableemailfromamc" false, "username" " ", "password" " ", "email" " ", "callbackonaction" { "accepted" " ", "rejected" " ", "draft" " " }, "pagecallbackurl" { "identity" " ", "address" " ", "corraddress" " ", "bankaccount" " ", "documents" " ", "fatca" " ", "signature" " ", "photo" " ", "video" " ", "contract" " ", "submit" " " } } the api accepts the following properties as detailed in the table below property data type example values username string username password string password email string email product productid string investoronbaording product customerid string 5219872648addff product accesstoken string whr320jrehbfdvipkqwmnh control active boolean true/false control allowedcount integer integer control updateproductinfo boolean true/false control selfupdation boolean true/false control updatecontrols boolean true/false control createchildren boolean true/false control enablefrontendurls boolean true/false disableemailfromamc boolean true/false callbackonaction object pagecallbackurl object getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com