Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • minorisa-app minorisa-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sergi Zamora
  • minorisa-appminorisa-app
  • Wiki
  • Api routes
  • General

General · Changes

Page history
Update General authored Nov 24, 2020 by Sergi Zamora's avatar Sergi Zamora
Show whitespace changes
Inline Side-by-side
API-Routes/General.md
View page @ 2e536c1b
# /app/auth # /app/auth *(POST)*
Tries to login an user to the requested ODOO instance and returns its token and the available components Tries to login an user to the requested ODOO instance and returns its token and the available components
**Method:** ```POST```
**Params** **Params**
* `email` *(required)* * `email` *(required)*
* `passwd` *(required)* * `passwd` *(required)*
...@@ -20,9 +18,17 @@ true, "inventory": true, "internal": true, "expedition": true, "reception": true ...@@ -20,9 +18,17 @@ true, "inventory": true, "internal": true, "expedition": true, "reception": true
# /app/warehouse # /app/warehouse *(GET)*
Returns all the available warehouses of the requested instance
**Params**
* `token` *(required)*
* `dbname` *(required)*
**Return:** *JSON*
* **Method:** `GET` **Example return:**
* **Params** ```
* **token** {"status": true, "warehouse": [{"warehouse_name": "Almacen Central", "warehouse_id": 1}]}
* **dbname** ```
\ No newline at end of file \ No newline at end of file
Clone repository
  • API Routes
    • Deliveries
    • Expeditions
    • General
    • Inventories
    • Receptions
    • SAT
    • Search Product
  • Build App
    • Android
    • iOS
  • Development
    • Introduction
    • Start Development Environment
  • Home