0.1.0 • Published 5 years ago

nts-gemini-javascript-client v0.1.0

Weekly downloads
7
License
Unlicense
Repository
-
Last release
5 years ago

this_is_the_documentation_of_the_rest_interfaces_provided_by_nts_retail

ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail - JavaScript client for this_is_the_documentation_of_the_rest_interfaces_provided_by_nts_retail No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: 18.3.0
  • Package version: 18.3.0
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install this_is_the_documentation_of_the_rest_interfaces_provided_by_nts_retail --save
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

Finally, switch to the directory you want to use your this_is_the_documentation_of_the_rest_interfaces_provided_by_nts_retail from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

You should now be able to require('this_is_the_documentation_of_the_rest_interfaces_provided_by_nts_retail') in javascript files from the directory you ran the last command above from.

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file, that's to say your javascript file where you actually use this library):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail = require('this_is_the_documentation_of_the_rest_interfaces_provided_by_nts_retail');

var defaultClient = ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApiClient.instance;

// Configure OAuth2 access token for authorization: gemini_auth
var gemini_auth = defaultClient.authentications['gemini_auth'];
gemini_auth.accessToken = "YOUR ACCESS TOKEN"

var api = new ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApi()

var body = new ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationSettingJson(); // {ApplicationSettingJson} The item to insert.

var opts = { 
  'transactionId': "transactionId_example", // {String} A unique transaction ID used for idempotent inserts.
  'shortToken': "shortToken_example" // {String} A temporary short token which can be used as an alternative to the JWT.
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.createApplicationSetting(body, opts, callback);

Documentation for API Endpoints

All URIs are relative to http://localhost/gemini-web/rest

ClassMethodHTTP requestDescription
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApicreateApplicationSettingPOST /application/application-settingsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApideleteApplicationSettingDELETE /application/application-settings/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApifullUpdateApplicationPUT /application/applications/{id}full update of an application
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApigetAllApplicationSettingsGET /application/application-settingsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApigetAllApplicationsGET /application/applicationsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApigetSingleApplicationGET /application/applications/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApigetSingleApplicationSettingGET /application/application-settings/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApiupdateApplicationPOST /application/applications/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApiupdateApplicationSettingPUT /application/application-settings/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ApplicationApiupdatePartialApplicationSettingPOST /application/application-settings/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApicreateBillPaymentCartPositionPOST /bill-payment/cart-positionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApicreateBillPaymentOrderPositionPOST /bill-payment/order-positionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApicreateBillPaymentProductPOST /bill-payment/productsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApideleteBillPaymentCartPositionDELETE /bill-payment/cart-positions/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApideleteBillPaymentOrderPositionDELETE /bill-payment/order-positions/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApideleteBillPaymentProductDELETE /bill-payment/products/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetAllBillPaymentCartPositionsGET /bill-payment/cart-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetAllBillPaymentOrderPositionsGET /bill-payment/order-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetAllBillPaymentProductsGET /bill-payment/productsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetAllBillPaymentTransactionPositionsGET /bill-payment/transaction-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetSingleBillPaymentCartPositionGET /bill-payment/cart-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetSingleBillPaymentOrderPositionGET /bill-payment/order-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetSingleBillPaymentProductGET /bill-payment/products/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApigetSingleBillPaymentTransactionPositionGET /bill-payment/transaction-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApiupdateBillPaymentCartPositionPUT /bill-payment/cart-positions/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApiupdateBillPaymentOrderPositionPUT /bill-payment/order-positions/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApiupdateBillPaymentProductPUT /bill-payment/products/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApiupdatePartialBillPaymentCartPositionPOST /bill-payment/cart-positions/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApiupdatePartialBillPaymentOrderPositionPOST /bill-payment/order-positions/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.BillPaymentApiupdatePartialBillPaymentProductPOST /bill-payment/products/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCartPOST /cart/cartsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCart2BundleOfferPOST /cart/cart2bundleofferinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCart2BundlePartPOST /cart/cart2bundlepartinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCart2ProductOfferPOST /cart/cart2productofferinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCartAddressDataPOST /cart/address-datainsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCartBankAccountDataPOST /cart/bank-account-datainsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCartCheckPOST /cart/cart-checksinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApicreateCartCustomerDataPOST /cart/customer-datainsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCart2BundleOfferDELETE /cart/cart2bundleoffer/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCart2BundlePartDELETE /cart/cart2bundlepart/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCart2ProductOfferDELETE /cart/cart2productoffer/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCartAddressDataDELETE /cart/address-data/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCartBankAccountDataDELETE /cart/bank-account-data/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCartCheckDELETE /cart/cart-checks/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApideleteCartCustomerDataDELETE /cart/customer-data/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCart2BundleOfferGET /cart/cart2bundleofferget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCart2BundlePartGET /cart/cart2bundlepartget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCart2ProductOfferGET /cart/cart2productofferget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCartAddressDataGET /cart/address-dataget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCartBankAccountDataGET /cart/bank-account-dataget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCartCheckErrorsGET /cart/cart-check-errorsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCartCustomerDataGET /cart/customer-dataget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCartTaxDataGET /cart/tax-dataget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetAllCartsGET /cart/cartsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartGET /cart/carts/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCart2BundleOfferGET /cart/cart2bundleoffer/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCart2BundlePartGET /cart/cart2bundlepart/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCart2ProductOfferGET /cart/cart2productoffer/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartAddressDataGET /cart/address-data/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartBankAccountDataGET /cart/bank-account-data/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartCheckGET /cart/cart-checks/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartCheckErrorGET /cart/cart-check-errors/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartCustomerDataGET /cart/customer-data/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApigetSingleCartTaxDataGET /cart/tax-data/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdateCartPUT /cart/carts/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdateCart2BundleOfferPUT /cart/cart2bundleoffer/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdateCart2BundlePartDataPUT /cart/cart2bundlepart/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdateCartAddressDataPUT /cart/address-data/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdateCartBankAccountDataPUT /cart/bank-account-data/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdateCartCustomerDataPUT /cart/customer-data/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdatePartialCartPOST /cart/carts/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdatePartialCart2BundleOfferPOST /cart/cart2bundleoffer/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdatePartialCart2BundlePartDataPOST /cart/cart2bundlepart/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdatePartialCartAddressDataPOST /cart/address-data/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdatePartialCartBankAccountDataPOST /cart/bank-account-data/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartApiupdatePartialCartCustomerDataPOST /cart/customer-data/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartRetailApicreateCartTransactionPOST /cart-retail/cart-transactionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartRetailApigetAllCartTransactionsGET /cart-retail/cart-transactionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CartRetailApigetSingleCartTransactionGET /cart-retail/cart-transactions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApicreateConfigurationPOST /configuration/configsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApicreateConfigurationTypeTemplatePOST /configuration/configs/templates/typesinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApicreateSettingPOST /configuration/settingsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApicreateTypeSettingPOST /configuration/configs/templates/types/{templateId}/settingsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApideleteConfigurationDELETE /configuration/configs/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApideleteSettingDELETE /configuration/settings/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApifullUpdateConfigurationPUT /configuration/configs/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApifullUpdateConfigurationTypeTemplatePUT /configuration/configs/templates/types/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApifullUpdateSettingPUT /configuration/settings/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllApplicationConfigurationsGET /configuration/application-configurationsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllConfigurationTypeTemplatesGET /configuration/configs/templates/typesget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllConfigurationsGET /configuration/configsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllSettingHistoryEntriesGET /configuration/settingshistoryget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllSettingHistoryMetadataEntriesGET /configuration/settingshistorymetadataget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllSettingsGET /configuration/settingsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetAllTypeSettingsGET /configuration/configs/templates/types/{templateId}/settingsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetSingleApplicationConfigurationGET /configuration/application-configurations/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetSingleConfigurationGET /configuration/configs/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetSingleConfigurationSettingHistoryGET /configuration/settingshistory/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetSingleConfigurationTypeTemplateGET /configuration/configs/templates/types/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetSingleSettingGET /configuration/settings/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApigetSingleTypeSettingGET /configuration/configs/templates/types/{templateId}/settings/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApiupdateApplicationConfigurationPUT /configuration/application-configurations/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApiupdateConfigurationPOST /configuration/configs/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApiupdateConfigurationTypeTemplatePOST /configuration/configs/templates/types/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApiupdatePartialApplicationConfigurationPOST /configuration/application-configurations/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApiupdateSettingPOST /configuration/settings/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConfigurationApiupdateTypeSettingPOST /configuration/configs/templates/types/{templateId}/settings/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApicreateConsultingTopicPOST /consulting-topic/consulting-topicsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApicreateConsultingTopicOfferPOST /consulting-topic/consulting-topic-offersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApideleteConsultingTopicDELETE /consulting-topic/consulting-topics/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApideleteConsultingTopicOfferDELETE /consulting-topic/consulting-topic-offers/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApigetAllConsultingTopicOffersGET /consulting-topic/consulting-topic-offersget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApigetAllConsultingTopicsGET /consulting-topic/consulting-topicsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApigetSingleConsultingTopicGET /consulting-topic/consulting-topics/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApigetSingleConsultingTopicOfferGET /consulting-topic/consulting-topic-offers/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApiupdateConsultingTopicPUT /consulting-topic/consulting-topics/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApiupdateConsultingTopicOfferPUT /consulting-topic/consulting-topic-offers/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApiupdatePartialConsultingTopicPOST /consulting-topic/consulting-topics/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ConsultingTopicApiupdatePartialConsultingTopicOfferPOST /consulting-topic/consulting-topic-offers/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApicreateAddressPOST /customer/addressesinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApicreateBankAccountPOST /customer/bank-accountsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApicreateCustomerPOST /customer/customersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApicreateCustomerContractPOST /customer/contractsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApideleteAddressDELETE /customer/addresses/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApideleteBankAccountDELETE /customer/bank-accounts/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApideleteCustomerDELETE /customer/customers/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApideleteCustomerContractDELETE /customer/contracts/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetAllAddressesGET /customer/addressesget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetAllBankAccountsGET /customer/bank-accountsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetAllCustomerContractsGET /customer/contractsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetAllCustomersGET /customer/customersget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetSingleAddressGET /customer/addresses/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetSingleBankAccountGET /customer/bank-accounts/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetSingleCustomerGET /customer/customers/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApigetSingleCustomerContractGET /customer/contracts/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApisearchCustomersGET /customer/searchget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdateAddressPUT /customer/addresses/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdateBankAccountPUT /customer/bank-accounts/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdateCustomerPUT /customer/customers/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdateCustomerContractPUT /customer/contracts/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdatePartialAddressPOST /customer/addresses/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdatePartialBankAccountPOST /customer/bank-accounts/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdatePartialCustomerPOST /customer/customers/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.CustomerApiupdatePartialCustomerContractPOST /customer/contracts/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApicreateCartDiscountDataPOST /cart/discount-datainsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApicreateDiscountPOST /discount/discountsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApicreateDiscount2DiscountOfferPOST /discount/discount-offersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApicreateDiscountOfferPOST /discount/offersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApideleteCartDiscountDataDELETE /cart/discount-data/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApideleteDiscountDELETE /discount/discounts/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApideleteDiscount2DiscountOfferDELETE /discount/discount-offers/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApideleteDiscountOfferDELETE /discount/offers/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetAllCartDiscountDataGET /cart/discount-dataget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetAllDiscount2DiscountOffersGET /discount/discount-offersget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetAllDiscountOffersGET /discount/offersget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetAllDiscountsGET /discount/discountsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetSingleCartDiscountDataGET /cart/discount-data/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetSingleDiscountGET /discount/discounts/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetSingleDiscount2DiscountOfferGET /discount/discount-offers/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApigetSingleDiscountOfferGET /discount/offers/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdateCartDiscountDataPUT /cart/discount-data/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdateDiscountPUT /discount/discounts/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdateDiscount2DiscountOfferPUT /discount/discount-offers/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdateDiscountOfferPUT /discount/offers/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdatePartialCartDiscountDataPOST /cart/discount-data/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdatePartialDiscountPOST /discount/discounts/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdatePartialDiscount2DiscountOfferPOST /discount/discount-offers/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.DiscountApiupdatePartialDiscountOfferPOST /discount/offers/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.ElasticsearchApicreatePOST /modulemanagement/elasticsearch/{index}/{type}Write message
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApicreateEtopupCartPositionPOST /etopup/cart-positionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApicreateEtopupOrderPositionPOST /etopup/order-positionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApicreateEtopupProductPOST /etopup/productsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApideleteEtopupCartPositionDELETE /etopup/cart-positions/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApideleteEtopupOrderPositionDELETE /etopup/order-positions/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApideleteEtopupProductDELETE /etopup/products/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetAllEtopupCartPositionsGET /etopup/cart-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetAllEtopupOrderPositionsGET /etopup/order-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetAllEtopupProductsGET /etopup/productsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetAllEtopupTransactionPositionsGET /etopup/transaction-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetSingleEtopupCartPositionGET /etopup/cart-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetSingleEtopupOrderPositionGET /etopup/order-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetSingleEtopupProductGET /etopup/products/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApigetSingleEtopupTransactionPositionGET /etopup/transaction-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApiupdateEtopupCartPositionPUT /etopup/cart-positions/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApiupdateEtopupOrderPositionPUT /etopup/order-positions/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApiupdateEtopupProductPUT /etopup/products/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApiupdatePartialEtopupCartPositionPOST /etopup/cart-positions/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApiupdatePartialEtopupOrderPositionPOST /etopup/order-positions/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EtopupApiupdatePartialEtopupProductPOST /etopup/products/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApicreateEvoucherOrderPositionPOST /evoucher/order-positionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApicreateEvoucherProductPOST /evoucher/productsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApideleteEvoucherOrderPositionDELETE /evoucher/order-positions/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApideleteEvoucherProductDELETE /evoucher/products/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApigetAllEvoucherOrderPositionsGET /evoucher/order-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApigetAllEvoucherProductsGET /evoucher/productsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApigetAllEvoucherTransactionPositionsGET /evoucher/transaction-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApigetSingleEvoucherOrderPositionGET /evoucher/order-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApigetSingleEvoucherProductGET /evoucher/products/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApigetSingleEvoucherTransactionPositionGET /evoucher/transaction-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApiupdateEvoucherOrderPositionPUT /evoucher/order-positions/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApiupdateEvoucherProductPUT /evoucher/products/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApiupdatePartialEvoucherOrderPositionPOST /evoucher/order-positions/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.EvoucherApiupdatePartialEvoucherProductPOST /evoucher/products/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApicreateCertificatePOST /fiscalization/certificatesinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApicreateFiscalizationUnitPOST /fiscalization/fiscalization-unitsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApicreateFiscalizationUnit2CertificatePOST /fiscalization/fiscalization-unit-certificatesinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApicreateInspectionReceiptPOST /fiscalization/inspection-receiptsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApicreateSignatureProviderPOST /fiscalization/signature-providersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApideleteFiscalizationUnitDELETE /fiscalization/fiscalization-units/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApideleteFiscalizationUnit2CertificateDELETE /fiscalization/fiscalization-unit-certificates/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApideleteSignatureProviderDELETE /fiscalization/signature-providers/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllCertificatesGET /fiscalization/certificatesget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllFiscalizationTransactionsGET /fiscalization/fiscalization-transactionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllFiscalizationUnit2CertificatesGET /fiscalization/fiscalization-unit-certificatesget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllFiscalizationUnitsGET /fiscalization/fiscalization-unitsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllInspectionReceiptsGET /fiscalization/inspection-receiptsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllSignatureProviderStrategiesGET /fiscalization/signature-provider-strategiesget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetAllSignatureProvidersGET /fiscalization/signature-providersget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetDataCollectionProtocolGET /fiscalization/data-collection-protocolsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleCertificateGET /fiscalization/certificates/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleFiscalizationTransactionGET /fiscalization/fiscalization-transactions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleFiscalizationUnitGET /fiscalization/fiscalization-units/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleFiscalizationUnit2CertificateGET /fiscalization/fiscalization-unit-certificates/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleInspectionReceiptGET /fiscalization/inspection-receipts/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleSignatureProviderGET /fiscalization/signature-providers/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApigetSingleSignatureProviderStrategyGET /fiscalization/signature-provider-strategies/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApiupdateFiscalizationUnitPUT /fiscalization/fiscalization-units/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApiupdatePartialFiscalizationUnitPOST /fiscalization/fiscalization-units/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApiupdatePartialSignatureProviderPOST /fiscalization/signature-providers/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.FiscalizationApiupdateSignatureProviderPUT /fiscalization/signature-providers/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApicreateGoodsHandoverOrderPOST /goods-handover/ordersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApicreateGoodsHandoverOrderPositionPOST /goods-handover/order-positionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApicreateGoodsHandoverOrderPositionSerialPOST /goods-handover/order-position-serialsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApicreateGoodsHandoverOrderTransactionPOST /goods-handover/order-transactionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApideleteGoodsHandoverOrderDELETE /goods-handover/orders/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApideleteGoodsHandoverOrderPositionDELETE /goods-handover/order-positions/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApideleteGoodsHandoverOrderPositionSerialDELETE /goods-handover/order-position-serials/{id}delete resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverOrderPositionSerialsGET /goods-handover/order-position-serialsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverOrderPositionsGET /goods-handover/order-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverOrderTransactionsGET /goods-handover/order-transactionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverOrdersGET /goods-handover/ordersget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverTransactionPositionSerialsGET /goods-handover/transaction-position-serialsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverTransactionPositionsGET /goods-handover/transaction-positionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetAllGoodsHandoverTransactionsGET /goods-handover/transactionsget list of resources
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverOrderGET /goods-handover/orders/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverOrderPositionGET /goods-handover/order-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverOrderPositionSerialGET /goods-handover/order-position-serials/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverOrderTransactionGET /goods-handover/order-transactions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverTransactionGET /goods-handover/transactions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverTransactionPositionGET /goods-handover/transaction-positions/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApigetSingleGoodsHandoverTransactionPositionSerialGET /goods-handover/transaction-position-serials/{id}get resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApiupdateGoodsHandoverOrderPUT /goods-handover/orders/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApiupdateGoodsHandoverOrderPositionPUT /goods-handover/order-positions/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApiupdateGoodsHandoverOrderPositionSerialPUT /goods-handover/order-position-serials/{id}update resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApiupdatePartialGoodsHandoverOrderPOST /goods-handover/orders/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApiupdatePartialGoodsHandoverOrderPositionPOST /goods-handover/order-positions/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.GoodsHandoverApiupdatePartialGoodsHandoverOrderPositionSerialPOST /goods-handover/order-position-serials/{id}perform a partial update of the resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateApplicationConfigurationForDevicePOST /hardware/devices/{id}/configurations/applicationsUpdates, deletes, creates relations between applications and configurations.
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateCashDrawerOpenRequestPOST /hardware/cash-drawer-open-requestsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateChangeAmountPOST /hardware/change-amountsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateDeviceControllerPOST /hardware/device-controllersinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateDeviceControllerSettingPOST /hardware/device-controller-settingsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareDevicePOST /hardware/devicesinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareDevice2MeansOfPaymentPOST /hardware/device-means-of-paymentsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareDeviceAppConfigurationPOST /hardware/deviceAppConfigurationsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareDeviceInitializationRequestPOST /hardware/device-initialization-requestsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareSettingPOST /hardware/settingsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareStationPOST /hardware/stationsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateHardwareStationLockPOST /hardware/hardwareLocksinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreateManualPaymentRequestCompletionPOST /hardware/manual-payment-request-completionsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreatePaymentJobPOST /hardware/payment-jobsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreatePaymentRequestPOST /hardware/payment-requestsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreatePaymentRequestCancellationPOST /hardware/payment-request-cancellationsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreatePrintJobPOST /hardware/print-jobsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApicreatePrintRequestPOST /hardware/print-requestsinsert resource
ThisIsTheDocumentationOfTheRestInterfacesProvidedByNtsRetail.HardwareApi[**deleteCha
0.1.0

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago