POST api/SDIFEPA/RiceviNotifiche
Request Information
URI Parameters
None.
Body Parameters
RiceviNotificheRequestJSonModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LastSync | date |
None. |
|
| APIKEY | string |
None. |
|
| PIVA | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastSync": "2025-12-09T10:00:01.3146767+01: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>2025-12-09T10:00:01.3146767+01:00</LastSync> </RiceviNotificheRequestJSonModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.