GET apiv2/gestione/numerazione/progressivo/{progressivo}
Get Numerazione per progressivo
Request Information
URI Parameters
| Nome | Descrizione | Tipo | Informazioni Aggiuntive |
|---|---|---|---|
| progressivo |
Progressivo |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}
application/xml, text/xml
Sample:
<Numerazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gift.Models"> <Prefix>sample string 1</Prefix> <Progressivo>2</Progressivo> </Numerazione>