POST api/Estrazioni/AddEstrazioni

Request Information

URI Parameters

None.

Body Parameters

Collection of 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:20:00.965157+02:00",
    "NumeroEstrazione": 2,
    "Ruota": "sample string 3",
    "PrimoEstratto": 4,
    "SecondoEstratto": 5,
    "TerzoEstratto": 6,
    "QuartoEstratto": 7,
    "QuintoEstratto": 8,
    "Id": "sample string 9"
  },
  {
    "DataEstrazione": "2024-10-06T06:20:00.965157+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:
<ArrayOfEstrazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/it.t9a.Interfaces.Model">
  <Estrazione>
    <Id>sample string 9</Id>
    <DataEstrazione>2024-10-06T06:20:00.965157+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>
  <Estrazione>
    <Id>sample string 9</Id>
    <DataEstrazione>2024-10-06T06:20:00.965157+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>
</ArrayOfEstrazione>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>