API Documentation

Get Client Location

The module allows the user to get the location of client. The Service URL of the module is given by the following link-
 

https://{domain}.qevalpro.com/api/ManageUser/GetLocationListByClientId

The domain can be: “app” or “ai”.

  • 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-

[

{

“LocationId”: 586,

“ClientId”: 12,

“LocationName”: “Athens”,

“ErrorCode”: 0,

“ResultCode”: 0

},

{

“LocationId”: 587,

“ClientId”: 12,

“LocationName”: “St Antonio”,

“ErrorCode”: 0,

“ResultCode”: 0

}

]

Fail-

{“Message”: “The request is invalid”}

 

 

    ×

    Contact Us



    s