POST api/user/ricercasalvata

Request Information

URI Parameters

None.

Body Parameters

RicercaSalvata
NameDescriptionTypeAdditional information
idRicercaSalvata

integer

None.

idUser

integer

None.

descrizione

string

None.

dataInserimento

date

None.

dataUltimaVisualizzazione

date

None.

jsonParameters

string

None.

notificheMail

boolean

None.

dataUltimaNotificaMail

date

None.

Request Formats

application/json, text/json

Sample:
{
  "idRicercaSalvata": 1,
  "idUser": 2,
  "descrizione": "sample string 3",
  "dataInserimento": "2024-09-28T02:25:09.1786255+02:00",
  "dataUltimaVisualizzazione": "2024-09-28T02:25:09.1786255+02:00",
  "jsonParameters": "sample string 6",
  "notificheMail": true,
  "dataUltimaNotificaMail": "2024-09-28T02:25:09.1786255+02:00"
}

application/xml, text/xml

Sample:
<RicercaSalvata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.Astegiudiziarie.BL.User">
  <dataInserimento>2024-09-28T02:25:09.1786255+02:00</dataInserimento>
  <dataUltimaNotificaMail>2024-09-28T02:25:09.1786255+02:00</dataUltimaNotificaMail>
  <dataUltimaVisualizzazione>2024-09-28T02:25:09.1786255+02:00</dataUltimaVisualizzazione>
  <descrizione>sample string 3</descrizione>
  <idRicercaSalvata>1</idRicercaSalvata>
  <idUser>2</idUser>
  <jsonParameters>sample string 6</jsonParameters>
  <notificheMail>true</notificheMail>
</RicercaSalvata>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.