glaccountSynctoqboPost method

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

@param accountid @param locationid

Implementation

Future<
  chopper.Response<
    WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse
  >
>
glaccountSynctoqboPost({String? accountid, String? locationid}) {
  generatedMapping.putIfAbsent(
    WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse,
    () => WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse
        .fromJsonFactory,
  );

  return _glaccountSynctoqboPost(
    accountid: accountid,
    locationid: locationid,
  );
}