POST api/Provincia
Request Information
URI Parameters
None.
Body Parameters
DTOProvincia| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Codice | string |
String length: inclusive between 0 and 4 |
|
| Descrizione | string |
String length: inclusive between 0 and 40 |
|
| CodiceStato | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Codice": "sample string 2",
"Descrizione": "sample string 3",
"CodiceStato": 1.1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.