POST api/notifiche/SaveNotificheToRepository
Request Information
URI Parameters
None.
Body Parameters
Collection of NotificaEntityWS| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdSoggetto | globally unique identifier |
None. |
|
| IdUtente | globally unique identifier |
None. |
|
| IdSoftware | globally unique identifier |
None. |
|
| Titolo | string |
None. |
|
| Testo | string |
None. |
|
| DataCreazione | date |
None. |
|
| DataRichiestaNotifica | date |
None. |
|
| DataNotifica | date |
None. |
|
| Notificato | boolean |
None. |
|
| IdRiferimentoEsterno | globally unique identifier |
None. |
|
| ImgNotifica | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "0acf60df-4fc9-4ebe-a2a8-fb6269c40114",
"IdSoggetto": "7d4a9f66-1669-495c-a885-b861db00f53e",
"IdUtente": "772a59de-4520-4cab-9f64-081423f815e6",
"IdSoftware": "0d573679-8baf-45c9-b79c-005f9d4156f3",
"Titolo": "sample string 4",
"Testo": "sample string 5",
"DataCreazione": "2026-01-21T21:48:49.5673362+01:00",
"DataRichiestaNotifica": "2026-01-21T21:48:49.5673362+01:00",
"DataNotifica": "2026-01-21T21:48:49.5673362+01:00",
"Notificato": true,
"IdRiferimentoEsterno": "00f7a65e-47a9-4c8e-af1b-33047bfc4cfc",
"ImgNotifica": "QEA="
},
{
"Id": "0acf60df-4fc9-4ebe-a2a8-fb6269c40114",
"IdSoggetto": "7d4a9f66-1669-495c-a885-b861db00f53e",
"IdUtente": "772a59de-4520-4cab-9f64-081423f815e6",
"IdSoftware": "0d573679-8baf-45c9-b79c-005f9d4156f3",
"Titolo": "sample string 4",
"Testo": "sample string 5",
"DataCreazione": "2026-01-21T21:48:49.5673362+01:00",
"DataRichiestaNotifica": "2026-01-21T21:48:49.5673362+01:00",
"DataNotifica": "2026-01-21T21:48:49.5673362+01:00",
"Notificato": true,
"IdRiferimentoEsterno": "00f7a65e-47a9-4c8e-af1b-33047bfc4cfc",
"ImgNotifica": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificaEntityWS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdlShared.WebServices.TypeDefinition">
<NotificaEntityWS>
<DataCreazione>2026-01-21T21:48:49.5673362+01:00</DataCreazione>
<DataNotifica>2026-01-21T21:48:49.5673362+01:00</DataNotifica>
<DataRichiestaNotifica>2026-01-21T21:48:49.5673362+01:00</DataRichiestaNotifica>
<Id>0acf60df-4fc9-4ebe-a2a8-fb6269c40114</Id>
<IdRiferimentoEsterno>00f7a65e-47a9-4c8e-af1b-33047bfc4cfc</IdRiferimentoEsterno>
<IdSoftware>0d573679-8baf-45c9-b79c-005f9d4156f3</IdSoftware>
<IdSoggetto>7d4a9f66-1669-495c-a885-b861db00f53e</IdSoggetto>
<IdUtente>772a59de-4520-4cab-9f64-081423f815e6</IdUtente>
<ImgNotifica>QEA=</ImgNotifica>
<Notificato>true</Notificato>
<Testo>sample string 5</Testo>
<Titolo>sample string 4</Titolo>
</NotificaEntityWS>
<NotificaEntityWS>
<DataCreazione>2026-01-21T21:48:49.5673362+01:00</DataCreazione>
<DataNotifica>2026-01-21T21:48:49.5673362+01:00</DataNotifica>
<DataRichiestaNotifica>2026-01-21T21:48:49.5673362+01:00</DataRichiestaNotifica>
<Id>0acf60df-4fc9-4ebe-a2a8-fb6269c40114</Id>
<IdRiferimentoEsterno>00f7a65e-47a9-4c8e-af1b-33047bfc4cfc</IdRiferimentoEsterno>
<IdSoftware>0d573679-8baf-45c9-b79c-005f9d4156f3</IdSoftware>
<IdSoggetto>7d4a9f66-1669-495c-a885-b861db00f53e</IdSoggetto>
<IdUtente>772a59de-4520-4cab-9f64-081423f815e6</IdUtente>
<ImgNotifica>QEA=</ImgNotifica>
<Notificato>true</Notificato>
<Testo>sample string 5</Testo>
<Titolo>sample string 4</Titolo>
</NotificaEntityWS>
</ArrayOfNotificaEntityWS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| Errori | Collection of string |
None. |
|
| IsSuccessful | boolean |
None. |
|
| IsOnError | boolean |
None. |
|
| ErrorString | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"Errori": [
"sample string 1",
"sample string 2"
],
"IsSuccessful": false,
"IsOnError": true,
"ErrorString": "sample string 1, sample string 2"
}
application/xml, text/xml
Sample:
<ServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdlShared.WebServices.TypeDefinition">
<Errori xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errori>
<Result>sample string 1</Result>
</ServiceResult>