POST api/BrightTutee/GetClientsData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Qtype": 1,
  "pageIndex": 2,
  "pageSize": 3,
  "RoleID": 4,
  "Value": "sample string 5",
  "Address": "sample string 6",
  "ClientTypeID": 7,
  "ClientID": 8,
  "UserID": 9,
  "SearchType": 10
}

application/xml, text/xml

Sample:
<Filter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <Address>sample string 6</Address>
  <ClientID>8</ClientID>
  <ClientTypeID>7</ClientTypeID>
  <Qtype>1</Qtype>
  <RoleID>4</RoleID>
  <SearchType>10</SearchType>
  <UserID>9</UserID>
  <Value>sample string 5</Value>
  <pageIndex>2</pageIndex>
  <pageSize>3</pageSize>
</Filter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.