POST api/SearchParameters

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
s
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "pkey": "sample string 1",
  "company": "sample string 2",
  "address": "sample string 3",
  "city": "sample string 4",
  "state": "sample string 5",
  "zip": "sample string 6",
  "phone": "sample string 7",
  "exec": "sample string 8",
  "score": "sample string 9",
  "country": "sample string 10",
  "products": "sample string 11"
}

application/xml, text/xml

Sample:
<SearchParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntegrixxRC8.Models">
  <address>sample string 3</address>
  <city>sample string 4</city>
  <company>sample string 2</company>
  <country>sample string 10</country>
  <exec>sample string 8</exec>
  <phone>sample string 7</phone>
  <pkey>sample string 1</pkey>
  <products>sample string 11</products>
  <score>sample string 9</score>
  <state>sample string 5</state>
  <zip>sample string 6</zip>
</SearchParameter>

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.