POST api/Valutazione

Inserimento della valutazione Il risultato è id progressivo inserimento se valore zero inserimento fallito

Request Information

URI Parameters

None.

Body Parameters

token e Json valutazione

clvalutazione
NameDescriptionTypeAdditional information
token

string

None.

json

string

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "json": "sample string 2"
}

text/html, text/plain, text/form-Data, application/x-www-form-urlencoded

Sample:
{"token":"sample string 1","json":"sample string 2"}

application/xml, text/xml

Sample:
<clvalutazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.synergyitalia.eu.Controllers">
  <json>sample string 2</json>
  <token>sample string 1</token>
</clvalutazione>

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html, text/plain, text/form-Data, application/x-www-form-urlencoded

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>