POST api/KYC/GetListchannels

Request Information

URI Parameters

None.

Body Parameters

ListChannelsInputInfo
NameDescriptionTypeAdditional information
UserID

string

None.

access_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "access_token": "sample string 2"
}

application/xml, text/xml

Sample:
<ListChannelsInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <access_token>sample string 2</access_token>
  <UserID>sample string 1</UserID>
</ListChannelsInputInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ListChannelsOutPutInfo
NameDescriptionTypeAdditional information
product_productId

string

None.

product_customerId

string

None.

product_accessToken

string

None.

control_active

boolean

None.

control_allowedCount

integer

None.

control_updateProductInfo

boolean

None.

control_selfUpdation

boolean

None.

control_updateControls

boolean

None.

control_createChildren

boolean

None.

username

string

None.

password

string

None.

email

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "product_productId": "sample string 1",
  "product_customerId": "sample string 2",
  "product_accessToken": "sample string 3",
  "control_active": true,
  "control_allowedCount": 5,
  "control_updateProductInfo": true,
  "control_selfUpdation": true,
  "control_updateControls": true,
  "control_createChildren": true,
  "username": "sample string 10",
  "password": "sample string 11",
  "email": "sample string 12",
  "ResponseCode": "sample string 13"
}

application/xml, text/xml

Sample:
<ListChannelsOutPutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <ResponseCode>sample string 13</ResponseCode>
  <control_active>true</control_active>
  <control_allowedCount>5</control_allowedCount>
  <control_createChildren>true</control_createChildren>
  <control_selfUpdation>true</control_selfUpdation>
  <control_updateControls>true</control_updateControls>
  <control_updateProductInfo>true</control_updateProductInfo>
  <email>sample string 12</email>
  <password>sample string 11</password>
  <product_accessToken>sample string 3</product_accessToken>
  <product_customerId>sample string 2</product_customerId>
  <product_productId>sample string 1</product_productId>
  <username>sample string 10</username>
</ListChannelsOutPutInfo>