glaccountSynctoqboPost method
Future<Response<WebApiModulesPluginsQuickbooksOnlineRwToQBOLogicQBOSyncResponse> >
glaccountSynctoqboPost({})
@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,
);
}