POST api/SDIFEPA/RiceviNotifiche
Request Information
URI Parameters
None.
Body Parameters
RiceviNotificheRequestJSonModelName | Description | Type | Additional information |
---|---|---|---|
LastSync | date |
None. |
|
APIKEY | string |
None. |
|
PIVA | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LastSync": "2025-04-04T08:20:38.763298+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>2025-04-04T08:20:38.763298+02: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.