POST api/StatoRichiesteRestClient
Request Information
URI Parameters
None.
Body Parameters
DTOStatoRichiesteRestClient| Name | Description | Type | Additional information |
|---|---|---|---|
| GuID | string |
None. |
|
| IdOperazione | enmRichiesteRestClientOpType |
None. |
|
| Stato | enmEsitoTotem |
None. |
|
| Descrizione | string |
String length: inclusive between 0 and 255 |
|
| DescrizioneErrore | string |
String length: inclusive between 0 and 255 |
|
| DataAgg | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuID": "sample string 1",
"IdOperazione": 0,
"Stato": 0,
"Descrizione": "sample string 2",
"DescrizioneErrore": "sample string 3",
"DataAgg": "2025-12-22T15:05:59.3450461"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.