POST api/Modulo
Inserimento della valutazione Il risultato è id progressivo inserimento se valore zero inserimento fallito
Request Information
URI Parameters
None.
Body Parameters
token e Json valutazione
clmodulo| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| codice | string |
None. |
|
| chiave | string |
None. |
|
| json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"codice": "sample string 2",
"chiave": "sample string 3",
"json": "sample string 4"
}
text/html, text/plain, text/form-Data, application/x-www-form-urlencoded
Sample:
{"token":"sample string 1","codice":"sample string 2","chiave":"sample string 3","json":"sample string 4"}
application/xml, text/xml
Sample:
<clmodulo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.synergyitalia.eu.Controllers"> <chiave>sample string 3</chiave> <codice>sample string 2</codice> <json>sample string 4</json> <token>sample string 1</token> </clmodulo>
Response Information
Resource Description
stringResponse 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>