POST api/DocumentList/OperacionesPagosAnticipoChequePrefechado
Documentation for 'OperacionesPagosAnticipoChequePrefechado'.
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",
"REC_CODDOC": "sample string 5",
"REC_NUMDOC": "sample string 6",
"REC_ABONO": "sample string 7",
"TIPO": "sample string 8"
}
application/xml, text/xml
Sample:
<AgregaAnticipoChequePrefechadoModel 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> <CODDOC>sample string 3</CODDOC> <EMPRESA>sample string 2</EMPRESA> <NUMDOC>sample string 4</NUMDOC> <REC_ABONO>sample string 7</REC_ABONO> <REC_CODDOC>sample string 5</REC_CODDOC> <REC_NUMDOC>sample string 6</REC_NUMDOC> <TIPO>sample string 8</TIPO> </AgregaAnticipoChequePrefechadoModel>
application/x-www-form-urlencoded
Sample:
Sample not available.