DELETE api/UtenteSospeso

Request Information

URI Parameters

None.

Body Parameters

UtenteSospeso
NameDescriptionTypeAdditional information
id

integer

None.

data_task

date

None.

task

byte

None.

login

string

None.

data_sospensione

date

None.

sospeso_dal

date

None.

sospeso_al

date

None.

attivo

boolean

None.

login_sospensore

string

None.

processed

byte

None.

issue_time

date

None.

azione

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "data_task": "2026-07-06T15:42:28.8458895+02:00",
  "task": 64,
  "login": "sample string 4",
  "data_sospensione": "2026-07-06T15:42:28.8458895+02:00",
  "sospeso_dal": "2026-07-06T15:42:28.8458895+02:00",
  "sospeso_al": "2026-07-06T15:42:28.8458895+02:00",
  "attivo": true,
  "login_sospensore": "sample string 9",
  "processed": 64,
  "issue_time": "2026-07-06T15:42:28.8458895+02:00",
  "azione": 64
}

application/xml, text/xml

Sample:
<UtenteSospeso xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchemaAZU">
  <attivo>true</attivo>
  <azione>64</azione>
  <data_sospensione>2026-07-06T15:42:28.8458895+02:00</data_sospensione>
  <data_task>2026-07-06T15:42:28.8458895+02:00</data_task>
  <id>1</id>
  <issue_time>2026-07-06T15:42:28.8458895+02:00</issue_time>
  <login>sample string 4</login>
  <login_sospensore>sample string 9</login_sospensore>
  <processed>64</processed>
  <sospeso_al>2026-07-06T15:42:28.8458895+02:00</sospeso_al>
  <sospeso_dal>2026-07-06T15:42:28.8458895+02:00</sospeso_dal>
  <task>64</task>
</UtenteSospeso>

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.