POST api/KYC/test

Request Information

URI Parameters

None.

Body Parameters

AuthenticationInputInfo
NameDescriptionTypeAdditional information
username

string

None.

password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "password": "sample string 2"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AuthenticationOutputInfo
NameDescriptionTypeAdditional information
id

string

None.

ttl

integer

None.

created

string

None.

userId

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "ttl": 2,
  "created": "sample string 3",
  "userId": "sample string 4",
  "ResponseCode": "sample string 5"
}

application/xml, text/xml

Sample:
<AuthenticationOutputInfo 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 5</ResponseCode>
  <created>sample string 3</created>
  <id>sample string 1</id>
  <ttl>2</ttl>
  <userId>sample string 4</userId>
</AuthenticationOutputInfo>