POST api/InsertEvasioneOrdineClienteFattura
Request Information
URI Parameters
None.
Body Parameters
DTOEvasioneOrdineClienteFattura| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUtente | integer |
None. |
|
| IdCausale | integer |
Required |
|
| IdMagazzino | integer |
Required |
|
| IdCliente | integer |
Required |
|
| IdTipoPagamento |
tabTipoPagamenti |
integer |
Required |
| IdBanca | integer |
None. |
|
| IdBollettario | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUtente": 1,
"IdCausale": 1,
"IdMagazzino": 1,
"IdCliente": 1,
"IdTipoPagamento": 1,
"IdBanca": 1,
"IdBollettario": 1
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1