GET api/RistoTavolo2/{tavolo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tavolo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DtoRistoTavolo| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTavolo | integer |
None. |
|
| IdArticolo | integer |
None. |
|
| IdLotto | integer |
None. |
|
| IdSeriale | integer |
None. |
|
| Id | integer |
None. |
|
| Dispositivo | integer |
None. |
|
| Gruppo | integer |
None. |
|
| Reparto | integer |
None. |
|
| Tavolo | string |
None. |
|
| Descrizione | string |
None. |
|
| Nota | string |
None. |
|
| Qta | decimal number |
None. |
|
| Prezzo | decimal number |
None. |
|
| Sconto | decimal number |
None. |
|
| CodIva | string |
None. |
|
| ValIva | decimal number |
None. |
|
| Modificato | boolean |
None. |
|
| Servito | boolean |
None. |
|
| MovMag | boolean |
None. |
|
| Eliminato | boolean |
None. |
|
| Syncro | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdTavolo": 1,
"IdArticolo": 2,
"IdLotto": 3,
"IdSeriale": 4,
"Id": 5,
"Dispositivo": 6,
"Gruppo": 7,
"Reparto": 8,
"Tavolo": "sample string 9",
"Descrizione": "sample string 10",
"Nota": "sample string 11",
"Qta": 12.1,
"Prezzo": 1.1,
"Sconto": 13.1,
"CodIva": "sample string 14",
"ValIva": 15.1,
"Modificato": true,
"Servito": true,
"MovMag": true,
"Eliminato": true,
"Syncro": true
}
application/xml, text/xml
Sample:
<DtoRistoTavolo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SamaFattApiWeb.Models"> <CodIva>sample string 14</CodIva> <Descrizione>sample string 10</Descrizione> <Dispositivo>6</Dispositivo> <Eliminato>true</Eliminato> <Gruppo>7</Gruppo> <Id>5</Id> <IdArticolo>2</IdArticolo> <IdLotto>3</IdLotto> <IdSeriale>4</IdSeriale> <IdTavolo>1</IdTavolo> <Modificato>true</Modificato> <MovMag>true</MovMag> <Nota>sample string 11</Nota> <Prezzo>1.1</Prezzo> <Qta>12.1</Qta> <Reparto>8</Reparto> <Sconto>13.1</Sconto> <Servito>true</Servito> <Syncro>true</Syncro> <Tavolo>sample string 9</Tavolo> <ValIva>15.1</ValIva> </DtoRistoTavolo>