POST ConsultarBaja

Request Information

URI Parameters

None.

Body Parameters

ConsultarBaja
NameDescriptionTypeAdditional information
ticket

string

None.

ruc

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ticket": "sample string 1",
  "ruc": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<ConsultarBaja xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiciosWeb.Entidades.ComunicacionBaja">
  <ruc>sample string 2</ruc>
  <ticket>sample string 1</ticket>
  <token>sample string 3</token>
</ConsultarBaja>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RespuestaConsultarBaja
NameDescriptionTypeAdditional information
codigo

string

None.

codSunat

string

None.

fecha

string

None.

hora

string

None.

mensaje

string

None.

cdr

string

None.

token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "codSunat": "sample string 2",
  "fecha": "sample string 3",
  "hora": "sample string 4",
  "mensaje": "sample string 5",
  "cdr": "sample string 6",
  "token": "sample string 7"
}

application/xml, text/xml

Sample:
<RespuestaConsultarBaja xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiciosWeb.Entidades.ComunicacionBaja">
  <cdr>sample string 6</cdr>
  <codSunat>sample string 2</codSunat>
  <codigo>sample string 1</codigo>
  <fecha>sample string 3</fecha>
  <hora>sample string 4</hora>
  <mensaje>sample string 5</mensaje>
  <token>sample string 7</token>
</RespuestaConsultarBaja>