Lấy danh sách kho doanh nghiệp
/api/store/depot: Tính năng này dùng để lấy danh sách kho của doanh nghiệp.
Request
The search param - (Data array)
Param | Required | Description | |
---|---|---|---|
depotId | Int | No | Tìm kiếm theo ID kho |
Response
JSON decode the response to get the structure:
Key | Type | Description |
---|---|---|
code | int | 1 = success or 0 = failed |
messages | [ ] | is an array of error messages if code = 0 |
data | [ ] | Mảng danh sách kho của doanh nghiệp |
Last updated