POST api/Admin/GetCustomersList

Request Information

URI Parameters

None.

Body Parameters

CustomerSearchDto
NameDescriptionTypeAdditional information
Name

string

None.

OrgId

integer

None.

LabIds

Collection of integer

None.

CountryId

integer

None.

StatusTypeId

integer

None.

CurrOrgId

integer

None.

CurrUserId

integer

None.

CurrCustomerId

integer

None.

CurrUserTypeId

integer

None.

CurrRoleId

integer

None.

IsPagination

boolean

None.

PageSize

integer

None.

PageNo

integer

None.

StartRec

integer

None.

EndRec

integer

None.

TotalRecords

integer

None.

SkipCount

integer

None.

TakeCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "OrgId": 2,
  "LabIds": [
    1,
    2
  ],
  "CountryId": 3,
  "StatusTypeId": 4,
  "CurrOrgId": 5,
  "CurrUserId": 6,
  "CurrCustomerId": 7,
  "CurrUserTypeId": 8,
  "CurrRoleId": 9,
  "IsPagination": true,
  "PageSize": 11,
  "PageNo": 12,
  "StartRec": 133,
  "EndRec": 143,
  "TotalRecords": 13,
  "SkipCount": 132,
  "TakeCount": 11
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.