POST api/search/add/pertinenza

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pertinenza
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ListaSku": [
    1,
    2,
    3
  ],
  "UserKey": "8e2efcf4-aade-4ff9-b46f-4a75e842fe6a",
  "Pertinente": true,
  "Ordinamento": "sample string 3",
  "Pagina": 4,
  "Canale": 5,
  "QuerySolr": "sample string 6",
  "UrlCompleto": "sample string 7"
}

application/xml, text/xml

Sample:
<SearchPertinenzaDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ListaSku>
    <long>1</long>
    <long>2</long>
    <long>3</long>
  </ListaSku>
  <UserKey>8e2efcf4-aade-4ff9-b46f-4a75e842fe6a</UserKey>
  <Pertinente>true</Pertinente>
  <Ordinamento>sample string 3</Ordinamento>
  <Pagina>4</Pagina>
  <Canale>5</Canale>
  <QuerySolr>sample string 6</QuerySolr>
  <UrlCompleto>sample string 7</UrlCompleto>
</SearchPertinenzaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Completato": true,
  "Messaggio": "sample string 2"
}

application/xml, text/xml

Sample:
<Esito xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Completato>true</Completato>
  <Messaggio>sample string 2</Messaggio>
</Esito>