POST api/InsertEvasioneOrdineClienteFattura

Request Information

URI Parameters

None.

Body Parameters

DTOEvasioneOrdineClienteFattura
NameDescriptionTypeAdditional information
IdUtente

integer

None.

IdCausale

integer

Required

IdMagazzino

integer

Required

IdCliente

integer

Required

IdTipoPagamento

tabTipoPagamenti

integer

Required

IdBanca

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdUtente": 1,
  "IdCausale": 1,
  "IdMagazzino": 1,
  "IdCliente": 1,
  "IdTipoPagamento": 1,
  "IdBanca": 1
}

application/xml, text/xml

Sample:
<DTOEvasioneOrdineClienteFattura xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <IdBanca>1</IdBanca>
  <IdCausale>1</IdCausale>
  <IdCliente>1</IdCliente>
  <IdMagazzino>1</IdMagazzino>
  <IdTipoPagamento>1</IdTipoPagamento>
  <IdUtente>1</IdUtente>
</DTOEvasioneOrdineClienteFattura>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>