rentalinventorySynctoqboPost method

Future<Response<WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse>> rentalinventorySynctoqboPost({
  1. String? inventoryid,
  2. String? locationid,
})

@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,
  );
}