POST api/OuterGateIdentifyng/GetGridClients

Request Information

URI Parameters

None.

Body Parameters

SearchClientModelIn
NameDescriptionTypeAdditional information
SearchCompanyName

string

None.

SearchCity

string

None.

SearchReferentName

string

None.

SearchReferentSurname

string

None.

SearchReferentEmail

string

None.

SearchAll

string

None.

MaxResult

integer

None.

Page

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchCompanyName": "sample string 1",
  "SearchCity": "sample string 2",
  "SearchReferentName": "sample string 3",
  "SearchReferentSurname": "sample string 4",
  "SearchReferentEmail": "sample string 5",
  "SearchAll": "sample string 6",
  "MaxResult": 7,
  "Page": 8
}

application/xml, text/xml

Sample:
<SearchClientModelIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models.Identifyng">
  <MaxResult xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models">7</MaxResult>
  <Page xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models">8</Page>
  <SearchAll xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models">sample string 6</SearchAll>
  <SearchCity>sample string 2</SearchCity>
  <SearchCompanyName>sample string 1</SearchCompanyName>
  <SearchReferentEmail>sample string 5</SearchReferentEmail>
  <SearchReferentName>sample string 3</SearchReferentName>
  <SearchReferentSurname>sample string 4</SearchReferentSurname>
</SearchClientModelIn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OuterGridClientModelOut
NameDescriptionTypeAdditional information
RecordsData

Collection of OuterIdentifyngModelOut

None.

RecordsTotal

integer

None.

RecordsFilteredOrSearched

integer

None.

PagesTotal

integer

None.

CurrentPage

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.