POST api/DocumentList/AddProductItemInventory
Documentation for 'AddProductItemInventory'.
Request Information
Parameters
| Name | Description | Additional 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",
"ANO": 3,
"MES": 4,
"CODDOC": "sample string 5",
"NUMDOC": "sample string 6",
"BODEGAENTRADA": "sample string 7",
"BODEGASALIDA": "sample string 8",
"TIPOTRAN": "sample string 9",
"CODPROD": "sample string 10",
"DESCRIPCION": "sample string 11",
"TIPOPROD": "sample string 12",
"CODMEDIDA": "sample string 13",
"CANTIDAD": 14.1,
"COSTO": 15.1,
"PRECIO": 16.1,
"PPRECIO": 17.1,
"FECHADOC": "sample string 18",
"CODFAC": "sample string 19",
"NUMFAC": "sample string 20",
"ITEMFAC": 21,
"CANTBONI": 22.1,
"PORIVA": 23.1,
"IMPUESTO1": 24.1,
"NOLOTE": "sample string 25",
"CODVENPROD": 26,
"AFECTAIVA": "sample string 27",
"USUARIO": "sample string 28",
"ACTINV": "sample string 29",
"DESCNCR": "sample string 30",
"RESPUESTA": 31,
"CLAVE": "sample string 32",
"USUARIOCLAVE": "sample string 33",
"NOAFECTAINV": true,
"DESLOTE": "sample string 35",
"FVENCELOTE": "sample string 36"
}
application/xml, text/xml
Sample:
<AddProductItemINVModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <ACTINV>sample string 29</ACTINV> <AFECTAIVA>sample string 27</AFECTAIVA> <ANO>3</ANO> <API_KEY>sample string 1</API_KEY> <BODEGAENTRADA>sample string 7</BODEGAENTRADA> <BODEGASALIDA>sample string 8</BODEGASALIDA> <CANTBONI>22.1</CANTBONI> <CANTIDAD>14.1</CANTIDAD> <CLAVE>sample string 32</CLAVE> <CODDOC>sample string 5</CODDOC> <CODFAC>sample string 19</CODFAC> <CODMEDIDA>sample string 13</CODMEDIDA> <CODPROD>sample string 10</CODPROD> <CODVENPROD>26</CODVENPROD> <COSTO>15.1</COSTO> <DESCNCR>sample string 30</DESCNCR> <DESCRIPCION>sample string 11</DESCRIPCION> <DESLOTE>sample string 35</DESLOTE> <EMPRESA>sample string 2</EMPRESA> <FECHADOC>sample string 18</FECHADOC> <FVENCELOTE>sample string 36</FVENCELOTE> <IMPUESTO1>24.1</IMPUESTO1> <ITEMFAC>21</ITEMFAC> <MES>4</MES> <NOAFECTAINV>true</NOAFECTAINV> <NOLOTE>sample string 25</NOLOTE> <NUMDOC>sample string 6</NUMDOC> <NUMFAC>sample string 20</NUMFAC> <PORIVA>23.1</PORIVA> <PPRECIO>17.1</PPRECIO> <PRECIO>16.1</PRECIO> <RESPUESTA>31</RESPUESTA> <TIPOPROD>sample string 12</TIPOPROD> <TIPOTRAN>sample string 9</TIPOTRAN> <USUARIO>sample string 28</USUARIO> <USUARIOCLAVE>sample string 33</USUARIOCLAVE> </AddProductItemINVModel>
application/x-www-form-urlencoded
Sample:
Sample not available.