GET api/DurataPagamenti/{ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

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
}

application/xml, text/xml

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