POST api/Bancos/AgregaDocBancos
Documentation for 'AgregaDocBancos'.
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,
"CTA_NUMERO": "sample string 5",
"BAN_CODIGO": "sample string 6",
"TDC_CODIGO": "sample string 7",
"NUMERO": "sample string 8",
"FECHA": "sample string 9",
"NOMBRE": "sample string 10",
"MOTIVO": "sample string 11",
"MONTO": 12.1,
"INGRESOEGRESO": "sample string 13",
"FECHACOBRO": "sample string 14",
"CONCILIADO": "sample string 15",
"ESTATUS": "sample string 16",
"FECHAPROCESO": "sample string 17",
"FECHAENTREGA": "sample string 18",
"FECHAIMPRESION": "sample string 19",
"MONTODOL": 20.1,
"TASACAMBIO": 21.1,
"NONEGOCIABLE": "sample string 22",
"COD_CENTRO": "sample string 23",
"DOC_PA": "sample string 24",
"DECLARADO": "sample string 25",
"CXP_CODDOC": "sample string 26",
"COD_DEPARTA": "sample string 27",
"VALOR1": 28.1,
"VALOR2": 29.1,
"VALOR3": 30.1,
"VALOR4": 31.1,
"VALOR5": 32.1,
"VALOR6": 33.1,
"VALOR7": 34.1,
"VALOR8": 35.1,
"VALOR9": 36.1,
"VALOR10": 37.1,
"VALOR11": 38.1,
"VALOR12": 39.1,
"VALOR13": 40.1,
"VALOR14": 41.1,
"VALOR15": 42.1,
"VALOR16": 43.1,
"VALOR17": 44.1,
"VALOR18": 45.1,
"VALOR19": 46.1,
"VALOR20": 47.1,
"LIQ_CODDOC": "sample string 48",
"FORMATOCONTA": "sample string 49"
}
application/xml, text/xml
Sample:
<BancosModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <ANO>3</ANO> <API_KEY>sample string 1</API_KEY> <BAN_CODIGO>sample string 6</BAN_CODIGO> <COD_CENTRO>sample string 23</COD_CENTRO> <COD_DEPARTA>sample string 27</COD_DEPARTA> <CONCILIADO>sample string 15</CONCILIADO> <CTA_NUMERO>sample string 5</CTA_NUMERO> <CXP_CODDOC>sample string 26</CXP_CODDOC> <DECLARADO>sample string 25</DECLARADO> <DOC_PA>sample string 24</DOC_PA> <EMPRESA>sample string 2</EMPRESA> <ESTATUS>sample string 16</ESTATUS> <FECHA>sample string 9</FECHA> <FECHACOBRO>sample string 14</FECHACOBRO> <FECHAENTREGA>sample string 18</FECHAENTREGA> <FECHAIMPRESION>sample string 19</FECHAIMPRESION> <FECHAPROCESO>sample string 17</FECHAPROCESO> <FORMATOCONTA>sample string 49</FORMATOCONTA> <INGRESOEGRESO>sample string 13</INGRESOEGRESO> <LIQ_CODDOC>sample string 48</LIQ_CODDOC> <MES>4</MES> <MONTO>12.1</MONTO> <MONTODOL>20.1</MONTODOL> <MOTIVO>sample string 11</MOTIVO> <NOMBRE>sample string 10</NOMBRE> <NONEGOCIABLE>sample string 22</NONEGOCIABLE> <NUMERO>sample string 8</NUMERO> <TASACAMBIO>21.1</TASACAMBIO> <TDC_CODIGO>sample string 7</TDC_CODIGO> <VALOR1>28.1</VALOR1> <VALOR10>37.1</VALOR10> <VALOR11>38.1</VALOR11> <VALOR12>39.1</VALOR12> <VALOR13>40.1</VALOR13> <VALOR14>41.1</VALOR14> <VALOR15>42.1</VALOR15> <VALOR16>43.1</VALOR16> <VALOR17>44.1</VALOR17> <VALOR18>45.1</VALOR18> <VALOR19>46.1</VALOR19> <VALOR2>29.1</VALOR2> <VALOR20>47.1</VALOR20> <VALOR3>30.1</VALOR3> <VALOR4>31.1</VALOR4> <VALOR5>32.1</VALOR5> <VALOR6>33.1</VALOR6> <VALOR7>34.1</VALOR7> <VALOR8>35.1</VALOR8> <VALOR9>36.1</VALOR9> </BancosModel>
application/x-www-form-urlencoded
Sample:
Sample not available.