POST factura_global/validar_rango_de_fechas

Request Information

URI Parameters

None.

Body Parameters

ValidarRangoDeFechasPostData
NameDescriptionTypeAdditional information
fecha_inicial

date

None.

fecha_final

date

None.

keyempresa

integer

None.

keysucursal

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fecha_inicial": "2026-09-01T14:47:31.3727629-06:00",
  "fecha_final": "2026-09-01T14:47:31.3727629-06:00",
  "keyempresa": 1,
  "keysucursal": 1
}

application/xml, text/xml

Sample:
<ValidarRangoDeFechasPostData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketeApi.PostDataModel">
  <fecha_final>2026-09-01T14:47:31.3727629-06:00</fecha_final>
  <fecha_inicial>2026-09-01T14:47:31.3727629-06:00</fecha_inicial>
  <keyempresa>1</keyempresa>
  <keysucursal>1</keysucursal>
</ValidarRangoDeFechasPostData>

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 'ValidarRangoDeFechasPostData'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.