The Service URL of the module is given by the following link-
https://qevalpro.com/api/ManageUser/GetClientListByParent
- Method– Post
- Json Formats–
1. Code snippet for Web Service Use–
{
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImVicyIsImV4cCI6MTQ5MDk4MTgzOH0.9jUzPnkKXEMkvg4q7ZNZ4JmoM6JYwlsXyrdV4kNXP4E”
}
2. Description for Request Parameters–
S.No |
Name |
Type |
Description |
1 |
Token |
String |
Authentication token |
3. Response Example–
Success:
[
{
“ClientId”: 761,
“ClientName”: “GE sales”,
“Domain”: “ATV Intl”,
“ParentId”: 12,
“CreatedDate”: “2011-04-25T00:00:00”,
“IsActive”: true,
“IsAccessIPBased”: false,
“IsDump”: false,
“DumpInsertSPName”: null,
“DumpDeleteSPName”: null,”ClientLogo”: null,
“IsPartnerAllowed”: false,”ProductLogo”: null,
“IsWhiteUrl”: false,”WhiteUrl”: null,
“IsProductPartner”: false,”ErrorCode”: 0,
“ResultCode”: 0
},
{
“ClientId”: 674,
“ClientName”: “Banyan Intl”,
“Domain”: “Medical”,
“ParentId”: 12,
“CreatedDate”: “2015-06-22T00:00:00”,
“IsActive”: true,
“IsAccessIPBased”: false,
“IsDump”: false,
“DumpInsertSPName”: null,
“DumpDeleteSPName”: null,
“ClientLogo”: null,”IsPartnerAllowed”: false,
“ProductLogo”: null,”IsWhiteUrl”: false,
“WhiteUrl”: null,”IsProductPartner”: false,
“ErrorCode”: 0,”ResultCode”: 0
}]
Fail:
{“Message”: “The request is invalid”}
Video