POST api/Document/AuditoriaDocumentosFiltrado

Request Information

URI Parameters

None.

Body Parameters

AuditoriaDocumentosError
NameDescriptionTypeAdditional information
emisor_Id

integer

None.

fechaIni

date

None.

fechaHasta

date

None.

clave

string

None.

consecutivo

string

None.

cliente

string

None.

tipoDoc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "emisor_Id": 1,
  "fechaIni": "2025-05-14T02:42:56.0587099-06:00",
  "fechaHasta": "2025-05-14T02:42:56.0587099-06:00",
  "clave": "sample string 4",
  "consecutivo": "sample string 5",
  "cliente": "sample string 6",
  "tipoDoc": "sample string 7"
}

text/html

Sample:
{"emisor_Id":1,"fechaIni":"2025-05-14T02:42:56.0587099-06:00","fechaHasta":"2025-05-14T02:42:56.0587099-06:00","clave":"sample string 4","consecutivo":"sample string 5","cliente":"sample string 6","tipoDoc":"sample string 7"}

application/xml, text/xml

Sample:
<AuditoriaDocumentosError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bussines.TableClasses">
  <clave>sample string 4</clave>
  <cliente>sample string 6</cliente>
  <consecutivo>sample string 5</consecutivo>
  <emisor_Id>1</emisor_Id>
  <fechaHasta>2025-05-14T02:42:56.0587099-06:00</fechaHasta>
  <fechaIni>2025-05-14T02:42:56.0587099-06:00</fechaIni>
  <tipoDoc>sample string 7</tipoDoc>
</AuditoriaDocumentosError>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.