POST Rips/LoginSispro

Request Information

URI Parameters

None.

Body Parameters

LoginSisproDto
NameDescriptionTypeAdditional information
TipoIdentificacion

Tipo de identificación del usuario (debe ser uno de los valores permitidos).

string

Required

Matching regular expression pattern: ^(AS|CC|CD|CE|CN|DE|MS|NI|NV|PA|PE|PT|RC|SC|SI|TI)$

NumeroIdentificacion

Número de identificación del usuario.

string

Required

Nit

NIT del usuario.

string

Required

Clave

Clave del usuario.

string

Required

Ambiente

Indica el ambiente en el que se opera.

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "TipoIdentificacion": "sample string 1",
  "NumeroIdentificacion": "sample string 2",
  "Nit": "sample string 3",
  "Clave": "sample string 4",
  "Ambiente": true
}

application/xml, text/xml

Sample:
<LoginSisproDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KiaiFacturacion.Aplicacion.Dtos.Rips">
  <Ambiente>true</Ambiente>
  <Clave>sample string 4</Clave>
  <Nit>sample string 3</Nit>
  <NumeroIdentificacion>sample string 2</NumeroIdentificacion>
  <TipoIdentificacion>sample string 1</TipoIdentificacion>
</LoginSisproDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginSisproDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.