POST api/segnalazioniOSM/addnovia

Request Information

URI Parameters

None.

Body Parameters

GetSegnalazioneNoViaRequestDTO
NameDescriptionTypeAdditional information
Token

string

None.

NumCell

string

None.

IDEnte

integer

None.

Comune

string

None.

Via

string

None.

Tipologia

integer

None.

Email

string

None.

Nome

string

None.

Cognome

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "NumCell": "sample string 2",
  "IDEnte": 1,
  "Comune": "sample string 3",
  "Via": "sample string 4",
  "Tipologia": 5,
  "Email": "sample string 6",
  "Nome": "sample string 7",
  "Cognome": "sample string 8"
}

application/xml, text/xml

Sample:
<GetSegnalazioneNoViaRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Differenziati.WebServices.Models">
  <Cognome>sample string 8</Cognome>
  <Comune>sample string 3</Comune>
  <Email>sample string 6</Email>
  <IDEnte>1</IDEnte>
  <Nome>sample string 7</Nome>
  <NumCell>sample string 2</NumCell>
  <Tipologia>5</Tipologia>
  <Token>sample string 1</Token>
  <Via>sample string 4</Via>
</GetSegnalazioneNoViaRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.