GET api/albaranes-app/{id}?convertirOperariosEnMateriales={convertirOperariosEnMateriales}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

convertirOperariosEnMateriales

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

AlbaranApp
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Ejercicio

integer

None.

NroOperacion

integer

None.

Fecha

date

None.

Serie

string

None.

NroDocumento

integer

None.

IdUsuario

integer

None.

Usuario

Usuario

None.

Propietario

string

None.

Cliente

Cliente

None.

EjercicioPedido

integer

None.

NroOperacionPedido

integer

None.

Pedido

Pedido

None.

TrabajosRealizados

string

None.

IdUsuarioAsignarA

integer

None.

UsuarioAsignarA

Usuario

None.

Finalizado

boolean

None.

Firmado

boolean

None.

Revisado

boolean

None.

Materiales

Collection of MaterialAlbaranApp

None.

Operarios

Collection of OperarioAlbaranApp

None.

Fotografias

Collection of Fotografia

None.

Contacto

Contacto

None.

NombreContacto

string

None.

DniContacto

string

None.

EmailContacto

string

None.

MotivoSinFirmar

string

None.

CreatedAt

date

None.

UpdatedAt

date

None.

Local

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 for property 'Usuario' with type 'GestionMaincer.Models.Usuario'. Path 'Usuario.Pedidos[0]'.

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 for property 'Usuario' with type 'GestionMaincer.Models.Usuario'. Path 'Usuario.Pedidos[0]'.