POST api/WindAnagrafica

Documentation for 'RicercaUtente'.

Request Information

Parameters

NameDescriptionAdditional information
parametri
Documentation for 'parametri'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "accessoOffice": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "accessoStrong": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "account": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "azienda": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "centroCosto": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "cognome": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "matricola": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "nome": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "posizione": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "qualifica": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "sede": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "tipologiaUtente": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "unitaOrganizzativa": {
    "ricerca": 1,
    "valore": "sample string 2"
  },
  "dataCessazione1": "2025-12-12T01:57:41.5818129+01:00",
  "dataCessazione2": "2025-12-12T01:57:41.5818129+01:00",
  "dataInizioRapporto1": "2025-12-12T01:57:41.5818129+01:00",
  "dataInizioRapporto2": "2025-12-12T01:57:41.5818129+01:00"
}

text/xml

Sample:
<ParametriRicerca xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WindAnagraficaRest.Models.WindAnagrafica">
  <accessoOffice>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </accessoOffice>
  <accessoStrong>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </accessoStrong>
  <account>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </account>
  <azienda>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </azienda>
  <centroCosto>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </centroCosto>
  <cognome>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </cognome>
  <dataCessazione1>2025-12-12T01:57:41.5818129+01:00</dataCessazione1>
  <dataCessazione2>2025-12-12T01:57:41.5818129+01:00</dataCessazione2>
  <dataInizioRapporto1>2025-12-12T01:57:41.5818129+01:00</dataInizioRapporto1>
  <dataInizioRapporto2>2025-12-12T01:57:41.5818129+01:00</dataInizioRapporto2>
  <matricola>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </matricola>
  <nome>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </nome>
  <posizione>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </posizione>
  <qualifica>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </qualifica>
  <sede>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </sede>
  <tipologiaUtente>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </tipologiaUtente>
  <unitaOrganizzativa>
    <ricerca>1</ricerca>
    <valore>sample string 2</valore>
  </unitaOrganizzativa>
</ParametriRicerca>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "matricola": "sample string 1",
    "cognome": "sample string 2",
    "nome": "sample string 3",
    "login": "sample string 4",
    "dataInizioRapporto": "2025-12-12T01:57:41.5818129+01:00",
    "unita": "sample string 5",
    "dataCessazione": "2025-12-12T01:57:41.5818129+01:00",
    "tipo_utente": "sample string 6",
    "stato": "sample string 7",
    "sede": "sample string 8",
    "mailbox": "sample string 9",
    "cf": "sample string 10",
    "cellulare": "sample string 11"
  },
  {
    "matricola": "sample string 1",
    "cognome": "sample string 2",
    "nome": "sample string 3",
    "login": "sample string 4",
    "dataInizioRapporto": "2025-12-12T01:57:41.5818129+01:00",
    "unita": "sample string 5",
    "dataCessazione": "2025-12-12T01:57:41.5818129+01:00",
    "tipo_utente": "sample string 6",
    "stato": "sample string 7",
    "sede": "sample string 8",
    "mailbox": "sample string 9",
    "cf": "sample string 10",
    "cellulare": "sample string 11"
  },
  {
    "matricola": "sample string 1",
    "cognome": "sample string 2",
    "nome": "sample string 3",
    "login": "sample string 4",
    "dataInizioRapporto": "2025-12-12T01:57:41.5818129+01:00",
    "unita": "sample string 5",
    "dataCessazione": "2025-12-12T01:57:41.5818129+01:00",
    "tipo_utente": "sample string 6",
    "stato": "sample string 7",
    "sede": "sample string 8",
    "mailbox": "sample string 9",
    "cf": "sample string 10",
    "cellulare": "sample string 11"
  }
]

text/xml

Sample:
<ArrayOfRicercaUtente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WindAnagraficaRest.Models.WindAnagrafica">
  <RicercaUtente>
    <cellulare>sample string 11</cellulare>
    <cf>sample string 10</cf>
    <cognome>sample string 2</cognome>
    <dataCessazione>2025-12-12T01:57:41.5818129+01:00</dataCessazione>
    <dataInizioRapporto>2025-12-12T01:57:41.5818129+01:00</dataInizioRapporto>
    <login>sample string 4</login>
    <mailbox>sample string 9</mailbox>
    <matricola>sample string 1</matricola>
    <nome>sample string 3</nome>
    <sede>sample string 8</sede>
    <stato>sample string 7</stato>
    <tipo_utente>sample string 6</tipo_utente>
    <unita>sample string 5</unita>
  </RicercaUtente>
  <RicercaUtente>
    <cellulare>sample string 11</cellulare>
    <cf>sample string 10</cf>
    <cognome>sample string 2</cognome>
    <dataCessazione>2025-12-12T01:57:41.5818129+01:00</dataCessazione>
    <dataInizioRapporto>2025-12-12T01:57:41.5818129+01:00</dataInizioRapporto>
    <login>sample string 4</login>
    <mailbox>sample string 9</mailbox>
    <matricola>sample string 1</matricola>
    <nome>sample string 3</nome>
    <sede>sample string 8</sede>
    <stato>sample string 7</stato>
    <tipo_utente>sample string 6</tipo_utente>
    <unita>sample string 5</unita>
  </RicercaUtente>
  <RicercaUtente>
    <cellulare>sample string 11</cellulare>
    <cf>sample string 10</cf>
    <cognome>sample string 2</cognome>
    <dataCessazione>2025-12-12T01:57:41.5818129+01:00</dataCessazione>
    <dataInizioRapporto>2025-12-12T01:57:41.5818129+01:00</dataInizioRapporto>
    <login>sample string 4</login>
    <mailbox>sample string 9</mailbox>
    <matricola>sample string 1</matricola>
    <nome>sample string 3</nome>
    <sede>sample string 8</sede>
    <stato>sample string 7</stato>
    <tipo_utente>sample string 6</tipo_utente>
    <unita>sample string 5</unita>
  </RicercaUtente>
</ArrayOfRicercaUtente>