Package com.viglet.turing.api.store
Class TurStoreVendorAPI
Object
TurStoreVendorAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionturStoreVendorAdd
(TurStoreVendor turStoreVendor) boolean
turStoreVendorUpdate
(String id, TurStoreVendor turStoreVendor)
-
Constructor Details
-
TurStoreVendorAPI
-
-
Method Details
-
turStoreVendorList
-
turStoreVendorGet
-
turStoreVendorUpdate
@PutMapping("/{id}") public TurStoreVendor turStoreVendorUpdate(@PathVariable String id, @RequestBody TurStoreVendor turStoreVendor) -
turStoreVendorDelete
-
turStoreVendorAdd
-