GET apiv2/gestione/numerazioni
Elenco Numerazioni
Request Information
URI Parameters
Nessuna.
Body Parameters
None.
Response Information
Resource Description
Collection of Numerazione| Nome | Descrizione | Tipo | Informazioni Aggiuntive |
|---|---|---|---|
| Prefix |
Prefisso |
string |
Nessuna. |
| Progressivo |
Progressivo |
integer |
Nessuna. |
Response Formats
application/json, text/json
Sample:
[
{
"prefix": "sample string 1",
"progressivo": 2
},
{
"prefix": "sample string 1",
"progressivo": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfNumerazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gift.Models">
<Numerazione>
<Prefix>sample string 1</Prefix>
<Progressivo>2</Progressivo>
</Numerazione>
<Numerazione>
<Prefix>sample string 1</Prefix>
<Progressivo>2</Progressivo>
</Numerazione>
</ArrayOfNumerazione>