POST api/Estrazioni/AddEstrazione

Request Information

URI Parameters

None.

Body Parameters

Estrazione
NameDescriptionTypeAdditional information
DataEstrazione

date

None.

NumeroEstrazione

integer

None.

Ruota

string

None.

PrimoEstratto

integer

None.

SecondoEstratto

integer

None.

TerzoEstratto

integer

None.

QuartoEstratto

integer

None.

QuintoEstratto

integer

None.

Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DataEstrazione": "2024-10-06T06:07:38.6800342+02:00",
  "NumeroEstrazione": 2,
  "Ruota": "sample string 3",
  "PrimoEstratto": 4,
  "SecondoEstratto": 5,
  "TerzoEstratto": 6,
  "QuartoEstratto": 7,
  "QuintoEstratto": 8,
  "Id": "sample string 9"
}

application/xml, text/xml

Sample:
<Estrazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/it.t9a.Interfaces.Model">
  <Id>sample string 9</Id>
  <DataEstrazione>2024-10-06T06:07:38.6800342+02:00</DataEstrazione>
  <NumeroEstrazione>2</NumeroEstrazione>
  <PrimoEstratto>4</PrimoEstratto>
  <QuartoEstratto>7</QuartoEstratto>
  <QuintoEstratto>8</QuintoEstratto>
  <Ruota>sample string 3</Ruota>
  <SecondoEstratto>5</SecondoEstratto>
  <TerzoEstratto>6</TerzoEstratto>
</Estrazione>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Estrazione
NameDescriptionTypeAdditional information
DataEstrazione

date

None.

NumeroEstrazione

integer

None.

Ruota

string

None.

PrimoEstratto

integer

None.

SecondoEstratto

integer

None.

TerzoEstratto

integer

None.

QuartoEstratto

integer

None.

QuintoEstratto

integer

None.

Id

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DataEstrazione": "2024-10-06T06:07:38.6810343+02:00",
  "NumeroEstrazione": 2,
  "Ruota": "sample string 3",
  "PrimoEstratto": 4,
  "SecondoEstratto": 5,
  "TerzoEstratto": 6,
  "QuartoEstratto": 7,
  "QuintoEstratto": 8,
  "Id": "sample string 9"
}

application/xml, text/xml

Sample:
<Estrazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/it.t9a.Interfaces.Model">
  <Id>sample string 9</Id>
  <DataEstrazione>2024-10-06T06:07:38.6810343+02:00</DataEstrazione>
  <NumeroEstrazione>2</NumeroEstrazione>
  <PrimoEstratto>4</PrimoEstratto>
  <QuartoEstratto>7</QuartoEstratto>
  <QuintoEstratto>8</QuintoEstratto>
  <Ruota>sample string 3</Ruota>
  <SecondoEstratto>5</SecondoEstratto>
  <TerzoEstratto>6</TerzoEstratto>
</Estrazione>