PUT api/StatoRichiesteRestClient

Request Information

URI Parameters

None.

Body Parameters

DTOStatoRichiesteRestClient
NameDescriptionTypeAdditional 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:28:36.0628189"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.