Skip to content

api para el backend del proyecto de la inmobiliaria

Notifications You must be signed in to change notification settings

JoniHaarala/inmo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Inmo API

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...

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

FAQ

Its free to use?

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 :)

Feedback

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

License

MIT

API Reference

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

Para Factura

Get all bills

  GET api/Factura/ListarFacturas
Parameter Type Description
api_key string Get a list of all registered bills

Get one bill

  GET /api​/Factura​/ObtenerPorId​/{idFactura}
Parameter Type Description
idFactura int Return all data from a unique Bill
Required. Id of item to fetch

Get all bills ID

  GET /api​/Factura​/ListarIdFactura
Parameter Type Description
api_key string Get the ID of all regsitered bills

Save one bill

  POST /api​/Factura​/GuardarFactura
Parameter Type Description
object{params} json/application Post data from a new bill and returns a OK message

Edit bill information

  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

Edit bill Status

  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 bill

  DELETE /api​/Factura​/Eliminar/{idFactura}
Parameter Type Description
idFactura string DELETE a specific bill based on his ID
Required. Id of item to fetch

Para Banco

Get all Bank's

  GET /api​/Banco​/ListarBancos
Parameter Type Description
api_key string Get a list of all bank's

Get all account's

  GET ​/api​/Banco​/ListarCuentas
Parameter Type Description
api_key string Get a list of all account's

Para Proveedor

Get all Suppliers

  GET /api/Proveedor/ListarProveedor
Parameter Type Description
api_key string Get a list of all registered bills

Para los Inmuebles

Get all real estates

  GET ​/api​/Inmueble​/Inmuebles
Parameter Type Description
api_key string Get a list of all estates

Get specific property

  GET /api​/Inmueble​/GetInmueble​/{Idinmueble}
Parameter Type Description
Idinmueble string Get a list of one estate
Required. Id of item to fetch

Badges

Add badges from somewhere like: shields.io

MIT License

AGPL License

Tech Stack

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

About

api para el backend del proyecto de la inmobiliaria

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages