POST api/StatoRichiesteRestClient
Request Information
URI Parameters
None.
Body Parameters
DTOStatoRichiesteRestClientName | 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-07-03T11:21:35.1166066" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.