POST api/DocumentList/AgregaProductosEscaneadosEmpaque

Documentation for 'AgregaProductosEscaneadosEmpaque'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "API_KEY": "sample string 1",
  "EMPRESA": "sample string 2",
  "CODDOC": "sample string 3",
  "NUMDOC": "sample string 4",
  "ANO": 5,
  "MES": 6,
  "TIPOPRECIO": "sample string 7",
  "BODEGA": "sample string 8",
  "LISTA": "sample string 9",
  "DESCUENTO": 10.1,
  "FECHADOC": "sample string 11",
  "CONCRE": "sample string 12",
  "USUARIO": "sample string 13",
  "CODREF": "sample string 14",
  "NUMREF": "sample string 15",
  "PRODUCTOS": [
    {
      "CODPROD": "sample string 1",
      "NOLOTE": "sample string 2",
      "CANTIDAD": 3.1,
      "CODMEDIDA": "sample string 4"
    },
    {
      "CODPROD": "sample string 1",
      "NOLOTE": "sample string 2",
      "CANTIDAD": 3.1,
      "CODMEDIDA": "sample string 4"
    },
    {
      "CODPROD": "sample string 1",
      "NOLOTE": "sample string 2",
      "CANTIDAD": 3.1,
      "CODMEDIDA": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<AgregaProductosEscaneadosModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models">
  <ANO>5</ANO>
  <API_KEY>sample string 1</API_KEY>
  <BODEGA>sample string 8</BODEGA>
  <CODDOC>sample string 3</CODDOC>
  <CODREF>sample string 14</CODREF>
  <CONCRE>sample string 12</CONCRE>
  <DESCUENTO>10.1</DESCUENTO>
  <EMPRESA>sample string 2</EMPRESA>
  <FECHADOC>sample string 11</FECHADOC>
  <LISTA>sample string 9</LISTA>
  <MES>6</MES>
  <NUMDOC>sample string 4</NUMDOC>
  <NUMREF>sample string 15</NUMREF>
  <PRODUCTOS>
    <prodescaneados>
      <CANTIDAD>3.1</CANTIDAD>
      <CODMEDIDA>sample string 4</CODMEDIDA>
      <CODPROD>sample string 1</CODPROD>
      <NOLOTE>sample string 2</NOLOTE>
    </prodescaneados>
    <prodescaneados>
      <CANTIDAD>3.1</CANTIDAD>
      <CODMEDIDA>sample string 4</CODMEDIDA>
      <CODPROD>sample string 1</CODPROD>
      <NOLOTE>sample string 2</NOLOTE>
    </prodescaneados>
    <prodescaneados>
      <CANTIDAD>3.1</CANTIDAD>
      <CODMEDIDA>sample string 4</CODMEDIDA>
      <CODPROD>sample string 1</CODPROD>
      <NOLOTE>sample string 2</NOLOTE>
    </prodescaneados>
  </PRODUCTOS>
  <TIPOPRECIO>sample string 7</TIPOPRECIO>
  <USUARIO>sample string 13</USUARIO>
</AgregaProductosEscaneadosModel>

application/x-www-form-urlencoded

Sample:

Sample not available.