This module has been designed to get client programs from the system. The Service URL of the module is given by the following link-
https://qevalpro.com/api/ManageUser/GetProgramnListByClientId
- Method– Post
- Json Formats-
1. Code snippet for Web Service Use–
{
“ClientId”: 14,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImVicyIsImV4cCI6MTQ5MDk4MTgzOH0.9jUzPnkKXEMkvg4q7ZNZ4JmoM6JYwlsXyrdV4kNXP4E”
}
2. Description for Request Parameters–
S.No |
Name |
Type |
Description |
1 |
ClientId |
Int |
Id of the client or Id=0 then it will show the list of all programs |
2 |
Token |
String |
Authentication token |
3. Response Example-
Success–
[
{“Selected”: true,
“Text”: “Select Program Name”,
“Value”: “0”
},
{
“Selected”: false,
“Text”: “ADSL_CPNIO_Nac”,
“Value”: “31”
}
]
Fail–
{“Message”: “The request is invalid”}
Video