POST factura_global/get_factura_global_activa_by_ticket

Request Information

URI Parameters

None.

Body Parameters

GetFacturaGlobalByTicketPostData
NameDescriptionTypeAdditional information
keyempesa

integer

None.

keysucursal

integer

None.

numero_ticket

string

None.

fecha_ticket

date

None.

Request Formats

application/json, text/json

Sample:
{
  "keyempesa": 1,
  "keysucursal": 2,
  "numero_ticket": "sample string 3",
  "fecha_ticket": "2026-09-01T14:47:31.3705182-06:00"
}

application/xml, text/xml

Sample:
<GetFacturaGlobalByTicketPostData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketeApi.PostDataModel">
  <fecha_ticket>2026-09-01T14:47:31.3705182-06:00</fecha_ticket>
  <keyempesa>1</keyempesa>
  <keysucursal>2</keysucursal>
  <numero_ticket>sample string 3</numero_ticket>
</GetFacturaGlobalByTicketPostData>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.