simplifysoft/openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

dev-master 2021-04-11 11:37 UTC

This package is auto-updated.

Last update: 2024-05-11 18:47:20 UTC


README

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Installation & Usage

Requirements

PHP 7.2 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

<?php
require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');



// Configure HTTP basic authorization: basic_auth
$config = SimplifySoft\Pecuniarius\Api\Configuration::getDefaultConfiguration()
              ->setUsername('YOUR_USERNAME')
              ->setPassword('YOUR_PASSWORD');


$apiInstance = new SimplifySoft\Pecuniarius\Api\Api\ExampleRestServiceMyRestPathApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client(),
    $config
);
$arg1 = 56; // int | unavailable
$test = 'something'; // string | Just some describing GET parameter.

try {
    $apiInstance->pluginExampleRestServiceArg1Get($arg1, $test);
} catch (Exception $e) {
    echo 'Exception when calling ExampleRestServiceMyRestPathApi->pluginExampleRestServiceArg1Get: ', $e->getMessage(), PHP_EOL;
}

API Endpoints

All URIs are relative to http://192.168.1.105:8080

ClassMethodHTTP requestDescription
ExampleRestServiceMyRestPathApipluginExampleRestServiceArg1GetGET /plugin/example/rest-service/{arg1}unavailable
SimplifySoftPecuniariusExternProviderEbayEbayLoginRestServiceApipluginEbayOauthInitializeGetGET /plugin/ebay/oauth/initializeReturns a GUID that can be used for confirming a given Ebay-OAuth-Token.
SimplifySoftPecuniariusExternProviderEbayEbayPublicRestServiceApipluginEbayOauthGuidConfirmPostPOST /plugin/ebay/oauth/{guid}/confirmConfirms any given OAuth session.
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApiaccountingAccountsGetGET /accounting/accountsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApiaccountingAccountsIdDeleteDELETE /accounting/accounts/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApiaccountingAccountsIdPutPUT /accounting/accounts/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApiaccountingAccountsPostPOST /accounting/accountsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApiaccountingItemsCountGetGET /accounting/items/countunavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApiaccountingItemsGetGET /accounting/itemsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApiaccountingItemsIdEventsGetGET /accounting/items/{id}/eventsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApiaccountingItemsIdGetGET /accounting/items/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApiaccountingBankGetGET /accounting/bankunavailable
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApiaccountingBankIdDeleteDELETE /accounting/bank/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApiaccountingBankIdGetGET /accounting/bank/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApiaccountingBankIdPutPUT /accounting/bank/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApiaccountingBankPostPOST /accounting/bankunavailable
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApiaccountingCurrencyGetGET /accounting/currencyunavailable
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApiaccountingCurrencyIsonameDeleteDELETE /accounting/currency/{isoname}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApiaccountingCurrencyIsonamePutPUT /accounting/currency/{isoname}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApiaccountingCurrencyPostPOST /accounting/currencyunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodGetGET /accounting/paymentmethodunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodIdDeleteDELETE /accounting/paymentmethod/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodIdGetGET /accounting/paymentmethod/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodIdPausePostPOST /accounting/paymentmethod/{id}/pauseForces the Payment Method to halt its execution until it is unpaused by calling this endpoint again. With bad timing, server may
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodIdPutPUT /accounting/paymentmethod/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodIdRunPostPOST /accounting/paymentmethod/{id}/runForces the Payment Method to be executed right now. Will do nothing if this or another Payment Method is running right now. Does
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApiaccountingPaymentmethodPostPOST /accounting/paymentmethodunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionGetGET /accounting/paymentoptionunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdDeleteDELETE /accounting/paymentoption/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdDiscountsDidDeleteDELETE /accounting/paymentoption/{id}/discounts/{did}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdDiscountsDidGetGET /accounting/paymentoption/{id}/discounts/{did}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdDiscountsDidPutPUT /accounting/paymentoption/{id}/discounts/{did}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdDiscountsGetGET /accounting/paymentoption/{id}/discountsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdDiscountsPostPOST /accounting/paymentoption/{id}/discountsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdGetGET /accounting/paymentoption/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionIdPutPUT /accounting/paymentoption/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApiaccountingPaymentoptionPostPOST /accounting/paymentoptionunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApiaccountingPaymentproviderEndpointsGetGET /accounting/paymentprovider/endpointsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApiaccountingPaymentproviderPaymentMethodIdGetGET /accounting/paymentprovider/{paymentMethodId}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApiaccountingPaymentproviderPaymentMethodIdIdDeleteDELETE /accounting/paymentprovider/{paymentMethodId}/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApiaccountingPaymentproviderPaymentMethodIdIdPropertyPostPOST /accounting/paymentprovider/{paymentMethodId}/{id}/{property}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApiaccountingPaymentproviderPaymentMethodIdIdPutPUT /accounting/paymentprovider/{paymentMethodId}/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApiaccountingPaymentproviderPaymentMethodIdPostPOST /accounting/paymentprovider/{paymentMethodId}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApiaccountingTaxAccountGetGET /accounting/tax-accountunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApiaccountingTaxAccountIdGetGET /accounting/tax-account/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApiaccountingTaxAccountPostPOST /accounting/tax-accountunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApiaccountingTaxAccountTaxAccountIdDeleteDELETE /accounting/tax-account/{taxAccountId}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApiaccountingTaxAccountTaxAccountIdPutPUT /accounting/tax-account/{taxAccountId}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxAllCountGetGET /accounting/tax/all/countAllows to query the count of all TaxDefinitions available.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxAllGetGET /accounting/tax/all/Allows to query all TaxDefinitions available.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxAllRateCountGetGET /accounting/tax/all/rate/countAllows to query the count of all Tax available, including end-of-life.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxAllRateGetGET /accounting/tax/all/rateAllows to query all Tax available, including end-of-life.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxAllRateRateidGetGET /accounting/tax/all/rate/{rateid}Allows to receive a single Tax rate with the provided rateid. If no Tax was found with the Id, NetException will be returned.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxDefaultGetGET /accounting/tax/defaultAllows to receive the default TaxDefinitions if available. If no TaxDefinition has the IsDefault set, NetException will be retur
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxDefinitionidGetGET /accounting/tax/{definitionid}Allows to receive the TaxDefinitions with the provided definitionid. If no TaxDefinition was found with the Id, NetException wil
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxDefinitionidPutPUT /accounting/tax/{definitionid}Allows to update a TaxDefinitions with the provided definitionid. If no TaxDefinition was found with the Id, NetException will b
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxDefinitionidRatechangeRequestPostPOST /accounting/tax/{definitionid}/ratechange/requestInitialized a rate-change request. Will return a confirm token that can be used to confirm the ratechange request.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxDefinitionidRatechangeTokenPostPOST /accounting/tax/{definitionid}/ratechange/{token}Performs the rate-change. Will immediatly return 400 if token is valid and logout ALL users logged in.
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApiaccountingTaxPostPOST /accounting/taxAllows to create new TaxDefinitions.
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionAllCountGetGET /transaction/all/countunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionAllGetGET /transaction/allunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionAllIdsGetGET /transaction/all/idsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionAllSearchGetGET /transaction/all/searchunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdDeleteDELETE /transaction/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdEventEvidGetGET /transaction/{id}/event/{evid}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdEventGetGET /transaction/{id}/eventunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdEventPostPOST /transaction/{id}/eventAllows adding events to a given TransactionRoot.
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdGetGET /transaction/{id}unavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdHidePatchPATCH /transaction/{id}/hideunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdPayerDeleteDELETE /transaction/{id}/payerunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdPayerPostPOST /transaction/{id}/payerunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdReceiverDeleteDELETE /transaction/{id}/receiverunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdReceiverPostPOST /transaction/{id}/receiverunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdSuggestionsGetGET /transaction/{id}/suggestionsunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionIdUnhidePatchPATCH /transaction/{id}/unhideunavailable
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApitransactionPostPOST /transactionunavailable
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApiattributesGetGET /attributesReceives a list of all available attribute definitions.
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApiattributesIdentDeleteDELETE /attributes/{ident}Deletes an attribute definition.
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApiattributesIdentPutPUT /attributes/{ident}Updates an attribute definition.
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApiattributesPostPOST /attributesCreates one or more new attribute definitions.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataGetGET /authority/dataEndpoint to poll all available authorities.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdDeleteDELETE /authority/data/{id}Provides the functionality to delete a single authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdGetGET /authority/data/{id}Receive a single authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdLayoutGetGET /authority/data/{id}/layoutAllows to receive all available layouts for a given authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdLayoutLayoutidDeleteDELETE /authority/data/{id}/layout/{layoutid}Allows to add a layout to a given authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdLayoutLayoutidPutPUT /authority/data/{id}/layout/{layoutid}Allows to update an existing layout.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdLayoutPostPOST /authority/data/{id}/layoutAllows to add a layout to a given authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataIdPutPUT /authority/data/{id}Authority Update Endpoint.
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApiauthorityDataPostPOST /authority/dataAllows to create new authorities.
SimplifySoftPecuniariusServerAPIv1AuthoritiesPrivilegesApiauthorityPrivilegesGetGET /authority/privilegesReturns a list of available privilege properties.
SimplifySoftPecuniariusServerAPIv1AuthoritiesPrivilegesApiauthorityPrivilegesIdGetGET /authority/privileges/{id}Allows to receive the privileges of an existing authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesPrivilegesApiauthorityPrivilegesIdPrivilegePostPOST /authority/privileges/{id}/{privilege}Allows to change the privilege of an existing authority.
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApiauthorityUserActivelayoutPostPOST /authority/user/activelayoutunavailable
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApiauthorityUserAvailablelayoutsGetGET /authority/user/availablelayoutsunavailable
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApiauthorityUserLoginGetGET /authority/user/loginunavailable
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApiauthorityUserLoginPostPOST /authority/user/loginunavailable
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApiauthorityUserPasswordPostPOST /authority/user/passwordunavailable
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApiauthorityUserUpdatestreamGetGET /authority/user/updatestreamProvides a WebSocket-based interface to subscribe to all updates made.
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApicontactdataKindAddressGetGET /contactdata/kind/addressunavailable
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApicontactdataKindAddressIdDeleteDELETE /contactdata/kind/address/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApicontactdataKindAddressIdPutPUT /contactdata/kind/address/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApicontactdataKindAddressPostPOST /contactdata/kind/addressunavailable
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactGetGET /contactdata/kind/contactReturns all available ContactKinds.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactIdDeleteDELETE /contactdata/kind/contact/{id}Deletes a single ContactKind.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactIdGetGET /contactdata/kind/contact/{id}Returns a single ContactKind.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactIdPutPUT /contactdata/kind/contact/{id}Endpoint to update a single ContactKind.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactIdStateEntryidLinkPostPOST /contactdata/kind/contact/{id}/state/{entryid}/linkAllows to link a ContactKind to an entry-interaction.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactIdStateEntryidUnlinkPostPOST /contactdata/kind/contact/{id}/state/{entryid}/unlinkAllows to unlink a ContactKind from an entry-interaction.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactIdStateGetGET /contactdata/kind/contact/{id}/stateReturns all linked entry-interactions from a single ContactKind.
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApicontactdataKindContactPostPOST /contactdata/kind/contactAllows to create new ContactKinds.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataAddressesAddidPutPUT /contactdata/addresses/{addid}Provides an interface to update a single address on a contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAddressesAddidGetGET /contactdata/contacts/addresses/{addid}Returns requested address.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAddressesAddidValidPostPOST /contactdata/contacts/addresses/{addid}/validMarks the given address as valid.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAddressesAddidValidateDeliveryOptionIdPostPOST /contactdata/contacts/addresses/{addid}/validate/{deliveryOptionId}Attempts to validate a given address using the given DeliveryOptions ServiceProvider.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAllAddressesAllCountGetGET /contactdata/contacts/all/addresses/all/countAllows polling the count of all addresses.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAllAddressesAllGetGET /contactdata/contacts/all/addresses/allAllows polling all addresses.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAllAddressesAllIdsGetGET /contactdata/contacts/all/addresses/all/idsAllows polling the count of all addresses.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAllCountGetGET /contactdata/contacts/all/countAllows to return a range of contacts, filtered according to provided GET parameters.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAllGetGET /contactdata/contacts/allAllows to return a range of contacts, filtered according to provided GET parameters.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsAllIdsGetGET /contactdata/contacts/all/idsAllows to return a range of contacts, filtered according to provided GET parameters.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsContactpossibilitiesIdGetGET /contactdata/contacts/contactpossibilities/{id}Returns requested contactpossibility.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdTagsGetGET /contactdata/contacts/{id}/tagsReceives the tags this contact is linked with via its ID.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdTagsTagidDeleteDELETE /contactdata/contacts/{id}/tags/{tagid}Allows to remove a tag relation from a contact via its ID.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdTagsTagidPostPOST /contactdata/contacts/{id}/tags/{tagid}Allows to add a tag relation onto a contact via its ID.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentAddressesAddidDeleteDELETE /contactdata/contacts/{ident}/addresses/{addid}Allows to remove a single address from a given contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentAddressesAddidPutPUT /contactdata/contacts/{ident}/addresses/{addid}Provides an interface to update a single address on a contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentAddressesGetGET /contactdata/contacts/{ident}/addressesReturns a list of addresses for given contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentAddressesPostPOST /contactdata/contacts/{ident}/addressesAllows to create new addresses in given contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentContactpossibilitiesCpidDeleteDELETE /contactdata/contacts/{ident}/contactpossibilities/{cpid}Allows to remove a single contact possibility from a given contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentContactpossibilitiesCpidPutPUT /contactdata/contacts/{ident}/contactpossibilities/{cpid}Provides an interface to update a single contact possibility on a contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentContactpossibilitiesGetGET /contactdata/contacts/{ident}/contactpossibilitiesReturns a list of contact possibilities for given contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentContactpossibilitiesPostPOST /contactdata/contacts/{ident}/contactpossibilitiesAllows to create new contact possibility in given contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentGetGET /contactdata/contacts/{ident}Returns a single contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsIdentPutPUT /contactdata/contacts/{ident}Provides an interface to update a single contact.
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApicontactdataContactsPostPOST /contactdata/contactsAllows to create new contacts.
SimplifySoftPecuniariusServerAPIv1CountersApicountersGetGET /countersReceives a list of all available counters.
SimplifySoftPecuniariusServerAPIv1CountersApicountersIdentifierGetGET /counters/{identifier}Allows to receive a single counter.
SimplifySoftPecuniariusServerAPIv1CountersApicountersIdentifierPostPOST /counters/{identifier}Allows to count a counter up.
SimplifySoftPecuniariusServerAPIv1CountersApicountersIdentifierPutPUT /counters/{identifier}Allows to count a counter up.
SimplifySoftPecuniariusServerAPIv1ExternEndpointsApiexternEndpointsGetGET /extern/endpointsReceives a list of all available extern/authoritys.
SimplifySoftPecuniariusServerAPIv1ExternEndpointsApiexternEndpointsIdPropertiesKeyDeleteDELETE /extern/endpoints/{id}/properties/{key}Allows to remove a property on a given endpoint. `id` is expected to be the id of an ExternAuthority.
SimplifySoftPecuniariusServerAPIv1ExternEndpointsApiexternEndpointsIdPropertiesKeyPostPOST /extern/endpoints/{id}/properties/{key}Allows to create a property on a given endpoint. `id` is expected to be the id of an ExternAuthority.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityGetGET /extern/authorityReceives a list of all available extern/authoritys.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdClearlogPostPOST /extern/authority/{id}/clearlogClears the log of the provided extern authority.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdDeleteDELETE /extern/authority/{id}Deletes a extern/authority.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdGetGET /extern/authority/{id}Receives a single extern/authority.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdLogGetGET /extern/authority/{id}/logReceives a single extern/authority.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdPausePostPOST /extern/authority/{id}/pauseForces the Extern Authority to halt its execution until it is unpaused by calling this endpoint again. With bad timing, server m
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdPropertyDeleteDELETE /extern/authority/{id}/{property}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdPropertyPostPOST /extern/authority/{id}/{property}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdPutPUT /extern/authority/{id}Updates a extern/authority.
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityIdRunPostPOST /extern/authority/{id}/runForces the Extern Authority to be executed right now. Will do nothing if Extern Authority is running right now. Does not guarant
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApiexternAuthorityPostPOST /extern/authorityCreates one or more new extern/authoritys.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksCategoryGetGET /extern/links/categoryReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksContactGetGET /extern/links/contactReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksDeliverymethodGetGET /extern/links/deliverymethodReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityCategoryCategoryDeleteDELETE /extern/links/{externauthority}/category/{category}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityCategoryCategoryPostPOST /extern/links/{externauthority}/category/{category}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityContactContactDeleteDELETE /extern/links/{externauthority}/contact/{contact}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityContactContactPostPOST /extern/links/{externauthority}/contact/{contact}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityDeliverymethodDeliverymethodDeleteDELETE /extern/links/{externauthority}/deliverymethod/{deliverymethod}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityDeliverymethodDeliverymethodPostPOST /extern/links/{externauthority}/deliverymethod/{deliverymethod}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityFileFileDeleteDELETE /extern/links/{externauthority}/file/{file}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityFileFilePostPOST /extern/links/{externauthority}/file/{file}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityItemrootItemrootDeleteDELETE /extern/links/{externauthority}/itemroot/{itemroot}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityItemrootItemrootPostPOST /extern/links/{externauthority}/itemroot/{itemroot}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityPaymentoptionPaymentoptionDeleteDELETE /extern/links/{externauthority}/paymentoption/{paymentoption}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityPaymentoptionPaymentoptionPostPOST /extern/links/{externauthority}/paymentoption/{paymentoption}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityPricegroupPricegroupDeleteDELETE /extern/links/{externauthority}/pricegroup/{pricegroup}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityPricegroupPricegroupPostPOST /extern/links/{externauthority}/pricegroup/{pricegroup}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityReceiptReceiptDeleteDELETE /extern/links/{externauthority}/receipt/{receipt}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityReceiptReceiptPostPOST /extern/links/{externauthority}/receipt/{receipt}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityTagTagDeleteDELETE /extern/links/{externauthority}/tag/{tag}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityTagTagPostPOST /extern/links/{externauthority}/tag/{tag}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityTaggroupTaggroupDeleteDELETE /extern/links/{externauthority}/taggroup/{taggroup}Removes a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksExternauthorityTaggroupTaggroupPostPOST /extern/links/{externauthority}/taggroup/{taggroup}Creates a link between the provided extern authority and the item root.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksFileGetGET /extern/links/fileReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdCategoryPropertyKeyPostPOST /extern/links/{id}/category/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdContactPropertyKeyPostPOST /extern/links/{id}/contact/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdDeliverymethodPropertyKeyPostPOST /extern/links/{id}/deliverymethod/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdFilePropertyKeyPostPOST /extern/links/{id}/file/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdItemrootPropertyKeyPostPOST /extern/links/{id}/itemroot/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdPathPropertyKeyPostPOST /extern/links/{id}/{path}/property/{key}Diagnostics Only. Not intended for actual use (will always return '403 Forbidden').
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdPaymentoptionPropertyKeyPostPOST /extern/links/{id}/paymentoption/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdPricegroupPropertyKeyPostPOST /extern/links/{id}/pricegroup/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdReceiptPropertyKeyPostPOST /extern/links/{id}/receipt/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdTagPropertyKeyPostPOST /extern/links/{id}/tag/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksIdTaggroupPropertyKeyPostPOST /extern/links/{id}/taggroup/property/{key}unavailable
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksItemrootGetGET /extern/links/itemrootReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksPaymentoptionGetGET /extern/links/paymentoptionReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksPricegroupGetGET /extern/links/pricegroupReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksReceiptGetGET /extern/links/receiptReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksTagGetGET /extern/links/tagReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApiexternLinksTaggroupGetGET /extern/links/taggroupReceives a list of available extern links.
SimplifySoftPecuniariusServerAPIv1FilesApifilesGetGET /filesReturns a list of files (no content).
SimplifySoftPecuniariusServerAPIv1FilesApifilesIdClonePostPOST /files/{id}/cloneClones provided file id. Only the new ID will be returned.
SimplifySoftPecuniariusServerAPIv1FilesApifilesIdDeleteDELETE /files/{id}Allows to remove a file entirely.
SimplifySoftPecuniariusServerAPIv1FilesApifilesIdGetGET /files/{id}Returns a single, full file.
SimplifySoftPecuniariusServerAPIv1FilesApifilesIdPutPUT /files/{id}Provides an interface to update a file.
SimplifySoftPecuniariusServerAPIv1FilesApifilesPostPOST /filesAllows to create new files.
SimplifySoftPecuniariusServerAPIv1GenericApigenericQuicknavSearchAllGetGET /generic/quicknav/search-allAllows to search the whole database using DbLike, looking up certain properties in all objects searched and returning the type a
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApiwarehousedataDeliveryoptionGetGET /warehousedata/deliveryoptionunavailable
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApiwarehousedataDeliveryoptionIdDeleteDELETE /warehousedata/deliveryoption/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApiwarehousedataDeliveryoptionIdGetGET /warehousedata/deliveryoption/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApiwarehousedataDeliveryoptionIdPutPUT /warehousedata/deliveryoption/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApiwarehousedataDeliveryoptionPostPOST /warehousedata/deliveryoptionunavailable
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApiwarehousedataDeliveryproviderDeliveryOptionIdGetGET /warehousedata/deliveryprovider/{deliveryOptionId}Allows to receive the Provider of a single DeliveryOption.
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApiwarehousedataDeliveryproviderDeliveryOptionIdIdDeleteDELETE /warehousedata/deliveryprovider/{deliveryOptionId}/{id}Removes a DeliveryProviderContext from a DeliveryOption.
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApiwarehousedataDeliveryproviderDeliveryOptionIdIdPropertyPostPOST /warehousedata/deliveryprovider/{deliveryOptionId}/{id}/{property}Allows to change the CustomProperty values of a DeliveryProviderContext.
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApiwarehousedataDeliveryproviderDeliveryOptionIdIdPutPUT /warehousedata/deliveryprovider/{deliveryOptionId}/{id}Allows to update a DeliveryProviderContext without replacing it.
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApiwarehousedataDeliveryproviderDeliveryOptionIdPostPOST /warehousedata/deliveryprovider/{deliveryOptionId}Replaces the existing DeliveryProviderContext with the new one rovided.
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApiwarehousedataDeliveryproviderEndpointsGetGET /warehousedata/deliveryprovider/endpointsReturns a list of all endpoints available.
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApiwarehousedataPickboxesGetGET /warehousedata/pickboxesunavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApiwarehousedataPickboxesIdDeleteDELETE /warehousedata/pickboxes/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApiwarehousedataPickboxesIdPutPUT /warehousedata/pickboxes/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApiwarehousedataPickboxesPostPOST /warehousedata/pickboxesunavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistAllCountGetGET /inventory/picklist/all/countProvides a way to query the count of all PickList's available.
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistAllEntryAllCountGetGET /inventory/picklist/all/entry/all/countProvides a way to query the count of all PickListEntry's available.
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistAllEntryAllGetGET /inventory/picklist/all/entry/allProvides a way to query all PickListEntry's available.
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistAllGetGET /inventory/picklist/allProvides a way to query all PickList's available.
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidDeleteDELETE /inventory/picklist/{picklistid}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidEntryAllGetGET /inventory/picklist/{picklistid}/entry/allCan be used to poll the child entries of a given PickList. Empty result will be returned if no PickList.Id == pickilistid was fo
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidEntryEntryidDeleteDELETE /inventory/picklist/{picklistid}/entry/{entryid}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidEntryEntryidGetGET /inventory/picklist/{picklistid}/entry/{entryid}Allows receiving a single PickListEntry according to the entryid. NetException will be returned if no PickListEntry with PickLis
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidEntryEntryidPutPUT /inventory/picklist/{picklistid}/entry/{entryid}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidEntryIdsGetGET /inventory/picklist/{picklistid}/entry/idsCan be used to poll the IDs of the childs entries of a given PickList. NetException will be returned if no PickList.Id == pickil
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidEntryPostPOST /inventory/picklist/{picklistid}/entryunavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidGetGET /inventory/picklist/{picklistid}Allows receiving a single PickList according to the picklistid. NetException will be returned if no PickList.Id == pickilistid w
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidPutPUT /inventory/picklist/{picklistid}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPicklistidReceiptReceiptidAppendGoalidPostPOST /inventory/picklist/{picklistid}/receipt/{receiptid}/append/{goalid}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApiinventoryPicklistPostPOST /inventory/picklistunavailable
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockCombinedItemidGetGET /warehousedata/stock/combined/{itemid}Allows to receive a single, combined stock.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockGetGET /warehousedata/stockAllows to receive one or more stocks.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockIdItemidMinimumPostPOST /warehousedata/stock/{id}/{itemid}/minimumReserves the Stock for given item.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockIdItemidNotePostPOST /warehousedata/stock/{id}/{itemid}/noteReserves the Stock for given item.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockIdMoveStorageLocationPostPOST /warehousedata/stock/{id}/move/{storageLocation}Reserves the Stock for given item.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockLogGetGET /warehousedata/stock/logProvides an interface to access the stock lock.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockLogItemidGetGET /warehousedata/stock/log/{itemid}Provides an interface to access the stock lock.
SimplifySoftPecuniariusServerAPIv1InventoryStocksApiwarehousedataStockReserveItemRootIdInStorageLocationIdPostPOST /warehousedata/stock/reserve/{itemRootId}/in/{storageLocationId}Reserves the Stock for given ItemRoot in the given StorageLocation.
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApilocationLocationsGetGET /location/locationsunavailable
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApilocationLocationsIdDeleteDELETE /location/locations/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApilocationLocationsIdGetGET /location/locations/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApilocationLocationsIdPutPUT /location/locations/{id}unavailable
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApilocationLocationsPostPOST /location/locationsunavailable
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesAllCountGetGET /location/storages/all/countReceives a list of storages according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesAllGetGET /location/storages/allReceives a list of storages according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesAllIdsGetGET /location/storages/all/idsReceives a list of storages according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesIdDeleteDELETE /location/storages/{id}Endpoint to remove a storage. Note that this will throw errors unless ensured that the storage is empty and not refered to from
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesIdGetGET /location/storages/{id}Endpoint to receive a single storage according to its Id.
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesIdLocationsGetGET /location/storages/{id}/locationsReceives a list of storage locations owned by the storage designated by its Id.
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesIdPutPUT /location/storages/{id}Allows to update a given storage via its Id.
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApilocationStoragesPostPOST /location/storagesProvides the ability to create a new storage.
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesGetGET /location/warehousesReceives a list of warehouses according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesIdDeleteDELETE /location/warehouses/{id}Endpoint to remove a warehouse. Note that this will throw errors unless ensured that the warehouse is empty and not refered to f
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesIdGetGET /location/warehouses/{id}Endpoint allowing to receive a single warehouses according to the Id provided.
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesIdOwnerGetGET /location/warehouses/{id}/ownerReturns the owner of a warehouse designated by its Id.
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesIdPutPUT /location/warehouses/{id}Allows to update a given warehouse via its Id.
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesIdStoragesGetGET /location/warehouses/{id}/storagesReceives a list of storages owned by the warehouse designated by its Id.
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApilocationWarehousesPostPOST /location/warehousesProvides the ability to create a new warehouse.
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApiitemdataCategoriesGetGET /itemdata/categoriesunavailable
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApiitemdataCategoriesIdDeleteDELETE /itemdata/categories/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApiitemdataCategoriesIdGetGET /itemdata/categories/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApiitemdataCategoriesIdPutPUT /itemdata/categories/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApiitemdataCategoriesPostPOST /itemdata/categoriesunavailable
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApiitemdataLinksGetGET /itemdata/linksReturns the list of available item links.
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApiitemdataLinksIdDeleteDELETE /itemdata/links/{id}Allows to delete a single existing item links.
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApiitemdataLinksIdGetGET /itemdata/links/{id}Returns a single item link.
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApiitemdataLinksIdPutPUT /itemdata/links/{id}Interface for updating existing item links.
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApiitemdataLinksPostPOST /itemdata/linksProvides an interface to create a new item links.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllCountGetGET /item/root/all/countReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllFrameAllCountGetGET /item/root/all/frame/all/countReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllFrameAllGetGET /item/root/all/frame/allReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllFrameAllIdsGetGET /item/root/all/frame/all/idsReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllGetGET /item/root/allReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllIdsGetGET /item/root/all/idsReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootAllSearchGetGET /item/root/all/searchReceives a list of ItemRoot's according to provided filtering provided via GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentCategoryAllGetGET /item/root/{ident}/category/allReceives the categories this item is located in via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentCategoryCatidDeleteDELETE /item/root/{ident}/category/{catid}Allows to remove a category relation from an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentCategoryCatidPostPOST /item/root/{ident}/category/{catid}Allows to add a category relation onto an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentDeleteDELETE /item/root/{ident}Provides the ability to delete (mark as IsSoftDeleted) a given item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentFileAllGetGET /item/root/{ident}/file/allReceives the files this item is linked with via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentFileFileidDefaultPostPOST /item/root/{ident}/file/{fileid}/defaultAllows to set the default file relation of an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentFileFileidDeleteDELETE /item/root/{ident}/file/{fileid}Allows to remove a file relation from an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentFileFileidPostPOST /item/root/{ident}/file/{fileid}Allows to add a file relation onto an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentFrameFrameidGetGET /item/root/{ident}/frame/{frameid}Allows to receive a given frame by its id.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentFramePutPUT /item/root/{ident}/frameProvides the ability to update a given items frame via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentGetGET /item/root/{ident}Receives a single item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentLinkedAllGetGET /item/root/{ident}/linked/allReceives the list of linked items related to another item. Both can be identified via either their corresponding ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentLinkedOtherDeleteDELETE /item/root/{ident}/linked/{other}Allows to remove an item relation from provided item. Both can be identified via either their corresponding ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentLinkedOtherPostPOST /item/root/{ident}/linked/{other}Allows to add an item relation onto provided item. Both can be identified via either their corresponding ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentLinkedOtherPutPUT /item/root/{ident}/linked/{other}Allows to update an item relation onto provided item. Both can be identified via either their corresponding ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentPutPUT /item/root/{ident}Provides the ability to update a given item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentTagAllGetGET /item/root/{ident}/tag/allReceives the tags this item is linked with via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentTagTagidDeleteDELETE /item/root/{ident}/tag/{tagid}Allows to remove a tag relation from an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootIdentTagTagidPostPOST /item/root/{ident}/tag/{tagid}Allows to add a tag relation onto an item via its ID or SKU.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemRootPostPOST /item/rootProvides the ability to create a new item.
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemdataRootSkuNextGetGET /itemdata/root/{sku}/nextReceives the id, that follows logically after this one (determined via SKU).
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApiitemdataRootSkuPreviousGetGET /itemdata/root/{sku}/previousReceives the id, that came logically beofre this one (determined via SKU).
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApiitemdataPricegroupsGetGET /itemdata/pricegroupsReturns the list of available price groups.
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApiitemdataPricegroupsIdDeleteDELETE /itemdata/pricegroups/{id}Allows to delete a single existing price group.
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApiitemdataPricegroupsIdGetGET /itemdata/pricegroups/{id}Returns a single price groups.
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApiitemdataPricegroupsIdPutPUT /itemdata/pricegroups/{id}Interface for updating existing price groups.
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApiitemdataPricegroupsPostPOST /itemdata/pricegroupsProvides an interface to create a new price group.
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataItemrootPriceContactLogGetGET /itemdata/{itemroot}/price/{contact}/logAllows to receive a list of prices. List can be filtered using GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataItemrootPriceContactLogGet_0GET /itemdata/{itemroot}/price/{contact/log}Allows to receive a list of prices. List can be filtered using GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataItemrootPriceContactLogIdDeleteDELETE /itemdata/{itemroot}/price/{contact}/log/{id}Allows to receive a list of prices. List can be filtered using GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataPricesGetGET /itemdata/pricesAllows to receive a list of prices. List can be filtered using GET parameters.
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataPricesIdDeleteDELETE /itemdata/prices/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataPricesIdGetGET /itemdata/prices/{id}Receive a single price by id.
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataPricesIdPutPUT /itemdata/prices/{id}unavailable
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApiitemdataPricesPostPOST /itemdata/pricesCreates a new price. If the ID is also set, existing price will get marked as EndOfLife.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGetGET /itemdata/unitsReceives a list of all available unit-groups.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupDeleteDELETE /itemdata/units/{group}Receives a list of all available gradiations inside of the provided group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupPutPUT /itemdata/units/{group}Allows to update a single Unit-Group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupTierGetGET /itemdata/units/{group}/tierReceives a list of all available gradiations inside of the provided group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupTierPostPOST /itemdata/units/{group}/tierAllows to create a new Gradiation inside a Unit-Group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupTierTierDeleteDELETE /itemdata/units/{group}/tier/{tier}Receives a list of all available gradiations inside of the provided group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupTierTierPutPUT /itemdata/units/{group}/tier/{tier}Allows to update a single Tier.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupUnitsGetGET /itemdata/units/{group}/unitsReceives a list of all available units inside of the provided group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupUnitsPostPOST /itemdata/units/{group}/unitsAllows to create a new Unit inside a Unit-Group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupUnitsUnitDeleteDELETE /itemdata/units/{group}/units/{unit}Receives a list of all available gradiations inside of the provided group.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsGroupUnitsUnitPutPUT /itemdata/units/{group}/units/{unit}Allows to update a single Unit.
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApiitemdataUnitsPostPOST /itemdata/unitsAllows to create a new Unit-Group.
SimplifySoftPecuniariusServerAPIv1LicenseApilicenseGetGET /licenseAllows to receive license informations from the server.
SimplifySoftPecuniariusServerAPIv1LicenseApilicensePostPOST /licenseAllows to update the license.
SimplifySoftPecuniariusServerAPIv1LicenseApilicenseUseridPostPOST /license/{userid}Allows to change a given users enabled state.
SimplifySoftPecuniariusServerAPIv1LogApilogCountGetGET /log/countAllows to poll the log.
SimplifySoftPecuniariusServerAPIv1LogApilogGetGET /logAllows to poll the log.
SimplifySoftPecuniariusServerAPIv1LoopbackApicreateadminuserGetGET /createadminuserunavailable
SimplifySoftPecuniariusServerAPIv1LoopbackApidocumentationGetGET /documentationunavailable
SimplifySoftPecuniariusServerAPIv1LoopbackApiexportGetGET /exportunavailable
SimplifySoftPecuniariusServerAPIv1LoopbackApilocalsettingsGetGET /localsettingsunavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsDidConditionsCidDeleteDELETE /print/documents/{did}/conditions/{cid}unavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsDidConditionsCidPutPUT /print/documents/{did}/conditions/{cid}unavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsDidConditionsGetGET /print/documents/{did}/conditionsunavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsDidConditionsPostPOST /print/documents/{did}/conditionsunavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsGetGET /print/documentsunavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsIdDeleteDELETE /print/documents/{id}unavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsIdGetGET /print/documents/{id}unavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsIdPutPUT /print/documents/{id}unavailable
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApiprintDocumentsPostPOST /print/documentsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceAllCountGetGET /receipt-data/invoice/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceAllGetGET /receipt-data/invoice/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidDeleteDELETE /receipt-data/invoice/{invoiceid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidEntryGetGET /receipt-data/invoice/{invoiceid}/entryunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidGetGET /receipt-data/invoice/{invoiceid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidPositionPosidLinkPostPOST /receipt-data/invoice/{invoiceid}/position/{posid}/linkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidPositionPosidUnlinkPostPOST /receipt-data/invoice/{invoiceid}/position/{posid}/unlinkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidPutPUT /receipt-data/invoice/{invoiceid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidReceiptReceiptidLinkPostPOST /receipt-data/invoice/{invoiceid}/receipt/{receiptid}/linkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoiceInvoiceidReceiptReceiptidUnlinkPostPOST /receipt-data/invoice/{invoiceid}/receipt/{receiptid}/unlinkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApireceiptDataInvoicePostPOST /receipt-data/invoiceunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApireceiptDataOptionDefinitionAllCountGetGET /receipt-data/option-definition/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApireceiptDataOptionDefinitionAllGetGET /receipt-data/option-definition/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApireceiptDataOptionDefinitionOptdefidDeleteDELETE /receipt-data/option-definition/{optdefid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApireceiptDataOptionDefinitionOptdefidGetGET /receipt-data/option-definition/{optdefid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApireceiptDataOptionDefinitionOptdefidPutPUT /receipt-data/option-definition/{optdefid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApireceiptDataOptionDefinitionPostPOST /receipt-data/option-definitionunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionAllCountGetGET /receipt-data/position/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionAllGetGET /receipt-data/position/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionAllOptionAllCountGetGET /receipt-data/position/all/option/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionAllOptionAllGetGET /receipt-data/position/all/option/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidDeleteDELETE /receipt-data/position/{posid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidGetGET /receipt-data/position/{posid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidGoalGoalidLinkPostPOST /receipt-data/position/{posid}/goal/{goalid}/linkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidGoalGoalidUnlinkPostPOST /receipt-data/position/{posid}/goal/{goalid}/unlinkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidGoalIdsGetGET /receipt-data/position/{posid}/goal/idsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidOptionAllGetGET /receipt-data/position/{posid}/option/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidOptionOptidDeleteDELETE /receipt-data/position/{posid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidOptionOptidGetGET /receipt-data/position/{posid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidOptionOptidPutPUT /receipt-data/position/{posid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidOptionPostPOST /receipt-data/position/{posid}/optionunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidPutPUT /receipt-data/position/{posid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidReceiptIdsGetGET /receipt-data/position/{posid}/receipt/idsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidReceiptReceiptidLinkPostPOST /receipt-data/position/{posid}/receipt/{receiptid}/linkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidReceiptReceiptidUnlinkPostPOST /receipt-data/position/{posid}/receipt/{receiptid}/unlinkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPosidSplitPostPOST /receipt-data/position/{posid}/splitSplits a non Editible or Booked Position into two separate ones and returns the newly created position. Cannot be undone.
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApireceiptDataPositionPostPOST /receipt-data/positionunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllCountGetGET /receipt-data/case/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllGetGET /receipt-data/case/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllOptionAllCountGetGET /receipt-data/case/all/option/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllOptionAllGetGET /receipt-data/case/all/option/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllCountGetGET /receipt-data/case/all/receipt/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllDeliveryGoalAllCountGetGET /receipt-data/case/all/receipt/all/delivery/goal/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllDeliveryGoalAllGetGET /receipt-data/case/all/receipt/all/delivery/goal/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllGetGET /receipt-data/case/all/receipt/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllOptionAllCountGetGET /receipt-data/case/all/receipt/all/option/all/countunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllOptionAllGetGET /receipt-data/case/all/receipt/all/option/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseAllReceiptAllSearchGetGET /receipt-data/case/all/receipt/all/searchunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidDeleteDELETE /receipt-data/case/{caseid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidGetGET /receipt-data/case/{caseid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidOptionAllGetGET /receipt-data/case/{caseid}/option/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidOptionOptidDeleteDELETE /receipt-data/case/{caseid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidOptionOptidGetGET /receipt-data/case/{caseid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidOptionOptidPutPUT /receipt-data/case/{caseid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidOptionPostPOST /receipt-data/case/{caseid}/optionunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidPutPUT /receipt-data/case/{caseid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptAllGetGET /receipt-data/case/{caseid}/receipt/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptPostPOST /receipt-data/case/{caseid}/receiptunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeleteDELETE /receipt-data/case/{caseid}/receipt/{receiptid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalAllGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidDeleteDELETE /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPositionIdsGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}/position/idsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPositionPosidLinkPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}/position/{posid}/linkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPositionPosidUnlinkPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}/position/{posid}/unlinkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPutPUT /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidDeliveryGoalPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goalunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidFileFileidLinkPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/file/{fileid}/linkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidFileFileidUnlinkPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/file/{fileid}/unlinkunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidGetGET /receipt-data/case/{caseid}/receipt/{receiptid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidOptionAllGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/option/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidOptionOptidDeleteDELETE /receipt-data/case/{caseid}/receipt/{receiptid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidOptionOptidGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidOptionOptidPutPUT /receipt-data/case/{caseid}/receipt/{receiptid}/option/{optid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidOptionPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/optionunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidPathsGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/pathsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidPathsPostPOST /receipt-data/case/{caseid}/receipt/{receiptid}/pathsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidPositionAllGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/position/allunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidPositionIdsGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/position/idsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidPutPUT /receipt-data/case/{caseid}/receipt/{receiptid}unavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidReceiptReceiptidShipmentsGetGET /receipt-data/case/{caseid}/receipt/{receiptid}/shipmentsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCaseCaseidShipmentsGetGET /receipt-data/case/{caseid}/shipmentsunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApireceiptDataCasePostPOST /receipt-data/caseunavailable
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsAllCountGetGET /receipt-data/shipments/all/countEndpoint to poll for available shipments count.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsAllGetGET /receipt-data/shipments/allEndpoint to poll for available shipments.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsDeliveryGoalidCreatePostPOST /receipt-data/shipments/delivery/{goalid}/createCreates a shipment including a corresponding label for the given Receipt.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsDeliveryGoalidPostPOST /receipt-data/shipments/delivery/{goalid}Allows creating shipment informations of any given case.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsDeliveryGoalidPreviewPostPOST /receipt-data/shipments/delivery/{goalid}/previewCreates a preview of the shipments to be created.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsShipmentidCancelGetGET /receipt-data/shipments/{shipmentid}/cancelAsks the server to use the corresponding DeliveryProviderContext to cancel a given shipment.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsShipmentidDeleteDELETE /receipt-data/shipments/{shipmentid}Provides the ability to remove shipments from a given case.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsShipmentidFilesGetGET /receipt-data/shipments/{shipmentid}/filesEndpoint to poll for available shipments.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsShipmentidPutPUT /receipt-data/shipments/{shipmentid}Allows updating shipment informations of any given case.
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApireceiptDataShipmentsShipmentidStatusGetGET /receipt-data/shipments/{shipmentid}/statusAsks the server to use the corresponding DeliveryProviderContext to poll for the status of a given shipment.
SimplifySoftPecuniariusServerAPIv1SQLRawApirawIdDeleteDELETE /raw/{id}Deletes (closes) the query with provided id.
SimplifySoftPecuniariusServerAPIv1SQLRawApirawIdGetGET /raw/{id}Allows to receive a raw sql query prepared via POST '/raw'.
SimplifySoftPecuniariusServerAPIv1SQLRawApirawPostPOST /rawCreates a new raw sql query. Queries are available for maximum of 00:05:00 until they time out.
SimplifySoftPecuniariusServerAPIv1SettingsApisettingsGetGET /settingsunavailable
SimplifySoftPecuniariusServerAPIv1SettingsApisettingsKeyGetGET /settings/{key}unavailable
SimplifySoftPecuniariusServerAPIv1SettingsApisettingsPatchPATCH /settingsunavailable
SimplifySoftPecuniariusServerAPIv1StateCodePagesApistateCodePageGetGET /state/code-pageReceives a list of all available code-pages.
SimplifySoftPecuniariusServerAPIv1StateCodePagesApistateCodePageIdDeleteDELETE /state/code-page/{id}Deletes a code-page.
SimplifySoftPecuniariusServerAPIv1StateCodePagesApistateCodePageIdGetGET /state/code-page/{id}Receives a single code-page.
SimplifySoftPecuniariusServerAPIv1StateCodePagesApistateCodePageIdPutPUT /state/code-page/{id}Updates a code-page.
SimplifySoftPecuniariusServerAPIv1StateCodePagesApistateCodePagePostPOST /state/code-pageCreates one or more new code-pages.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionGetGET /state/interactionReceives a list of all available interactions.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionIdConditionCodepageidLinkPostPOST /state/interaction/{id}/condition/{codepageid}/linkAllows to link a code-page to a conditional-interactions conditions.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionIdConditionCodepageidUnlinkPostPOST /state/interaction/{id}/condition/{codepageid}/unlinkAllows to unlink a code-page to a conditional-interactions conditions.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionIdDeleteDELETE /state/interaction/{id}Deletes an interaction.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionIdGetGET /state/interaction/{id}Receives a single interaction.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionIdPutPUT /state/interaction/{id}Updates an interaction.
SimplifySoftPecuniariusServerAPIv1StateInteractionsApistateInteractionPostPOST /state/interactionCreates one or more new interactions.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineGetGET /state/machineReceives a list of all available state-machines.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdCodePageCodepageidLinkPostPOST /state/machine/{id}/code-page/{codepageid}/linkAllows to link a state-node to a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdCodePageCodepageidUnlinkPostPOST /state/machine/{id}/code-page/{codepageid}/unlinkAllows to unlink a code-page from a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdDeleteDELETE /state/machine/{id}Deletes a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdEntrystatesGetGET /state/machine/{id}/entrystatesReceives a list of all available entry states.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdGetGET /state/machine/{id}Receives a single state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdInteractionInteractionidLinkPostPOST /state/machine/{id}/interaction/{interactionid}/linkAllows to link a state-node to a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdInteractionInteractionidUnlinkPostPOST /state/machine/{id}/interaction/{interactionid}/unlinkAllows to unlink a state-node from a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdNodeNodeidLinkPostPOST /state/machine/{id}/node/{nodeid}/linkAllows to link a state-node to a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdNodeNodeidUnlinkPostPOST /state/machine/{id}/node/{nodeid}/unlinkAllows to unlink a state-node from a state-machine.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachineIdPutPUT /state/machine/{id}Updates an attribute definition.
SimplifySoftPecuniariusServerAPIv1StateMachinesApistateMachinePostPOST /state/machineCreates one or more new state-machines.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeGetGET /state/nodeReceives a list of all available state nodes.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeGroupsGetGET /state/node/groupsReceives a list of all available state node groups.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdDeleteDELETE /state/node/{id}Deletes a state node.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdEnterCodepageidLinkPostPOST /state/node/{id}/enter/{codepageid}/linkAllows to link a code-page to a state-nodes enter actions.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdEnterCodepageidUnlinkPostPOST /state/node/{id}/enter/{codepageid}/unlinkAllows to unlink a code-page from a state-nodes enter actions.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdEnterGetGET /state/node/{id}/enterReceives a list of all available enter Code Pages.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdExitCodepageidLinkPostPOST /state/node/{id}/exit/{codepageid}/linkAllows to link a code-page to a state-nodes exit actions.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdExitCodepageidUnlinkPostPOST /state/node/{id}/exit/{codepageid}/unlinkAllows to unlink a code-page from a state-nodes exit actions.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdExitGetGET /state/node/{id}/exitReceives a list of all available exit Code Pages.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdGetGET /state/node/{id}Receives a single state node.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeIdPutPUT /state/node/{id}Updates a state node.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodePostPOST /state/nodeCreates one or more new state nodes.
SimplifySoftPecuniariusServerAPIv1StateNodesApistateNodeTitlesGetGET /state/node/titlesReceives a list of all available state node titles.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupAllCountGetGET /tagging/group/all/countAllows to poll the count of all TagGroups available.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupAllGetGET /tagging/group/allAllows to poll all TagGroups available.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupAllIdsGetGET /tagging/group/all/idsAllows to poll the ids of all TagGroups available.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupAllTagAllCountGetGET /tagging/group/all/tag/all/countAllows to poll the count of all Tags available.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupAllTagAllGetGET /tagging/group/all/tag/allAllows to poll all Tags available.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupAllTagAllIdsGetGET /tagging/group/all/tag/all/idsAllows to poll the count of all Tags available.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidDeleteDELETE /tagging/group/{groupid}Deletes a single TagGroup.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidGetGET /tagging/group/{groupid}unavailable
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidPutPUT /tagging/group/{groupid}Updates a single TagGroup.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidTagPostPOST /tagging/group/{groupid}/tagCreates new Tags.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidTagTagidDeleteDELETE /tagging/group/{groupid}/tag/{tagid}Deletes a single Tag.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidTagTagidGetGET /tagging/group/{groupid}/tag/{tagid}Receives a single Tag.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupGroupidTagTagidPutPUT /tagging/group/{groupid}/tag/{tagid}Updates a single Tag.
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApitaggingGroupPostPOST /tagging/groupCreates new TagGroups.

Models

Authorization

basic_auth

  • Type: HTTP basic authentication

Tests

To run the tests, use:

composer install
vendor/bin/phpunit

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen