// baseurl of server @baseurl = http://localhost:15869/api/inventoryType # @baseurl = http://103.1.12.221:15869/api/inventoryType ### GET TABLELIST FOR Inventory Type GET {{baseurl}}/ ### GET TABLELIST FOR Inventory Type POST {{baseurl}}/store Content-Type: application/json { "desc": "Columbary/Ossuary", "status": "Active" } ### UPDATE Inventory Type PUT {{baseurl}}/update?id=3 Content-Type: application/json { "desc": "Columbary/Ossuary", "status": "Inactive" } ### GET ONE Inventory Type GET {{baseurl}}/getOne?id=3