Merge pull request #123 from Oloodi/122-web-connect-vendorrate-api-harness-to-dev-backend-poc
adding crud for vendorRate to the api harness
This commit is contained in:
@@ -164,7 +164,12 @@ const dataconnectEntityConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
VendorRate: {
|
VendorRate: {
|
||||||
|
list: 'listVendorRate',
|
||||||
|
get: 'getVendorRateById',
|
||||||
|
create: 'createVendorRate',
|
||||||
|
update: 'updateVendorRate',
|
||||||
|
delete: 'deleteVendorRate',
|
||||||
|
filter: 'filterVendorRates',
|
||||||
},
|
},
|
||||||
|
|
||||||
Invoice:{
|
Invoice:{
|
||||||
|
|||||||
Reference in New Issue
Block a user