POST api/SDIFEPA/RiceviNotifiche

Request Information

URI Parameters

None.

Body Parameters

RiceviNotificheRequestJSonModel
NameDescriptionTypeAdditional information
LastSync

date

None.

APIKEY

string

None.

PIVA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LastSync": "2024-09-01T10:00:44.2678152+02:00",
  "APIKEY": "sample string 2",
  "PIVA": "sample string 3"
}

application/xml, text/xml

Sample:
<RiceviNotificheRequestJSonModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSDI.Models">
  <APIKEY>sample string 2</APIKEY>
  <PIVA>sample string 3</PIVA>
  <LastSync>2024-09-01T10:00:44.2678152+02:00</LastSync>
</RiceviNotificheRequestJSonModel>

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.