POST api/DocumentList/UpdateAuthInfo
Documentation for 'UpdateAuthInfo'.
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:
{
"OPERACION": "sample string 1",
"CODPROD": "sample string 2",
"DESPROD": "sample string 3",
"NITCLIE": "sample string 4",
"NOMCLIE": "sample string 5",
"CLAVEELIDOC": "sample string 6",
"CLAVESALDOVENCIDO": "sample string 7",
"CLAVELIMITECRE": "sample string 8",
"CLAVEDESCUPROD": "sample string 9",
"CLAVEDESCUDOC": "sample string 10",
"CLAVEMODPRECIO": "sample string 11",
"CLAVEPRECIOCOSTO": "sample string 12",
"API_KEY": "sample string 13",
"EMPRESA": "sample string 14",
"CODDOC": "sample string 15",
"NUMDOC": "sample string 16"
}
application/xml, text/xml
Sample:
<UpdateDocumentAuthInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <API_KEY>sample string 13</API_KEY> <CODDOC>sample string 15</CODDOC> <EMPRESA>sample string 14</EMPRESA> <NUMDOC>sample string 16</NUMDOC> <CLAVEDESCUDOC>sample string 10</CLAVEDESCUDOC> <CLAVEDESCUPROD>sample string 9</CLAVEDESCUPROD> <CLAVEELIDOC>sample string 6</CLAVEELIDOC> <CLAVELIMITECRE>sample string 8</CLAVELIMITECRE> <CLAVEMODPRECIO>sample string 11</CLAVEMODPRECIO> <CLAVEPRECIOCOSTO>sample string 12</CLAVEPRECIOCOSTO> <CLAVESALDOVENCIDO>sample string 7</CLAVESALDOVENCIDO> <CODPROD>sample string 2</CODPROD> <DESPROD>sample string 3</DESPROD> <NITCLIE>sample string 4</NITCLIE> <NOMCLIE>sample string 5</NOMCLIE> <OPERACION>sample string 1</OPERACION> </UpdateDocumentAuthInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.