POST API/Presupuestos/{IDCliente}?Estado={Estado}&FechaDesde={FechaDesde}&FechaHasta={FechaHasta}&NumPagina={NumPagina}&LimitePagina={LimitePagina}&lastUpdate={lastUpdate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IDCliente

string

None.

Estado

integer

None.

FechaDesde

string

None.

FechaHasta

string

None.

NumPagina

integer

Default value is 0

LimitePagina

integer

Default value is 0

lastUpdate

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of APIPresupuesto
NameDescriptionTypeAdditional information
IDPresup

integer

None.

NumPresup

string

None.

RevPresup

integer

None.

DescPresup

string

None.

FechaAlta

date

None.

IDCliente

string

None.

DescCliente

string

None.

CuentaCliente

string

None.

DescCuenta

string

None.

Estado

integer

None.

DescEstado

string

None.

ImpPresup

decimal number

None.

ImpPresupVenta

decimal number

None.

IDTipoObra

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IDPresup": 1,
    "NumPresup": "sample string 2",
    "RevPresup": 3,
    "DescPresup": "sample string 4",
    "FechaAlta": "2025-07-26T04:34:54.7807797+02:00",
    "IDCliente": "sample string 5",
    "DescCliente": "sample string 6",
    "CuentaCliente": "sample string 7",
    "DescCuenta": "sample string 8",
    "Estado": 1,
    "DescEstado": "sample string 9",
    "ImpPresup": 10.0,
    "ImpPresupVenta": 11.0,
    "IDTipoObra": "sample string 12"
  },
  {
    "IDPresup": 1,
    "NumPresup": "sample string 2",
    "RevPresup": 3,
    "DescPresup": "sample string 4",
    "FechaAlta": "2025-07-26T04:34:54.7807797+02:00",
    "IDCliente": "sample string 5",
    "DescCliente": "sample string 6",
    "CuentaCliente": "sample string 7",
    "DescCuenta": "sample string 8",
    "Estado": 1,
    "DescEstado": "sample string 9",
    "ImpPresup": 10.0,
    "ImpPresupVenta": 11.0,
    "IDTipoObra": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAPIPresupuesto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_HERJAI.Models.API">
  <APIPresupuesto>
    <CuentaCliente>sample string 7</CuentaCliente>
    <DescCliente>sample string 6</DescCliente>
    <DescCuenta>sample string 8</DescCuenta>
    <DescEstado>sample string 9</DescEstado>
    <DescPresup>sample string 4</DescPresup>
    <Estado>1</Estado>
    <FechaAlta>2025-07-26T04:34:54.7807797+02:00</FechaAlta>
    <IDCliente>sample string 5</IDCliente>
    <IDPresup>1</IDPresup>
    <IDTipoObra>sample string 12</IDTipoObra>
    <ImpPresup>10</ImpPresup>
    <ImpPresupVenta>11</ImpPresupVenta>
    <NumPresup>sample string 2</NumPresup>
    <RevPresup>3</RevPresup>
  </APIPresupuesto>
  <APIPresupuesto>
    <CuentaCliente>sample string 7</CuentaCliente>
    <DescCliente>sample string 6</DescCliente>
    <DescCuenta>sample string 8</DescCuenta>
    <DescEstado>sample string 9</DescEstado>
    <DescPresup>sample string 4</DescPresup>
    <Estado>1</Estado>
    <FechaAlta>2025-07-26T04:34:54.7807797+02:00</FechaAlta>
    <IDCliente>sample string 5</IDCliente>
    <IDPresup>1</IDPresup>
    <IDTipoObra>sample string 12</IDTipoObra>
    <ImpPresup>10</ImpPresup>
    <ImpPresupVenta>11</ImpPresupVenta>
    <NumPresup>sample string 2</NumPresup>
    <RevPresup>3</RevPresup>
  </APIPresupuesto>
</ArrayOfAPIPresupuesto>