Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Retrieve Warehouse’s Data
...
POST/smartfin/api/v1/
...
wh/select
Retrieve all of the warehouse’s data under the current user
...
Update / Insert Warehouse Data
...
POST/smartfin/api/v1/wh/upsert
...
Contain the same parameters as
whs
in response body of https://mafint.atlassian.net/wiki/spaces/DEVMAD/pages/2128248833/Warehouses#Retrieve-Warehouse%E2%80%99s-Data ( Refer to the definition of each parameter )wh_id
does not need to be parsed and not required in this arrayConsists of new warehouse data to be inserted into database.
...
Contain the same parameters as
whs
in response body of https://mafint.atlassian.net/wiki/spaces/DEVMAD/pages/2128248833/Warehouses#Retrieve-Warehouse%E2%80%99s-Data ( Refer to the definition of each parameter )Consists of existing warehouse data to be updated into database.
...
Same as the response body from https://mafint.atlassian.net/wiki/spaces/DEVMAD/pages/2128248833/Warehouses#Retrieve-Warehouse%E2%80%99s-Data ( Refer to the definition of each parameter )
Delete Warehouse Data
...
DELETE/smartfin/api/v1/wh/delete
...
Same as the response body from https://mafint.atlassian.net/wiki/spaces/DEVMAD/pages/2128248833/Warehouses#Retrieve-Warehouse%E2%80%99s-Data ( Refer to the definition of each parameter )