GET Activos/ObtenerTodasLasLineasCompra
Consulta Líneas de Compra
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de Las Líneas de Compra
Collection of LineaCompraName | Description | Type | Additional information |
---|---|---|---|
LineaId |
Id Línea de Compra |
integer |
None. |
Codigo |
Código Línea de Compra |
string |
Max length: 20 |
Nombre | string |
Max length: 50 |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "LineaId": 1, "Codigo": "sample string 2", "Nombre": "sample string 3" }, { "$ref": "1" } ]
multipart/form-data
Sample:
[{"$id":"1","LineaId":1,"Codigo":"sample string 2","Nombre":"sample string 3"},{"$ref":"1"}]