POST factura_global/get_max_folio_from_facturaglobal
Request Information
URI Parameters
None.
Body Parameters
GetMaxFolioFromFacturaGlobalPostData| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.