POST api/causali/{LicensePos}/sync

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LicensePos

string

Required

Body Parameters

Collection of CausaleDTO
NameDescriptionTypeAdditional information
guid

string

None.

tipo

string

None.

descrizione

string

None.

posizione

integer

None.

codice

string

None.

funzione

string

None.

stato

string

None.

last_data_sync

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "guid": "sample string 1",
    "tipo": "sample string 2",
    "descrizione": "sample string 3",
    "posizione": 1,
    "codice": "sample string 4",
    "funzione": "sample string 5",
    "stato": "sample string 6",
    "last_data_sync": "2026-01-25T11:57:35.237818+01:00"
  },
  {
    "guid": "sample string 1",
    "tipo": "sample string 2",
    "descrizione": "sample string 3",
    "posizione": 1,
    "codice": "sample string 4",
    "funzione": "sample string 5",
    "stato": "sample string 6",
    "last_data_sync": "2026-01-25T11:57:35.237818+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCausaleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiPos">
  <CausaleDTO>
    <codice>sample string 4</codice>
    <descrizione>sample string 3</descrizione>
    <funzione>sample string 5</funzione>
    <guid>sample string 1</guid>
    <last_data_sync>2026-01-25T11:57:35.237818+01:00</last_data_sync>
    <posizione>1</posizione>
    <stato>sample string 6</stato>
    <tipo>sample string 2</tipo>
  </CausaleDTO>
  <CausaleDTO>
    <codice>sample string 4</codice>
    <descrizione>sample string 3</descrizione>
    <funzione>sample string 5</funzione>
    <guid>sample string 1</guid>
    <last_data_sync>2026-01-25T11:57:35.237818+01:00</last_data_sync>
    <posizione>1</posizione>
    <stato>sample string 6</stato>
    <tipo>sample string 2</tipo>
  </CausaleDTO>
</ArrayOfCausaleDTO>

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.