POST api/Rma
Request Information
URI Parameters
None.
Body Parameters
Collection of RmaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRma | integer |
None. |
|
| IdCliente | integer |
None. |
|
| DataInizio | date |
None. |
|
| DataFine | date |
None. |
|
| DataMaxCompletamento | date |
None. |
|
| ImportoRma | decimal number |
None. |
|
| Percentuale | decimal number |
None. |
|
| NoGame | boolean |
None. |
|
| Operatore | string |
None. |
|
| DataInserimento | date |
None. |
|
| Stato | string |
None. |
|
| DataValiditaInizioProcedura | date |
None. |
|
| DataMaxRicezioneMerce | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IdRma": 1,
"IdCliente": 2,
"DataInizio": "2026-01-06T06:18:33.3939469+01:00",
"DataFine": "2026-01-06T06:18:33.3939469+01:00",
"DataMaxCompletamento": "2026-01-06T06:18:33.3939469+01:00",
"ImportoRma": 6.0,
"Percentuale": 7.0,
"NoGame": true,
"Operatore": "sample string 9",
"DataInserimento": "2026-01-06T06:18:33.3939469+01:00",
"Stato": "sample string 11",
"DataValiditaInizioProcedura": "2026-01-06T06:18:33.3939469+01:00",
"DataMaxRicezioneMerce": "2026-01-06T06:18:33.3939469+01:00"
},
{
"IdRma": 1,
"IdCliente": 2,
"DataInizio": "2026-01-06T06:18:33.3939469+01:00",
"DataFine": "2026-01-06T06:18:33.3939469+01:00",
"DataMaxCompletamento": "2026-01-06T06:18:33.3939469+01:00",
"ImportoRma": 6.0,
"Percentuale": 7.0,
"NoGame": true,
"Operatore": "sample string 9",
"DataInserimento": "2026-01-06T06:18:33.3939469+01:00",
"Stato": "sample string 11",
"DataValiditaInizioProcedura": "2026-01-06T06:18:33.3939469+01:00",
"DataMaxRicezioneMerce": "2026-01-06T06:18:33.3939469+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfRmaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GE_Web_Api_Model.Rma">
<RmaDto>
<DataFine>2026-01-06T06:18:33.3939469+01:00</DataFine>
<DataInizio>2026-01-06T06:18:33.3939469+01:00</DataInizio>
<DataInserimento>2026-01-06T06:18:33.3939469+01:00</DataInserimento>
<DataMaxCompletamento>2026-01-06T06:18:33.3939469+01:00</DataMaxCompletamento>
<DataMaxRicezioneMerce>2026-01-06T06:18:33.3939469+01:00</DataMaxRicezioneMerce>
<DataValiditaInizioProcedura>2026-01-06T06:18:33.3939469+01:00</DataValiditaInizioProcedura>
<IdCliente>2</IdCliente>
<IdRma>1</IdRma>
<ImportoRma>6</ImportoRma>
<NoGame>true</NoGame>
<Operatore>sample string 9</Operatore>
<Percentuale>7</Percentuale>
<Stato>sample string 11</Stato>
</RmaDto>
<RmaDto>
<DataFine>2026-01-06T06:18:33.3939469+01:00</DataFine>
<DataInizio>2026-01-06T06:18:33.3939469+01:00</DataInizio>
<DataInserimento>2026-01-06T06:18:33.3939469+01:00</DataInserimento>
<DataMaxCompletamento>2026-01-06T06:18:33.3939469+01:00</DataMaxCompletamento>
<DataMaxRicezioneMerce>2026-01-06T06:18:33.3939469+01:00</DataMaxRicezioneMerce>
<DataValiditaInizioProcedura>2026-01-06T06:18:33.3939469+01:00</DataValiditaInizioProcedura>
<IdCliente>2</IdCliente>
<IdRma>1</IdRma>
<ImportoRma>6</ImportoRma>
<NoGame>true</NoGame>
<Operatore>sample string 9</Operatore>
<Percentuale>7</Percentuale>
<Stato>sample string 11</Stato>
</RmaDto>
</ArrayOfRmaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.