POST api/serviziOSM/ServiziLookUpPunto

Request Information

URI Parameters

None.

Body Parameters

GetServiziLookUpPuntoRequestDTO
NameDescriptionTypeAdditional information
IDEnte

integer

None.

IDCliente

integer

None.

IDVia

integer

None.

Via

string

None.

Latitudine

decimal number

None.

Longitudine

decimal number

None.

Data

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IDEnte": 1,
  "IDCliente": 2,
  "IDVia": 3,
  "Via": "sample string 4",
  "Latitudine": 1.1,
  "Longitudine": 1.1,
  "Data": "2023-10-03T13:29:32.1710459+02:00"
}

application/xml, text/xml

Sample:
<GetServiziLookUpPuntoRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Differenziati.WebServices.Models">
  <Data>2023-10-03T13:29:32.1710459+02:00</Data>
  <IDCliente>2</IDCliente>
  <IDEnte>1</IDEnte>
  <IDVia>3</IDVia>
  <Latitudine>1.1</Latitudine>
  <Longitudine>1.1</Longitudine>
  <Via>sample string 4</Via>
</GetServiziLookUpPuntoRequestDTO>

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.