GET api/DurataPagamenti

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DurataPagamenti
NameDescriptionTypeAdditional information
IDDurataPagamento

integer

None.

Descrizione

string

Required

Deleted

boolean

None.

ModelState

EnmModelState

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IDDurataPagamento": 1,
    "Descrizione": "sample string 2",
    "Deleted": true,
    "ModelState": 0
  },
  {
    "IDDurataPagamento": 1,
    "Descrizione": "sample string 2",
    "Deleted": true,
    "ModelState": 0
  }
]

application/xml, text/xml

Sample:
<ArrayOfDurataPagamenti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Puliservice.Data.Models">
  <DurataPagamenti>
    <Deleted>true</Deleted>
    <Descrizione>sample string 2</Descrizione>
    <IDDurataPagamento>1</IDDurataPagamento>
    <ModelState>Unchanged</ModelState>
  </DurataPagamenti>
  <DurataPagamenti>
    <Deleted>true</Deleted>
    <Descrizione>sample string 2</Descrizione>
    <IDDurataPagamento>1</IDDurataPagamento>
    <ModelState>Unchanged</ModelState>
  </DurataPagamenti>
</ArrayOfDurataPagamenti>