diff --git a/src/Constants.php b/src/Constants.php index 8281aef..69c409d 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -1041,6 +1041,7 @@ class ErrorCodeId const C_INVALIDTAXTYPECODE = 2809; const C_CONTENTACCESSDENIED = 2810; const C_CONTENTNOTFOUND = 2811; + const C_REGISTRATIONNUMBERNOTFOUND = 2812; } diff --git a/src/Methods.php b/src/Methods.php index 93ad838..ae7deec 100644 --- a/src/Methods.php +++ b/src/Methods.php @@ -53,7 +53,7 @@ public function accountResetLicenseKey($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -85,7 +85,7 @@ public function activateAccount($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -124,7 +124,7 @@ public function auditAccount($id, $start, $end, $top=null, $skip=null) { 'query' => ['start' => $start, 'end' => $end, '$top' => $top, '$skip' => $skip], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -156,7 +156,7 @@ public function createLicenseKey($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -183,7 +183,7 @@ public function deleteLicenseKey($id, $licensekeyname) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -210,7 +210,7 @@ public function getAccount($id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -243,7 +243,7 @@ public function getAccountConfiguration($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -264,7 +264,7 @@ public function getLicenseKey($id, $licensekeyname) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -286,7 +286,7 @@ public function getLicenseKeys($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -323,7 +323,7 @@ public function queryAccounts($include=null, $filter=null, $top=null, $skip=null 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -357,7 +357,7 @@ public function setAccountConfiguration($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -397,7 +397,7 @@ public function resolveAddress($line1, $line2, $line3, $city, $region, $postalCo 'query' => ['line1' => $line1, 'line2' => $line2, 'line3' => $line3, 'city' => $city, 'region' => $region, 'postalCode' => $postalCode, 'country' => $country, 'textCase' => $textCase], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -425,7 +425,7 @@ public function resolveAddressPost($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -445,7 +445,7 @@ public function createCompanyLookupFile($accountId, $companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -464,7 +464,7 @@ public function deleteLookupFile($accountId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -483,7 +483,7 @@ public function getCompanyLookupFiles($accountId, $companyId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -502,7 +502,7 @@ public function getLookupFile($accountId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -522,7 +522,7 @@ public function updateLookupFile($accountId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -546,7 +546,7 @@ public function createAvaFileForms($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -569,7 +569,7 @@ public function deleteAvaFileForm($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -592,7 +592,7 @@ public function getAvaFileForm($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -619,7 +619,7 @@ public function queryAvaFileForms($filter=null, $top=null, $skip=null, $orderBy= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -644,7 +644,7 @@ public function updateAvaFileForm($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -678,7 +678,7 @@ public function cancelBatch($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -719,7 +719,7 @@ public function createBatches($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -758,7 +758,7 @@ public function createTransactionBatch($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -790,7 +790,7 @@ public function deleteBatch($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -814,7 +814,7 @@ public function downloadBatch($companyId, $batchId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -851,7 +851,7 @@ public function getBatch($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -898,7 +898,7 @@ public function listBatchesByCompany($companyId, $filter=null, $include=null, $t 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -941,7 +941,7 @@ public function queryBatches($filter=null, $include=null, $top=null, $skip=null, 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -980,7 +980,7 @@ public function createCertExpressInvitation($companyId, $customerCode, $model) 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1020,7 +1020,7 @@ public function getCertExpressInvitation($companyId, $customerCode, $id, $includ 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1062,7 +1062,7 @@ public function listCertExpressInvitations($companyId, $include=null, $filter=nu 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1107,7 +1107,7 @@ public function createCertificates($companyId, $preValidatedExemptionReason, $mo 'query' => ['$preValidatedExemptionReason' => $preValidatedExemptionReason], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1143,7 +1143,7 @@ public function deleteCertificate($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -1182,7 +1182,7 @@ public function downloadCertificateImage($companyId, $id, $page, $type) { 'query' => ['$page' => $page, '$type' => $type], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1223,7 +1223,7 @@ public function getCertificate($companyId, $id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1252,7 +1252,7 @@ public function getCertificateSetup($companyId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1290,7 +1290,7 @@ public function linkAttributesToCertificate($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1329,7 +1329,7 @@ public function linkCustomersToCertificate($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1366,7 +1366,7 @@ public function listAttributesForCertificate($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1404,7 +1404,7 @@ public function listCustomersForCertificate($companyId, $id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1448,7 +1448,7 @@ public function queryCertificates($companyId, $include=null, $filter=null, $top= 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1479,7 +1479,7 @@ public function requestCertificateSetup($companyId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1517,7 +1517,7 @@ public function unlinkAttributesFromCertificate($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1557,7 +1557,7 @@ public function unlinkCustomersFromCertificate($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1592,7 +1592,7 @@ public function updateCertificate($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -1630,7 +1630,7 @@ public function uploadCertificateImage($companyId, $id, $file) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1674,7 +1674,7 @@ public function certifyIntegration($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1709,7 +1709,7 @@ public function changeFilingStatus($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1742,7 +1742,7 @@ public function companyInitialize($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1768,7 +1768,7 @@ public function createCompanies($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1801,7 +1801,7 @@ public function createCompanyParameters($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1836,7 +1836,7 @@ public function createFundingRequest($id, $businessUnit, $subscriptionType, $mod 'query' => ['businessUnit' => $businessUnit, 'subscriptionType' => $subscriptionType], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -1858,7 +1858,7 @@ public function deleteCompany($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -1886,7 +1886,7 @@ public function deleteCompanyParameter($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -1912,7 +1912,7 @@ public function fundingConfigurationByCompany($companyId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1939,7 +1939,7 @@ public function fundingConfigurationsByCompanyAndCurrency($companyId, $currency) 'query' => ['currency' => $currency], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -1974,7 +1974,7 @@ public function getCompany($id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2007,7 +2007,7 @@ public function getCompanyConfiguration($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2036,7 +2036,7 @@ public function getCompanyParameterDetail($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2071,7 +2071,7 @@ public function getFilingStatus($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2099,7 +2099,7 @@ public function listACHEntryDetailsForCompany($id, $periodyear, $periodmonth) 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2134,7 +2134,7 @@ public function listCompanyParameterDetails($companyId, $filter=null, $top=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2160,7 +2160,7 @@ public function listFundingRequestsByCompany($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2183,7 +2183,7 @@ public function listMrsCompanies() { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2225,7 +2225,7 @@ public function queryCompanies($include=null, $filter=null, $top=null, $skip=nul 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2259,7 +2259,7 @@ public function setCompanyConfiguration($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -2292,7 +2292,7 @@ public function updateCompany($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -2322,7 +2322,7 @@ public function updateCompanyParameterDetail($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -2351,7 +2351,7 @@ public function queryTaxAuthorityJurisdictionRates($taxAuthorityId, $effectiveDa 'query' => ['taxAuthorityId' => $taxAuthorityId, 'effectiveDate' => $effectiveDate, 'endDate' => $endDate, '$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2376,7 +2376,7 @@ public function createContacts($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -2399,7 +2399,7 @@ public function deleteContact($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -2424,7 +2424,7 @@ public function getContact($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2453,7 +2453,7 @@ public function listContactsByCompany($companyId, $filter=null, $top=null, $skip 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2483,7 +2483,7 @@ public function queryContacts($filter=null, $top=null, $skip=null, $orderBy=null 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2511,7 +2511,7 @@ public function updateContact($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -2549,7 +2549,7 @@ public function createCustomers($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -2584,7 +2584,7 @@ public function deleteCustomer($companyId, $customerCode) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -2626,7 +2626,7 @@ public function getCustomer($companyId, $customerCode, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2665,7 +2665,7 @@ public function linkAttributesToCustomer($companyId, $customerCode, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -2701,7 +2701,7 @@ public function linkCertificatesToCustomer($companyId, $customerCode, $model) 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -2738,7 +2738,7 @@ public function linkShipToCustomersToBillCustomer($companyId, $code, $model) 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -2776,7 +2776,7 @@ public function listAttributesForCustomer($companyId, $customerCode) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2816,7 +2816,7 @@ public function listCertificatesForCustomer($companyId, $customerCode, $include= 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2856,7 +2856,7 @@ public function listValidCertificatesForCustomer($companyId, $customerCode, $cou 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2900,7 +2900,7 @@ public function queryCustomers($companyId, $include=null, $filter=null, $top=nul 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -2939,7 +2939,7 @@ public function unlinkAttributesFromCustomer($companyId, $customerCode, $model) 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -2975,7 +2975,7 @@ public function unlinkCertificatesFromCustomer($companyId, $customerCode, $model 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -3011,7 +3011,7 @@ public function updateCustomer($companyId, $customerCode, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -3035,7 +3035,7 @@ public function createDataSources($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -3059,7 +3059,7 @@ public function deleteDataSource($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -3083,7 +3083,7 @@ public function getDataSourceById($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3110,7 +3110,7 @@ public function listDataSources($companyId, $filter=null, $top=null, $skip=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3139,7 +3139,7 @@ public function queryDataSources($filter=null, $top=null, $skip=null, $orderBy=n 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3164,7 +3164,7 @@ public function updateDataSource($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -3196,7 +3196,7 @@ public function getCrossBorderCode($country, $hsCode) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3219,7 +3219,7 @@ public function getLoginVerifierByForm($form, $filter=null, $top=null, $skip=nul 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3240,7 +3240,7 @@ public function listAllMarketplaceLocations($filter=null, $top=null, $skip=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3266,7 +3266,7 @@ public function listAvaFileForms($filter=null, $top=null, $skip=null, $orderBy=n 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3294,7 +3294,7 @@ public function listCertificateAttributes($companyid, $filter=null, $top=null, $ 'query' => ['companyid' => $companyid, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3321,7 +3321,7 @@ public function listCertificateExemptReasons($filter=null, $top=null, $skip=null 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3348,7 +3348,7 @@ public function listCertificateExposureZones($filter=null, $top=null, $skip=null 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3371,7 +3371,7 @@ public function listClassificationParametersUsage($filter=null, $top=null, $skip 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3393,7 +3393,7 @@ public function listCommunicationsServiceTypes($id, $filter=null, $top=null, $sk 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3415,7 +3415,7 @@ public function listCommunicationsTransactionTypes($filter=null, $top=null, $ski 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3437,7 +3437,7 @@ public function listCommunicationsTSPairs($filter=null, $top=null, $skip=null, $ 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3460,7 +3460,7 @@ public function listCountries($filter=null, $top=null, $skip=null, $orderBy=null 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3488,7 +3488,7 @@ public function listCoverLetters($filter=null, $top=null, $skip=null, $orderBy=n 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3522,7 +3522,7 @@ public function listCrossBorderCodes($country, $hsCode, $filter=null, $top=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3548,7 +3548,7 @@ public function listCrossBorderSections() { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3572,7 +3572,7 @@ public function listCurrencies($filter=null, $top=null, $skip=null, $orderBy=nul 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3597,7 +3597,7 @@ public function listEntityUseCodes($filter=null, $top=null, $skip=null, $orderBy 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3619,7 +3619,7 @@ public function listFilingFrequencies($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3645,7 +3645,7 @@ public function listJurisdictions($filter=null, $top=null, $skip=null, $orderBy= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3679,7 +3679,7 @@ public function listJurisdictionsByAddress($line1, $line2, $line3, $city, $regio 'query' => ['line1' => $line1, 'line2' => $line2, 'line3' => $line3, 'city' => $city, 'region' => $region, 'postalCode' => $postalCode, 'country' => $country, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3712,7 +3712,7 @@ public function listJurisdictionsByRateTypeTaxTypeMapping($country, $taxTypeId, 'query' => ['rateTypeId' => $rateTypeId, 'region' => $region, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3733,7 +3733,7 @@ public function listJurisdictionTypesByRateTypeTaxTypeMapping($country, $taxType 'query' => ['rateTypeId' => $rateTypeId], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3768,7 +3768,7 @@ public function listLocationQuestionsByAddress($line1, $line2, $line3, $city, $r 'query' => ['line1' => $line1, 'line2' => $line2, 'line3' => $line3, 'city' => $city, 'region' => $region, 'postalCode' => $postalCode, 'country' => $country, 'latitude' => $latitude, 'longitude' => $longitude, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3791,7 +3791,7 @@ public function listLoginVerifiers($filter=null, $top=null, $skip=null, $orderBy 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3812,7 +3812,7 @@ public function listMarketplaceLocations($marketplaceId, $top=null, $skip=null, 'query' => ['marketplaceId' => $marketplaceId, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3835,7 +3835,7 @@ public function listNexus($filter=null, $top=null, $skip=null, $orderBy=null) 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3867,7 +3867,7 @@ public function listNexusByAddress($line1, $line2, $line3, $city, $region, $post 'query' => ['line1' => $line1, 'line2' => $line2, 'line3' => $line3, 'city' => $city, 'region' => $region, 'postalCode' => $postalCode, 'country' => $country, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3891,7 +3891,7 @@ public function listNexusByCountry($country, $filter=null, $top=null, $skip=null 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3916,7 +3916,7 @@ public function listNexusByCountryAndRegion($country, $region, $filter=null, $to 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3948,7 +3948,7 @@ public function listNexusByFormCode($formCode) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3972,7 +3972,7 @@ public function listNexusByTaxTypeGroup($taxTypeGroup, $filter=null, $top=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -3994,7 +3994,7 @@ public function listNexusTaxTypeGroups($filter=null, $top=null, $skip=null, $ord 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4016,7 +4016,7 @@ public function listNoticeCustomerFundingOptions($filter=null, $top=null, $skip= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4038,7 +4038,7 @@ public function listNoticeCustomerTypes($filter=null, $top=null, $skip=null, $or 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4060,7 +4060,7 @@ public function listNoticeFilingtypes($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4082,7 +4082,7 @@ public function listNoticePriorities($filter=null, $top=null, $skip=null, $order 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4104,7 +4104,7 @@ public function listNoticeReasons($filter=null, $top=null, $skip=null, $orderBy= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4126,7 +4126,7 @@ public function listNoticeResponsibilities($filter=null, $top=null, $skip=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4148,7 +4148,7 @@ public function listNoticeRootCauses($filter=null, $top=null, $skip=null, $order 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4170,7 +4170,7 @@ public function listNoticeStatuses($filter=null, $top=null, $skip=null, $orderBy 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4192,7 +4192,7 @@ public function listNoticeTypes($filter=null, $top=null, $skip=null, $orderBy=nu 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4215,7 +4215,7 @@ public function listParameters($filter=null, $top=null, $skip=null, $orderBy=nul 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4255,7 +4255,7 @@ public function listParametersByItem($companyCode, $itemCode, $filter=null, $top 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4278,7 +4278,7 @@ public function listParametersUsage($filter=null, $top=null, $skip=null, $orderB 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4298,7 +4298,7 @@ public function listPermissions($top=null, $skip=null) { 'query' => ['$top' => $top, '$skip' => $skip], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4319,7 +4319,7 @@ public function listPostalCodes($filter=null, $top=null, $skip=null, $orderBy=nu 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4348,7 +4348,7 @@ public function listPreferredPrograms($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4373,7 +4373,7 @@ public function listProductClassificationSystems($filter=null, $top=null, $skip= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy, '$countryCode' => $countryCode], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4407,7 +4407,7 @@ public function listProductClassificationSystemsByCompany($companyCode, $filter= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy, '$countryCode' => $countryCode], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4430,7 +4430,7 @@ public function listRateTypesByCountry($country, $filter=null, $top=null, $skip= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4455,7 +4455,7 @@ public function listRateTypesByCountryTaxTypeTaxSubType($country, $taxTypeId, $t 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4478,7 +4478,7 @@ public function listRegions($filter=null, $top=null, $skip=null, $orderBy=null) 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4502,7 +4502,7 @@ public function listRegionsByCountry($country, $filter=null, $top=null, $skip=nu 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4524,7 +4524,7 @@ public function listResourceFileTypes($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4547,7 +4547,7 @@ public function listReturnsParametersUsage($filter=null, $top=null, $skip=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4570,7 +4570,7 @@ public function listSecurityRoles($filter=null, $top=null, $skip=null, $orderBy= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4594,7 +4594,7 @@ public function listSubscriptionTypes($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4615,7 +4615,7 @@ public function listTags($filter=null, $top=null, $skip=null, $orderBy=null) 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4637,7 +4637,7 @@ public function listTaxAuthorities($filter=null, $top=null, $skip=null, $orderBy 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4661,7 +4661,7 @@ public function listTaxAuthorityForms($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4683,7 +4683,7 @@ public function listTaxAuthorityTypes($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4712,7 +4712,7 @@ public function listTaxCodes($filter=null, $top=null, $skip=null, $orderBy=null) 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4733,7 +4733,7 @@ public function listTaxCodeTypes($top=null, $skip=null) { 'query' => ['$top' => $top, '$skip' => $skip], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4755,7 +4755,7 @@ public function listTaxForms($filter=null, $top=null, $skip=null, $orderBy=null) 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4777,7 +4777,7 @@ public function listTaxSubTypes($filter=null, $top=null, $skip=null, $orderBy=nu 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4801,7 +4801,7 @@ public function listTaxSubTypesByCountryAndTaxType($country, $taxTypeId, $filter 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4825,7 +4825,7 @@ public function listTaxSubTypesByJurisdictionAndRegion($jurisdictionCode, $regio 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4847,7 +4847,7 @@ public function listTaxTypeGroups($filter=null, $top=null, $skip=null, $orderBy= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4869,7 +4869,7 @@ public function listTaxTypesByNexusAndCountry($country, $companyId, $top=null, $ 'query' => ['companyId' => $companyId, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4893,7 +4893,7 @@ public function listUnitOfBasisByCountryAndTaxTypeAndTaxSubTypeAndRateType($coun 'query' => ['rateTypeId' => $rateTypeId, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4916,7 +4916,7 @@ public function listUnitOfMeasurement($filter=null, $top=null, $skip=null, $orde 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -4943,7 +4943,7 @@ public function createDistanceThreshold($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -4970,7 +4970,7 @@ public function deleteDistanceThreshold($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -4997,7 +4997,7 @@ public function getDistanceThreshold($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5028,7 +5028,7 @@ public function listDistanceThresholds($companyId, $filter=null, $include=null, 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5061,7 +5061,7 @@ public function queryDistanceThresholds($filter=null, $include=null, $top=null, 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5092,7 +5092,7 @@ public function updateDistanceThreshold($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -5117,7 +5117,7 @@ public function createECommerceToken($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5142,7 +5142,7 @@ public function refreshECommerceToken($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -5164,7 +5164,7 @@ public function approveFirmClientLinkage($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5195,7 +5195,7 @@ public function createAndLinkNewFirmClientAccount($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5217,7 +5217,7 @@ public function createFirmClientLinkage($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5239,7 +5239,7 @@ public function deleteFirmClientLinkage($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5261,7 +5261,7 @@ public function getFirmClientLinkage($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5283,7 +5283,7 @@ public function listFirmClientLinkage($filter=null) { 'query' => ['$filter' => $filter], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5305,7 +5305,7 @@ public function rejectFirmClientLinkage($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5327,7 +5327,7 @@ public function resetFirmClientLinkage($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5349,7 +5349,7 @@ public function revokeFirmClientLinkage($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5380,7 +5380,7 @@ public function requestFreeTrial($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5416,7 +5416,7 @@ public function activateFundingRequest($id, $businessUnit, $subscriptionType) 'query' => ['businessUnit' => $businessUnit, 'subscriptionType' => $subscriptionType], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5450,7 +5450,7 @@ public function fundingRequestStatus($id, $businessUnit, $subscriptionType) { 'query' => ['businessUnit' => $businessUnit, 'subscriptionType' => $subscriptionType], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5477,7 +5477,7 @@ public function batchDeleteItemClassifications($companyId, $itemId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5506,7 +5506,7 @@ public function batchDeleteItemParameters($companyId, $itemId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5537,7 +5537,7 @@ public function bulkUploadItems($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5567,7 +5567,7 @@ public function createItemClassifications($companyId, $itemId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5601,7 +5601,7 @@ public function createItemParameters($companyId, $itemId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5632,7 +5632,7 @@ public function createItems($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5658,7 +5658,7 @@ public function createItemTags($companyId, $itemId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5685,7 +5685,7 @@ public function createTaxCodeClassificationRequest($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -5722,7 +5722,7 @@ public function deleteCatalogueItem($companyId, $itemCode) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5753,7 +5753,7 @@ public function deleteItem($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5781,7 +5781,7 @@ public function deleteItemClassification($companyId, $itemId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5811,7 +5811,7 @@ public function deleteItemParameter($companyId, $itemId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5837,7 +5837,7 @@ public function deleteItemTag($companyId, $itemId, $itemTagDetailId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5862,7 +5862,7 @@ public function deleteItemTags($companyId, $itemId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -5895,7 +5895,7 @@ public function getClassificationStatus($companyId, $includeClassificationDetail 'query' => ['$includeClassificationDetails' => $includeClassificationDetails, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5925,7 +5925,7 @@ public function getItem($companyId, $id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5953,7 +5953,7 @@ public function getItemClassification($companyId, $itemId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -5983,7 +5983,7 @@ public function getItemParameter($companyId, $itemId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6011,7 +6011,7 @@ public function getItemTags($companyId, $itemId, $filter=null, $top=null, $skip= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6044,7 +6044,7 @@ public function getPremiumClassification($companyId, $itemCode, $systemCode) 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6075,7 +6075,7 @@ public function getTaxCodeRecommendations($companyId, $requestId, $filter=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6111,7 +6111,7 @@ public function listImportRestrictions($companyId, $itemCode, $countryOfImport, 'query' => ['$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6145,7 +6145,7 @@ public function listItemClassifications($companyId, $itemId, $filter=null, $top= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6181,7 +6181,7 @@ public function listItemParameters($companyId, $itemId, $filter=null, $top=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6227,7 +6227,7 @@ public function listItemsByCompany($companyId, $filter=null, $include=null, $top 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy, 'tagName' => $tagName], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6263,7 +6263,7 @@ public function queryItems($filter=null, $include=null, $top=null, $skip=null, $ 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6301,7 +6301,7 @@ public function queryItemsByTag($companyId, $tag, $filter=null, $include=null, $ 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6328,7 +6328,7 @@ public function syncItemCatalogue($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -6362,7 +6362,7 @@ public function syncItems($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -6397,7 +6397,7 @@ public function updateItem($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -6428,7 +6428,7 @@ public function updateItemClassification($companyId, $itemId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -6459,7 +6459,7 @@ public function updateItemParameter($companyId, $itemId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -6487,7 +6487,7 @@ public function createJurisdictionOverrides($accountId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -6510,7 +6510,7 @@ public function deleteJurisdictionOverride($accountId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -6538,7 +6538,7 @@ public function getJurisdictionOverride($accountId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6573,7 +6573,7 @@ public function listJurisdictionOverridesByAccount($accountId, $filter=null, $in 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6607,7 +6607,7 @@ public function queryJurisdictionOverrides($filter=null, $include=null, $top=nul 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6631,7 +6631,7 @@ public function updateJurisdictionOverride($accountId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -6665,7 +6665,7 @@ public function createLocationParameters($companyId, $locationId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -6688,7 +6688,7 @@ public function createLocations($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -6711,7 +6711,7 @@ public function deleteLocation($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -6741,7 +6741,7 @@ public function deleteLocationParameter($companyId, $locationId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -6774,7 +6774,7 @@ public function getLocation($companyId, $id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6804,7 +6804,7 @@ public function getLocationParameter($companyId, $locationId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6840,7 +6840,7 @@ public function listLocationParameters($companyId, $locationId, $filter=null, $t 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6878,7 +6878,7 @@ public function listLocationsByCompany($companyId, $filter=null, $include=null, 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6916,7 +6916,7 @@ public function queryLocations($filter=null, $include=null, $top=null, $skip=nul 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -6942,7 +6942,7 @@ public function updateLocation($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -6973,7 +6973,7 @@ public function updateLocationParameter($companyId, $locationId, $id, $model) 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -6998,7 +6998,7 @@ public function validateLocation($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7041,7 +7041,7 @@ public function adjustMultiDocumentTransaction($code, $type, $include=null, $mod 'query' => ['include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7086,7 +7086,7 @@ public function auditMultiDocumentTransaction($code, $type) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7124,7 +7124,7 @@ public function commitMultiDocumentTransaction($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7187,7 +7187,7 @@ public function createMultiDocumentTransaction($include=null, $model=null) { 'query' => ['$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7231,7 +7231,7 @@ public function getMultiDocumentTransactionByCodeAndType($code, $type, $include= 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7283,7 +7283,7 @@ public function getMultiDocumentTransactionById($id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7336,7 +7336,7 @@ public function listMultiDocumentTransactions($filter=null, $include=null, $top= 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7405,7 +7405,7 @@ public function refundMultiDocumentTransaction($code, $type, $include=null, $mod 'query' => ['$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7441,7 +7441,7 @@ public function verifyMultiDocumentTransaction($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7482,7 +7482,7 @@ public function voidMultiDocumentTransaction($code, $type, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7523,7 +7523,7 @@ public function createNexus($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7556,7 +7556,7 @@ public function createNexusParameters($companyId, $nexusId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7593,7 +7593,7 @@ public function declareNexusByAddress($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -7624,7 +7624,7 @@ public function deleteNexus($companyId, $id, $cascadeDelete) { 'query' => ['cascadeDelete' => $cascadeDelete], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -7653,7 +7653,7 @@ public function deleteNexusParameter($companyId, $nexusId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -7681,7 +7681,7 @@ public function deleteNexusParameters($companyId, $nexusId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -7712,7 +7712,7 @@ public function getNexus($companyId, $id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7747,7 +7747,7 @@ public function getNexusByFormCode($companyId, $formCode, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7776,7 +7776,7 @@ public function getNexusParameter($companyId, $nexusId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7813,7 +7813,7 @@ public function listNexusByCompany($companyId, $filter=null, $include=null, $top 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7851,7 +7851,7 @@ public function listNexusByCompanyAndTaxTypeGroup($companyId, $taxTypeGroup, $fi 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7886,7 +7886,7 @@ public function listNexusParameters($companyId, $nexusId, $filter=null, $top=nul 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7922,7 +7922,7 @@ public function queryNexus($filter=null, $include=null, $top=null, $skip=null, $ 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -7964,7 +7964,7 @@ public function updateNexus($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -7995,7 +7995,7 @@ public function updateNexusParameter($companyId, $nexusId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -8018,7 +8018,7 @@ public function createNoticeResponsibilityType($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8041,7 +8041,7 @@ public function createNoticeRootCauseType($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8063,7 +8063,7 @@ public function deleteNoticeResponsibilityType($responsibilityId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -8085,7 +8085,7 @@ public function deleteNoticeRootCauseType($rootCauseId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -8120,7 +8120,7 @@ public function dismissNotification($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -8149,7 +8149,7 @@ public function getNotification($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8184,7 +8184,7 @@ public function listNotifications($filter=null, $top=null, $skip=null, $orderBy= 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8221,7 +8221,7 @@ public function requestNewAccount($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8247,7 +8247,7 @@ public function requestNewEntitlement($id, $offer) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8273,7 +8273,7 @@ public function createAccount($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8308,7 +8308,7 @@ public function createNotifications($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8335,7 +8335,7 @@ public function createSubscriptions($accountId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8361,7 +8361,7 @@ public function deleteAccount($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -8393,7 +8393,7 @@ public function deleteNotification($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -8419,7 +8419,7 @@ public function deleteSubscription($accountId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -8449,7 +8449,7 @@ public function resetPassword($userId, $isUndoMigrateRequest, $model) { 'query' => ['isUndoMigrateRequest' => $isUndoMigrateRequest], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8475,7 +8475,7 @@ public function updateAccount($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -8508,7 +8508,7 @@ public function updateNotification($id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -8539,7 +8539,7 @@ public function updateSubscription($accountId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -8574,7 +8574,7 @@ public function downloadReport($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8602,7 +8602,7 @@ public function getReport($id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8644,7 +8644,7 @@ public function initiateExportDocumentLineReport($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8679,7 +8679,7 @@ public function listReports($companyId, $pageKey, $skip=null, $top=null) { 'query' => ['companyId' => $companyId, 'pageKey' => $pageKey, '$skip' => $skip, '$top' => $top], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8716,7 +8716,7 @@ public function createSettings($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -8748,7 +8748,7 @@ public function deleteSetting($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -8780,7 +8780,7 @@ public function getSetting($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8819,7 +8819,7 @@ public function listSettingsByCompany($companyId, $filter=null, $include=null, $ 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8857,7 +8857,7 @@ public function querySettings($filter=null, $include=null, $top=null, $skip=null 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8894,7 +8894,7 @@ public function updateSetting($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -8919,7 +8919,7 @@ public function getSubscription($accountId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8950,7 +8950,7 @@ public function listSubscriptionsByAccount($accountId, $filter=null, $top=null, 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -8980,7 +8980,7 @@ public function querySubscriptions($filter=null, $top=null, $skip=null, $orderBy 'query' => ['$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9007,7 +9007,7 @@ public function createTaxCodes($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9030,7 +9030,7 @@ public function deleteTaxCode($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -9057,7 +9057,7 @@ public function getTaxCode($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9091,7 +9091,7 @@ public function listTaxCodesByCompany($companyId, $filter=null, $include=null, $ 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9124,7 +9124,7 @@ public function queryTaxCodes($filter=null, $include=null, $top=null, $skip=null 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9154,7 +9154,7 @@ public function updateTaxCode($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -9199,7 +9199,7 @@ public function buildTaxContentFile($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9249,7 +9249,7 @@ public function buildTaxContentFileForLocation($companyId, $id, $date, $format, 'query' => ['date' => $date, 'format' => $format, 'partnerId' => $partnerId, 'includeJurisCodes' => $includeJurisCodes], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9311,7 +9311,7 @@ public function downloadTaxRatesByZipCode($date, $region) { 'query' => ['region' => $region], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9354,7 +9354,7 @@ public function taxRatesByAddress($line1, $line2, $line3, $city, $region, $posta 'query' => ['line1' => $line1, 'line2' => $line2, 'line3' => $line3, 'city' => $city, 'region' => $region, 'postalCode' => $postalCode, 'country' => $country], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9394,7 +9394,7 @@ public function taxRatesByPostalCode($country, $postalCode) { 'query' => ['country' => $country, 'postalCode' => $postalCode], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9429,7 +9429,7 @@ public function createTaxRules($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9464,7 +9464,7 @@ public function deleteTaxRule($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -9499,7 +9499,7 @@ public function getTaxRule($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9541,7 +9541,7 @@ public function listTaxRules($companyId, $filter=null, $include=null, $top=null, 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9582,7 +9582,7 @@ public function queryTaxRules($filter=null, $include=null, $top=null, $skip=null 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9618,7 +9618,7 @@ public function updateTaxRule($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -9661,7 +9661,7 @@ public function addLines($include=null, $model=null) { 'query' => ['$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9716,7 +9716,7 @@ public function adjustTransaction($companyCode, $transactionCode, $documentType, 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9762,7 +9762,7 @@ public function auditTransaction($companyCode, $transactionCode) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9809,7 +9809,7 @@ public function auditTransactionWithType($companyCode, $transactionCode, $docume 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -9838,7 +9838,7 @@ public function bulkLockTransaction($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9893,7 +9893,7 @@ public function changeTransactionCode($companyCode, $transactionCode, $documentT 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -9946,7 +9946,7 @@ public function commitTransaction($companyCode, $transactionCode, $documentType, 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10002,7 +10002,7 @@ public function createOrAdjustTransaction($include=null, $model=null) { 'query' => ['$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10065,7 +10065,7 @@ public function createTransaction($include=null, $model=null) { 'query' => ['$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10105,7 +10105,7 @@ public function deleteLines($include=null, $model=null) { 'query' => ['$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10156,7 +10156,7 @@ public function getTransactionByCode($companyCode, $transactionCode, $documentTy 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10190,7 +10190,7 @@ public function getTransactionByCodeAndType($companyCode, $transactionCode, $doc 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10229,7 +10229,7 @@ public function getTransactionById($id, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10286,7 +10286,7 @@ public function listTransactionsByCompany($companyCode, $dataSourceId, $include= 'query' => ['dataSourceId' => $dataSourceId, '$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10341,7 +10341,7 @@ public function lockTransaction($companyCode, $transactionCode, $documentType, $ 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10407,7 +10407,7 @@ public function refundTransaction($companyCode, $transactionCode, $include=null, 'query' => ['$include' => $include, 'documentType' => $documentType, 'useTaxDateOverride' => $useTaxDateOverride], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10460,7 +10460,7 @@ public function settleTransaction($companyCode, $transactionCode, $documentType, 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10507,7 +10507,7 @@ public function uncommitTransaction($companyCode, $transactionCode, $documentTyp 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10551,7 +10551,7 @@ public function unvoidTransaction($companyCode, $transactionCode, $documentType, 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => null ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10603,7 +10603,7 @@ public function verifyTransaction($companyCode, $transactionCode, $documentType, 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10657,7 +10657,7 @@ public function voidTransaction($companyCode, $transactionCode, $documentType, $ 'query' => ['documentType' => $documentType, '$include' => $include], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10682,7 +10682,7 @@ public function createUPCs($companyId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10706,7 +10706,7 @@ public function deleteUPC($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -10731,7 +10731,7 @@ public function getUPC($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10763,7 +10763,7 @@ public function listUPCsByCompany($companyId, $filter=null, $include=null, $top= 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10794,7 +10794,7 @@ public function queryUPCs($filter=null, $include=null, $top=null, $skip=null, $o 'query' => ['$filter' => $filter, '$include' => $include, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10822,7 +10822,7 @@ public function updateUPC($companyId, $id, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -10846,7 +10846,7 @@ public function deleteUserDefinedField($companyId, $id) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -10869,7 +10869,7 @@ public function listUserDefinedFieldsByCompanyId($companyId, $udfType, $allowDef 'query' => ['udfType' => $udfType, 'allowDefaults' => $allowDefaults], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -10894,7 +10894,7 @@ public function updateUserDefinedField($companyId, $id, $model) { 'query' => ['id' => $id], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10922,7 +10922,7 @@ public function changePassword($model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -10953,7 +10953,7 @@ public function createUsers($accountId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'POST', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'POST', $guzzleParams,'22.9.0' ); } /** @@ -10981,7 +10981,7 @@ public function deleteUser($id, $accountId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'DELETE', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'DELETE', $guzzleParams,'22.9.0' ); } /** @@ -11010,7 +11010,7 @@ public function getUser($id, $accountId, $include=null) { 'query' => ['$include' => $include], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -11047,7 +11047,7 @@ public function getUserEntitlements($id, $accountId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -11085,7 +11085,7 @@ public function listUsersByAccount($accountId, $include=null, $filter=null, $top 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -11124,7 +11124,7 @@ public function queryUsers($include=null, $filter=null, $top=null, $skip=null, $ 'query' => ['$include' => $include, '$filter' => $filter, '$top' => $top, '$skip' => $skip, '$orderBy' => $orderBy], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -11151,7 +11151,7 @@ public function updateUser($id, $accountId, $model) { 'query' => [], 'body' => json_encode($model) ]; - return $this->restCall($path, 'PUT', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'PUT', $guzzleParams,'22.9.0' ); } /** @@ -11176,7 +11176,7 @@ public function getMySubscription($serviceTypeId) { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -11200,7 +11200,7 @@ public function listMySubscriptions() { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** @@ -11236,7 +11236,7 @@ public function ping() { 'query' => [], 'body' => null ]; - return $this->restCall($path, 'GET', $guzzleParams,'22.8.0' ); + return $this->restCall($path, 'GET', $guzzleParams,'22.9.0' ); } /** diff --git a/src/Models.php b/src/Models.php index 1ab4b19..b91f325 100644 --- a/src/Models.php +++ b/src/Models.php @@ -11793,6 +11793,10 @@ class NoticeFinanceModel * @var string The name of the file attached to the finance detail */ public $fileName; + /** + * @var string The payment method on the notice + */ + public $paymentMethod; /** * @var int The ResourceFileId of the finance detail attachment */