POST api/clienti/valutazione_consegna

Request Information

URI Parameters

None.

Body Parameters

WWWValutazioneConsegnaRequest
NameDescriptionTypeAdditional information
votoProdotto

string

None.

votoConsegna

string

None.

votoComplessivo

string

None.

noteAggiuntive

string

None.

Request Formats

application/json, text/json

Sample:
{
  "votoProdotto": "sample string 1",
  "votoConsegna": "sample string 2",
  "votoComplessivo": "sample string 3",
  "noteAggiuntive": "sample string 4"
}

text/html

Sample:
{"votoProdotto":"sample string 1","votoConsegna":"sample string 2","votoComplessivo":"sample string 3","noteAggiuntive":"sample string 4"}

application/xml, text/xml

Sample:
<WWWValutazioneConsegnaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dia.Net.Ws.Models.WsRequest">
  <noteAggiuntive>sample string 4</noteAggiuntive>
  <votoComplessivo>sample string 3</votoComplessivo>
  <votoConsegna>sample string 2</votoConsegna>
  <votoProdotto>sample string 1</votoProdotto>
</WWWValutazioneConsegnaRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
code

string

None.

message

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "message": "sample string 2",
  "data": {}
}

text/html

Sample:
{"code":"sample string 1","message":"sample string 2","data":{}}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dia.Net.Ws.Models">
  <code>sample string 1</code>
  <data />
  <message>sample string 2</message>
</Response>