POST api/Restaurante/OperacionesComanda

Documentation for 'OperacionesComanda'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OPERACION": "sample string 1",
  "NIVEL": 2,
  "ANO": 3,
  "MES": 4,
  "FECHADOC": "sample string 5",
  "CUENTADESTINO": "sample string 6",
  "CANTIDAD": 7.1,
  "CUENTAS": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "ITEMSCOMANDA": [
    {
      "CODDOC": "sample string 1",
      "NUMDOC": "sample string 2",
      "DOC_ITEM": 3,
      "CODPROD": "sample string 4",
      "DESCRIPCION": "sample string 5",
      "CODMEDIDA": "sample string 6",
      "BODEGASALIDA": "sample string 7",
      "TIPOPRECIO": "sample string 8",
      "LISTA": "sample string 9",
      "CANTIDAD": 10.1,
      "EQUIVALE": 11.1,
      "PRECIO": 12.1
    },
    {
      "CODDOC": "sample string 1",
      "NUMDOC": "sample string 2",
      "DOC_ITEM": 3,
      "CODPROD": "sample string 4",
      "DESCRIPCION": "sample string 5",
      "CODMEDIDA": "sample string 6",
      "BODEGASALIDA": "sample string 7",
      "TIPOPRECIO": "sample string 8",
      "LISTA": "sample string 9",
      "CANTIDAD": 10.1,
      "EQUIVALE": 11.1,
      "PRECIO": 12.1
    },
    {
      "CODDOC": "sample string 1",
      "NUMDOC": "sample string 2",
      "DOC_ITEM": 3,
      "CODPROD": "sample string 4",
      "DESCRIPCION": "sample string 5",
      "CODMEDIDA": "sample string 6",
      "BODEGASALIDA": "sample string 7",
      "TIPOPRECIO": "sample string 8",
      "LISTA": "sample string 9",
      "CANTIDAD": 10.1,
      "EQUIVALE": 11.1,
      "PRECIO": 12.1
    }
  ],
  "API_KEY": "sample string 8",
  "EMPRESA": "sample string 9",
  "CUENTA": "sample string 10",
  "MESA": "sample string 11"
}

application/xml, text/xml

Sample:
<opeproductoscomanda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models">
  <API_KEY>sample string 8</API_KEY>
  <CUENTA>sample string 10</CUENTA>
  <EMPRESA>sample string 9</EMPRESA>
  <MESA>sample string 11</MESA>
  <ANO>3</ANO>
  <CANTIDAD>7.1</CANTIDAD>
  <CUENTADESTINO>sample string 6</CUENTADESTINO>
  <CUENTAS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
    <d2p1:string>sample string 3</d2p1:string>
  </CUENTAS>
  <FECHADOC>sample string 5</FECHADOC>
  <ITEMSCOMANDA>
    <itemscomanda>
      <BODEGASALIDA>sample string 7</BODEGASALIDA>
      <CANTIDAD>10.1</CANTIDAD>
      <CODDOC>sample string 1</CODDOC>
      <CODMEDIDA>sample string 6</CODMEDIDA>
      <CODPROD>sample string 4</CODPROD>
      <DESCRIPCION>sample string 5</DESCRIPCION>
      <DOC_ITEM>3</DOC_ITEM>
      <EQUIVALE>11.1</EQUIVALE>
      <LISTA>sample string 9</LISTA>
      <NUMDOC>sample string 2</NUMDOC>
      <PRECIO>12.1</PRECIO>
      <TIPOPRECIO>sample string 8</TIPOPRECIO>
    </itemscomanda>
    <itemscomanda>
      <BODEGASALIDA>sample string 7</BODEGASALIDA>
      <CANTIDAD>10.1</CANTIDAD>
      <CODDOC>sample string 1</CODDOC>
      <CODMEDIDA>sample string 6</CODMEDIDA>
      <CODPROD>sample string 4</CODPROD>
      <DESCRIPCION>sample string 5</DESCRIPCION>
      <DOC_ITEM>3</DOC_ITEM>
      <EQUIVALE>11.1</EQUIVALE>
      <LISTA>sample string 9</LISTA>
      <NUMDOC>sample string 2</NUMDOC>
      <PRECIO>12.1</PRECIO>
      <TIPOPRECIO>sample string 8</TIPOPRECIO>
    </itemscomanda>
    <itemscomanda>
      <BODEGASALIDA>sample string 7</BODEGASALIDA>
      <CANTIDAD>10.1</CANTIDAD>
      <CODDOC>sample string 1</CODDOC>
      <CODMEDIDA>sample string 6</CODMEDIDA>
      <CODPROD>sample string 4</CODPROD>
      <DESCRIPCION>sample string 5</DESCRIPCION>
      <DOC_ITEM>3</DOC_ITEM>
      <EQUIVALE>11.1</EQUIVALE>
      <LISTA>sample string 9</LISTA>
      <NUMDOC>sample string 2</NUMDOC>
      <PRECIO>12.1</PRECIO>
      <TIPOPRECIO>sample string 8</TIPOPRECIO>
    </itemscomanda>
  </ITEMSCOMANDA>
  <MES>4</MES>
  <NIVEL>2</NIVEL>
  <OPERACION>sample string 1</OPERACION>
</opeproductoscomanda>

application/x-www-form-urlencoded

Sample:

Sample not available.