Updating a Child Channel
A child channel is basically a distributor of a service and is controlled by a parent. A child channel can be updated by sending a PUT call to the sub-channel endpoint.
/api/channels/….your-channel-id…./channels/….child-channel-id….
The channel-id is the userID that you get from the login call as described above.
PUT
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.
The API accepts the following properties as detailed in the table below:
Property | Data Type | Example Values |
---|---|---|
username | String | username |
password | String | password |
String | ||
product_productId | String | investorOnbaording |
product_customerId | String | 5219872648addff |
product_accessToken | String | whr320jrehbfdvipkqwmnh |
control_active | Boolean | true/false |
control_allowedCount | Integer | true/false |
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 [email protected].