POST api/v1/readmovimentotmp

Request Information

URI Parameters

None.

Body Parameters

RequestMovimentoTmp
NameDescriptionTypeAdditional information
CodAzienda

string

None.

AnnoGestione

string

None.

IdUtente

integer

None.

TipoMovimento

integer

None.

NomeTabella

string

None.

IdCliFor

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CodAzienda": "sample string 1",
  "AnnoGestione": "sample string 2",
  "IdUtente": 3,
  "TipoMovimento": 4,
  "NomeTabella": "sample string 5",
  "IdCliFor": 6
}

application/xml, text/xml

Sample:
<clsStrutture.RequestMovimentoTmp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI">
  <AnnoGestione>sample string 2</AnnoGestione>
  <CodAzienda>sample string 1</CodAzienda>
  <IdCliFor>6</IdCliFor>
  <IdUtente>3</IdUtente>
  <NomeTabella>sample string 5</NomeTabella>
  <TipoMovimento>4</TipoMovimento>
</clsStrutture.RequestMovimentoTmp>

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.