We have created this API to manage the information that we use in our project of a system for a real estate company. This project is for personal use since the company we refer to is not real so you are free to use this API for personal purposes or for small projects. For now this is only a presentation file, that means ofcourse that i well agreggate in a future all the freatures to use this API thanks...
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
Answer: YES. You can use this API for any kind of personal proyect or to practice api request. At the moment a token is not required to access the relevant information, but ho knows if it neads in future updates if all runs very well :)
This is my first deployed API i made, so if you have any feedback or sugestion for the API documentation or have a problem, please reach out to us at jonatan.haaralaorosco@gmail.com
Spanish: A continuacion se propone la documentacion para acceder a la API y a sus funcionalidades
English: The following is the proposed documentation for accessing the API and its functionalities
GET api/Factura/ListarFacturas| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Get a list of all registered bills |
GET /api/Factura/ObtenerPorId/{idFactura}| Parameter | Type | Description |
|---|---|---|
idFactura |
int |
Return all data from a unique Bill |
| Required. Id of item to fetch |
GET /api/Factura/ListarIdFactura| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Get the ID of all regsitered bills |
POST /api/Factura/GuardarFactura| Parameter | Type | Description |
|---|---|---|
object{params} |
json/application |
Post data from a new bill and returns a OK message |
PUT /api/Factura/EditarFactura/{idFactura}| Parameter | Type | Description |
|---|---|---|
idFactura |
int |
EDIT the data of a bill using the ID |
| Required. Id of item to fetch |
PUT /api/Factura/EditarEstado/{idFactura}| Parameter | Type | Description |
|---|---|---|
idFactura |
int |
Edit the state of a bill using the ID |
| Required. Id of item to fetch |
DELETE /api/Factura/Eliminar/{idFactura}| Parameter | Type | Description |
|---|---|---|
idFactura |
string |
DELETE a specific bill based on his ID |
| Required. Id of item to fetch |
GET /api/Banco/ListarBancos| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Get a list of all bank's |
GET /api/Banco/ListarCuentas| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Get a list of all account's |
GET /api/Proveedor/ListarProveedor| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Get a list of all registered bills |
GET /api/Inmueble/Inmuebles| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Get a list of all estates |
GET /api/Inmueble/GetInmueble/{Idinmueble}| Parameter | Type | Description |
|---|---|---|
Idinmueble |
string |
Get a list of one estate |
| Required. Id of item to fetch |
Add badges from somewhere like: shields.io
Server: ASP.net Core 6, SQL Server 2019
Notes: You must have installed Visual Studio 2022 or latest to run this proyect in locally thanks
