POST factura_global/get_max_folio_from_facturaglobal

Request Information

URI Parameters

None.

Body Parameters

GetMaxFolioFromFacturaGlobalPostData
NameDescriptionTypeAdditional information
keysucursal

integer

None.

keyempresa

integer

None.

serie

string

None.

Request Formats

application/json, text/json

Sample:
{
  "keysucursal": 1,
  "keyempresa": 2,
  "serie": "sample string 3"
}

application/xml, text/xml

Sample:
<GetMaxFolioFromFacturaGlobalPostData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketeApi.PostDataModel">
  <keyempresa>2</keyempresa>
  <keysucursal>1</keysucursal>
  <serie>sample string 3</serie>
</GetMaxFolioFromFacturaGlobalPostData>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.