POST api/PortaAmico/get_DettaglioPortaAmico

Request Information

URI Parameters

None.

Body Parameters

GetDettaglioPortaAmico
NameDescriptionTypeAdditional information
IdAgente

string

Required

Anno

integer

Required

Mese

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "IdAgente": "sample string 1",
  "Anno": 2,
  "Mese": 3
}

application/xml, text/xml

Sample:
<ParametriWS.GetDettaglioPortaAmico xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
  <Anno>2</Anno>
  <IdAgente>sample string 1</IdAgente>
  <Mese>3</Mese>
</ParametriWS.GetDettaglioPortaAmico>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ElementoPortaAmico
NameDescriptionTypeAdditional information
Agente

string

None.

TotPezzi

integer

None.

TotValore

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Agente": "sample string 1",
    "TotPezzi": 2,
    "TotValore": 3.0
  },
  {
    "Agente": "sample string 1",
    "TotPezzi": 2,
    "TotValore": 3.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfElementoPortaAmico xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
  <ElementoPortaAmico>
    <Agente>sample string 1</Agente>
    <TotPezzi>2</TotPezzi>
    <TotValore>3</TotValore>
  </ElementoPortaAmico>
  <ElementoPortaAmico>
    <Agente>sample string 1</Agente>
    <TotPezzi>2</TotPezzi>
    <TotValore>3</TotValore>
  </ElementoPortaAmico>
</ArrayOfElementoPortaAmico>