POST api/DocumentList/DocumentItemsList
Documentation for 'DocumentItemsList'.
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",
"CODDOC": "sample string 3",
"NUMDOC": "sample string 4",
"PORDESC": 5.1,
"VALORDESC": 6.1,
"USUARIOCLAVE": "sample string 7",
"CLAVE": "sample string 8",
"RESPUESTA": 9,
"CODFAC": "sample string 10",
"NUMFAC": "sample string 11",
"MESA": "sample string 12",
"CUENTA": "sample string 13"
}
application/xml, text/xml
Sample:
<GetDocumentItemsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <API_KEY>sample string 1</API_KEY> <CLAVE>sample string 8</CLAVE> <CODDOC>sample string 3</CODDOC> <CODFAC>sample string 10</CODFAC> <CUENTA>sample string 13</CUENTA> <EMPRESA>sample string 2</EMPRESA> <MESA>sample string 12</MESA> <NUMDOC>sample string 4</NUMDOC> <NUMFAC>sample string 11</NUMFAC> <PORDESC>5.1</PORDESC> <RESPUESTA>9</RESPUESTA> <USUARIOCLAVE>sample string 7</USUARIOCLAVE> <VALORDESC>6.1</VALORDESC> </GetDocumentItemsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.