adding crud for vendorRate to the api harness
This commit is contained in:
@@ -164,7 +164,12 @@ const dataconnectEntityConfig = {
|
||||
},
|
||||
|
||||
VendorRate: {
|
||||
|
||||
list: 'listVendorRate',
|
||||
get: 'getVendorRateById',
|
||||
create: 'createVendorRate',
|
||||
update: 'updateVendorRate',
|
||||
delete: 'deleteVendorRate',
|
||||
filter: 'filterVendorRates',
|
||||
},
|
||||
|
||||
Invoice:{
|
||||
|
||||
Reference in New Issue
Block a user