PUT api/Stato

Request Information

URI Parameters

None.

Body Parameters

DTOStato
NameDescriptionTypeAdditional information
Id

integer

None.

Descrizione

string

String length: inclusive between 0 and 255

CodiceISO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Descrizione": "sample string 2",
  "CodiceISO": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.