POST api/DocumentList/AddDocumentPaymentType

Documentation for 'AddDocumentPaymentType'.

Request Information

Parameters

NameDescriptionAdditional 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",
  "ANO": 5,
  "MES": 6,
  "CODFPAGO": "sample string 7",
  "VALOR": 8.1,
  "NUMERO": "sample string 9",
  "BANCO": "sample string 10",
  "NCUENTA": "sample string 11",
  "NOMBRE": "sample string 12",
  "PREFECHA": "sample string 13",
  "TIPOCAMBIO": 14.1,
  "TOTALDOL": 15.1,
  "PROPINA": 16.1,
  "TCEUROS": 17.1,
  "TOTALEUROS": 18.1,
  "MODO": "sample string 19"
}

application/xml, text/xml

Sample:
<AddDocPaymentTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models">
  <ANO>5</ANO>
  <API_KEY>sample string 1</API_KEY>
  <BANCO>sample string 10</BANCO>
  <CODDOC>sample string 3</CODDOC>
  <CODFPAGO>sample string 7</CODFPAGO>
  <EMPRESA>sample string 2</EMPRESA>
  <MES>6</MES>
  <MODO>sample string 19</MODO>
  <NCUENTA>sample string 11</NCUENTA>
  <NOMBRE>sample string 12</NOMBRE>
  <NUMDOC>sample string 4</NUMDOC>
  <NUMERO>sample string 9</NUMERO>
  <PREFECHA>sample string 13</PREFECHA>
  <PROPINA>16.1</PROPINA>
  <TCEUROS>17.1</TCEUROS>
  <TIPOCAMBIO>14.1</TIPOCAMBIO>
  <TOTALDOL>15.1</TOTALDOL>
  <TOTALEUROS>18.1</TOTALEUROS>
  <VALOR>8.1</VALOR>
</AddDocPaymentTypeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.