GET api/pedidos?pagina={pagina}&filtro={filtro}&pedidosVinculados={pedidosVinculados}&visiblesAlCrearAlbaranes={visiblesAlCrearAlbaranes}&vinculadosAProyectoOdoo={vinculadosAProyectoOdoo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pagina

integer

Default value is 0

filtro

string

None.

pedidosVinculados

boolean

Default value is False

visiblesAlCrearAlbaranes

boolean

Default value is False

vinculadosAProyectoOdoo

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

IndexResult
NameDescriptionTypeAdditional information
Data

Collection of Pedido

None.

More

boolean

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'GestionMaincer.Models.Pedido'. Path 'Data[0].Usuario.Pedidos'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'GestionMaincer.Models.Pedido'. Path 'Data[0].Usuario.Pedidos'.