rentalinventorySynctoqboPost method
Future<Response<WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse> >
rentalinventorySynctoqboPost({})
@param inventoryid @param locationid
Implementation
Future<
chopper.Response<
WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse
>
>
rentalinventorySynctoqboPost({String? inventoryid, String? locationid}) {
generatedMapping.putIfAbsent(
WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse,
() => WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse
.fromJsonFactory,
);
return _rentalinventorySynctoqboPost(
inventoryid: inventoryid,
locationid: locationid,
);
}