https://github.com/capcom6-learning/django-inventory
https://github.com/capcom6-learning/django-inventory
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/capcom6-learning/django-inventory
- Owner: capcom6-learning
- Created: 2023-08-02T08:19:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T08:20:37.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T11:28:27.678Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Inventory
## API
Base URL: /api/v1
### Общиме поля справочников
- status
- created_date
- updated_date
### /places?nomeclature__name=стул [GET, GET :id, POST, DELETE]
- id
- name
- address
### /places/:id/groups?nomeclature__name=стул [GET, GET :id, POST, DELETE]
- id
- name
- comment
### /places/:id/groups/:id_group/instances [GET, GET :id, POST, DELETE]
- id
- nomenclature_id
- quantity
- comment
### /types [GET, GET :id, POST, DELETE]
- id
- name
### /types/:id/nomenclatures [GET, GET :id, POST, DELETE]
- id
- name
- type_id
- characteristics_values[]
[{"id": "freq", "value": "3000MHz"},{"id": "freq", "value": "3200MHz"}]
### /types/:id/characteristics [GET, GET :id, POST, DELETE]
- id
- name
### /search?place__id=1&nomeclature__name=стул