API

QW_Get_CustomerList

OVERVIEW

This REST API helps to get the all customer’s list with full information by searching any keyword

Method: Post

Input: 

Authorization: Basic Auth token in the Request Headers 

Post body:

Purpose of Fields given in this API:

Parameter Value Is Mandatory? Description
VersionId Int Yes Input the version id of the project of service center
SearchTag String Yes Input the keyword which you want to search and get information

Output:

Orcanos Output class:

IsSuccess: if successful then true else false

Data: JSON object 

Message: Error message in case IsSuccess is false

HttpCode: Response HttpCode

Related Articles