POST factura_global/get_tickets_factura_global_by_ids

Request Information

URI Parameters

None.

Body Parameters

GetTicketsFacturaGlobalByIdsPostData
NameDescriptionTypeAdditional information
fecha_inicial

date

None.

fecha_final

date

None.

sucursal_id

integer

None.

empresa_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fecha_inicial": "2026-09-01T14:47:31.0518253-06:00",
  "fecha_final": "2026-09-01T14:47:31.0518253-06:00",
  "sucursal_id": 1,
  "empresa_id": 2
}

application/xml, text/xml

Sample:
<GetTicketsFacturaGlobalByIdsPostData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketeApi.ViewModels">
  <empresa_id>2</empresa_id>
  <fecha_final>2026-09-01T14:47:31.0518253-06:00</fecha_final>
  <fecha_inicial>2026-09-01T14:47:31.0518253-06:00</fecha_inicial>
  <sucursal_id>1</sucursal_id>
</GetTicketsFacturaGlobalByIdsPostData>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.