PUT api/Conto

Request Information

URI Parameters

None.

Body Parameters

DTOConto
NameDescriptionTypeAdditional information
Id

integer

None.

Conto

string

Required

String length: inclusive between 1 and 50

TipoConto

integer

None.

Chiave1

string

String length: inclusive between 1 and 4

Chiave2

string

String length: inclusive between 1 and 4

Chiave3

string

String length: inclusive between 1 and 4

DescrizioneTipoConto

string

String length: inclusive between 1 and 50

DataAgg

date

None.

UtenteUltimoAccesso

string

String length: inclusive between 1 and 255

CodiceContabilita

string

String length: inclusive between 1 and 50

IdCDC

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Conto": "sample string 2",
  "TipoConto": 1,
  "Chiave1": "sample string 3",
  "Chiave2": "sample string 4",
  "Chiave3": "sample string 5",
  "DescrizioneTipoConto": "sample string 6",
  "DataAgg": "2024-04-19T07:51:45.548208",
  "UtenteUltimoAccesso": "sample string 7",
  "CodiceContabilita": "sample string 8",
  "IdCDC": 1
}

application/xml, text/xml

Sample:
<DTOConto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <Chiave1>sample string 3</Chiave1>
  <Chiave2>sample string 4</Chiave2>
  <Chiave3>sample string 5</Chiave3>
  <CodiceContabilita>sample string 8</CodiceContabilita>
  <Conto>sample string 2</Conto>
  <DataAgg>2024-04-19T07:51:45.548208+02:00</DataAgg>
  <DescrizioneTipoConto>sample string 6</DescrizioneTipoConto>
  <Id>1</Id>
  <IdCDC>1</IdCDC>
  <TipoConto>1</TipoConto>
  <UtenteUltimoAccesso>sample string 7</UtenteUltimoAccesso>
</DTOConto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.