POST api/Customer/Documento_Soporte

Documentation for 'Documento_Soporte'.

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",
  "NITCLIE": "sample string 4",
  "USUARIOCLIE": "sample string 5",
  "CONTACTO": "sample string 6",
  "OBSERVACIONES": "sample string 7",
  "DESCRIPCIONPROBLEMA": "sample string 8",
  "URGENCIA": "sample string 9"
}

application/xml, text/xml

Sample:
<DocumentoSoporteModel 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>
  <CONTACTO>sample string 6</CONTACTO>
  <DESCRIPCIONPROBLEMA>sample string 8</DESCRIPCIONPROBLEMA>
  <EMPRESA>sample string 2</EMPRESA>
  <NITCLIE>sample string 4</NITCLIE>
  <OBSERVACIONES>sample string 7</OBSERVACIONES>
  <URGENCIA>sample string 9</URGENCIA>
  <USUARIOCLIE>sample string 5</USUARIOCLIE>
</DocumentoSoporteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.