simplifysoft / openapi
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
dev-master
2021-04-11 11:37 UTC
Requires
- php: >=7.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- phpunit/phpunit: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2025-05-11 21:04:07 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
Class | Method | HTTP request | Description |
---|---|---|---|
ExampleRestServiceMyRestPathApi | pluginExampleRestServiceArg1Get | GET /plugin/example/rest-service/{arg1} | unavailable |
SimplifySoftPecuniariusExternProviderEbayEbayLoginRestServiceApi | pluginEbayOauthInitializeGet | GET /plugin/ebay/oauth/initialize | Returns a GUID that can be used for confirming a given Ebay-OAuth-Token. |
SimplifySoftPecuniariusExternProviderEbayEbayPublicRestServiceApi | pluginEbayOauthGuidConfirmPost | POST /plugin/ebay/oauth/{guid}/confirm | Confirms any given OAuth session. |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApi | accountingAccountsGet | GET /accounting/accounts | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApi | accountingAccountsIdDelete | DELETE /accounting/accounts/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApi | accountingAccountsIdPut | PUT /accounting/accounts/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingAccountsApi | accountingAccountsPost | POST /accounting/accounts | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApi | accountingItemsCountGet | GET /accounting/items/count | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApi | accountingItemsGet | GET /accounting/items | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApi | accountingItemsIdEventsGet | GET /accounting/items/{id}/events | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingAccountingItemsApi | accountingItemsIdGet | GET /accounting/items/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApi | accountingBankGet | GET /accounting/bank | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApi | accountingBankIdDelete | DELETE /accounting/bank/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApi | accountingBankIdGet | GET /accounting/bank/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApi | accountingBankIdPut | PUT /accounting/bank/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingBankAccountsApi | accountingBankPost | POST /accounting/bank | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApi | accountingCurrencyGet | GET /accounting/currency | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApi | accountingCurrencyIsonameDelete | DELETE /accounting/currency/{isoname} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApi | accountingCurrencyIsonamePut | PUT /accounting/currency/{isoname} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingCurrenciesApi | accountingCurrencyPost | POST /accounting/currency | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodGet | GET /accounting/paymentmethod | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodIdDelete | DELETE /accounting/paymentmethod/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodIdGet | GET /accounting/paymentmethod/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodIdPausePost | POST /accounting/paymentmethod/{id}/pause | Forces the Payment Method to halt its execution until it is unpaused by calling this endpoint again. With bad timing, server may |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodIdPut | PUT /accounting/paymentmethod/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodIdRunPost | POST /accounting/paymentmethod/{id}/run | Forces the Payment Method to be executed right now. Will do nothing if this or another Payment Method is running right now. Does |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentMethodsApi | accountingPaymentmethodPost | POST /accounting/paymentmethod | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionGet | GET /accounting/paymentoption | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdDelete | DELETE /accounting/paymentoption/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdDiscountsDidDelete | DELETE /accounting/paymentoption/{id}/discounts/{did} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdDiscountsDidGet | GET /accounting/paymentoption/{id}/discounts/{did} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdDiscountsDidPut | PUT /accounting/paymentoption/{id}/discounts/{did} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdDiscountsGet | GET /accounting/paymentoption/{id}/discounts | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdDiscountsPost | POST /accounting/paymentoption/{id}/discounts | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdGet | GET /accounting/paymentoption/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionIdPut | PUT /accounting/paymentoption/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentOptionsApi | accountingPaymentoptionPost | POST /accounting/paymentoption | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApi | accountingPaymentproviderEndpointsGet | GET /accounting/paymentprovider/endpoints | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApi | accountingPaymentproviderPaymentMethodIdGet | GET /accounting/paymentprovider/{paymentMethodId} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApi | accountingPaymentproviderPaymentMethodIdIdDelete | DELETE /accounting/paymentprovider/{paymentMethodId}/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApi | accountingPaymentproviderPaymentMethodIdIdPropertyPost | POST /accounting/paymentprovider/{paymentMethodId}/{id}/{property} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApi | accountingPaymentproviderPaymentMethodIdIdPut | PUT /accounting/paymentprovider/{paymentMethodId}/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingPaymentProviderContextsApi | accountingPaymentproviderPaymentMethodIdPost | POST /accounting/paymentprovider/{paymentMethodId} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApi | accountingTaxAccountGet | GET /accounting/tax-account | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApi | accountingTaxAccountIdGet | GET /accounting/tax-account/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApi | accountingTaxAccountPost | POST /accounting/tax-account | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApi | accountingTaxAccountTaxAccountIdDelete | DELETE /accounting/tax-account/{taxAccountId} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTaxAccountsApi | accountingTaxAccountTaxAccountIdPut | PUT /accounting/tax-account/{taxAccountId} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxAllCountGet | GET /accounting/tax/all/count | Allows to query the count of all TaxDefinitions available. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxAllGet | GET /accounting/tax/all/ | Allows to query all TaxDefinitions available. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxAllRateCountGet | GET /accounting/tax/all/rate/count | Allows to query the count of all Tax available, including end-of-life. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxAllRateGet | GET /accounting/tax/all/rate | Allows to query all Tax available, including end-of-life. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxAllRateRateidGet | GET /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. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxDefaultGet | GET /accounting/tax/default | Allows to receive the default TaxDefinitions if available. If no TaxDefinition has the IsDefault set, NetException will be retur |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxDefinitionidGet | GET /accounting/tax/{definitionid} | Allows to receive the TaxDefinitions with the provided definitionid. If no TaxDefinition was found with the Id, NetException wil |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxDefinitionidPut | PUT /accounting/tax/{definitionid} | Allows to update a TaxDefinitions with the provided definitionid. If no TaxDefinition was found with the Id, NetException will b |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxDefinitionidRatechangeRequestPost | POST /accounting/tax/{definitionid}/ratechange/request | Initialized a rate-change request. Will return a confirm token that can be used to confirm the ratechange request. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxDefinitionidRatechangeTokenPost | POST /accounting/tax/{definitionid}/ratechange/{token} | Performs the rate-change. Will immediatly return 400 if token is valid and logout ALL users logged in. |
SimplifySoftPecuniariusServerAPIv1AccountingTaxDefinitionsApi | accountingTaxPost | POST /accounting/tax | Allows to create new TaxDefinitions. |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionAllCountGet | GET /transaction/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionAllGet | GET /transaction/all | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionAllIdsGet | GET /transaction/all/ids | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionAllSearchGet | GET /transaction/all/search | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdDelete | DELETE /transaction/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdEventEvidGet | GET /transaction/{id}/event/{evid} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdEventGet | GET /transaction/{id}/event | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdEventPost | POST /transaction/{id}/event | Allows adding events to a given TransactionRoot. |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdGet | GET /transaction/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdHidePatch | PATCH /transaction/{id}/hide | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdPayerDelete | DELETE /transaction/{id}/payer | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdPayerPost | POST /transaction/{id}/payer | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdReceiverDelete | DELETE /transaction/{id}/receiver | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdReceiverPost | POST /transaction/{id}/receiver | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdSuggestionsGet | GET /transaction/{id}/suggestions | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionIdUnhidePatch | PATCH /transaction/{id}/unhide | unavailable |
SimplifySoftPecuniariusServerAPIv1AccountingTransactionsApi | transactionPost | POST /transaction | unavailable |
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApi | attributesGet | GET /attributes | Receives a list of all available attribute definitions. |
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApi | attributesIdentDelete | DELETE /attributes/{ident} | Deletes an attribute definition. |
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApi | attributesIdentPut | PUT /attributes/{ident} | Updates an attribute definition. |
SimplifySoftPecuniariusServerAPIv1AttributeDataAttributesApi | attributesPost | POST /attributes | Creates one or more new attribute definitions. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataGet | GET /authority/data | Endpoint to poll all available authorities. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdDelete | DELETE /authority/data/{id} | Provides the functionality to delete a single authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdGet | GET /authority/data/{id} | Receive a single authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdLayoutGet | GET /authority/data/{id}/layout | Allows to receive all available layouts for a given authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdLayoutLayoutidDelete | DELETE /authority/data/{id}/layout/{layoutid} | Allows to add a layout to a given authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdLayoutLayoutidPut | PUT /authority/data/{id}/layout/{layoutid} | Allows to update an existing layout. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdLayoutPost | POST /authority/data/{id}/layout | Allows to add a layout to a given authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataIdPut | PUT /authority/data/{id} | Authority Update Endpoint. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesAuthoritiesApi | authorityDataPost | POST /authority/data | Allows to create new authorities. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesPrivilegesApi | authorityPrivilegesGet | GET /authority/privileges | Returns a list of available privilege properties. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesPrivilegesApi | authorityPrivilegesIdGet | GET /authority/privileges/{id} | Allows to receive the privileges of an existing authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesPrivilegesApi | authorityPrivilegesIdPrivilegePost | POST /authority/privileges/{id}/{privilege} | Allows to change the privilege of an existing authority. |
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApi | authorityUserActivelayoutPost | POST /authority/user/activelayout | unavailable |
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApi | authorityUserAvailablelayoutsGet | GET /authority/user/availablelayouts | unavailable |
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApi | authorityUserLoginGet | GET /authority/user/login | unavailable |
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApi | authorityUserLoginPost | POST /authority/user/login | unavailable |
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApi | authorityUserPasswordPost | POST /authority/user/password | unavailable |
SimplifySoftPecuniariusServerAPIv1AuthoritiesSessionApi | authorityUserUpdatestreamGet | GET /authority/user/updatestream | Provides a WebSocket-based interface to subscribe to all updates made. |
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApi | contactdataKindAddressGet | GET /contactdata/kind/address | unavailable |
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApi | contactdataKindAddressIdDelete | DELETE /contactdata/kind/address/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApi | contactdataKindAddressIdPut | PUT /contactdata/kind/address/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ContactDataAddressKindsApi | contactdataKindAddressPost | POST /contactdata/kind/address | unavailable |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactGet | GET /contactdata/kind/contact | Returns all available ContactKinds. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactIdDelete | DELETE /contactdata/kind/contact/{id} | Deletes a single ContactKind. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactIdGet | GET /contactdata/kind/contact/{id} | Returns a single ContactKind. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactIdPut | PUT /contactdata/kind/contact/{id} | Endpoint to update a single ContactKind. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactIdStateEntryidLinkPost | POST /contactdata/kind/contact/{id}/state/{entryid}/link | Allows to link a ContactKind to an entry-interaction. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactIdStateEntryidUnlinkPost | POST /contactdata/kind/contact/{id}/state/{entryid}/unlink | Allows to unlink a ContactKind from an entry-interaction. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactIdStateGet | GET /contactdata/kind/contact/{id}/state | Returns all linked entry-interactions from a single ContactKind. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactKindsApi | contactdataKindContactPost | POST /contactdata/kind/contact | Allows to create new ContactKinds. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataAddressesAddidPut | PUT /contactdata/addresses/{addid} | Provides an interface to update a single address on a contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAddressesAddidGet | GET /contactdata/contacts/addresses/{addid} | Returns requested address. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAddressesAddidValidPost | POST /contactdata/contacts/addresses/{addid}/valid | Marks the given address as valid. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAddressesAddidValidateDeliveryOptionIdPost | POST /contactdata/contacts/addresses/{addid}/validate/{deliveryOptionId} | Attempts to validate a given address using the given DeliveryOptions ServiceProvider. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAllAddressesAllCountGet | GET /contactdata/contacts/all/addresses/all/count | Allows polling the count of all addresses. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAllAddressesAllGet | GET /contactdata/contacts/all/addresses/all | Allows polling all addresses. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAllAddressesAllIdsGet | GET /contactdata/contacts/all/addresses/all/ids | Allows polling the count of all addresses. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAllCountGet | GET /contactdata/contacts/all/count | Allows to return a range of contacts, filtered according to provided GET parameters. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAllGet | GET /contactdata/contacts/all | Allows to return a range of contacts, filtered according to provided GET parameters. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsAllIdsGet | GET /contactdata/contacts/all/ids | Allows to return a range of contacts, filtered according to provided GET parameters. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsContactpossibilitiesIdGet | GET /contactdata/contacts/contactpossibilities/{id} | Returns requested contactpossibility. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdTagsGet | GET /contactdata/contacts/{id}/tags | Receives the tags this contact is linked with via its ID. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdTagsTagidDelete | DELETE /contactdata/contacts/{id}/tags/{tagid} | Allows to remove a tag relation from a contact via its ID. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdTagsTagidPost | POST /contactdata/contacts/{id}/tags/{tagid} | Allows to add a tag relation onto a contact via its ID. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentAddressesAddidDelete | DELETE /contactdata/contacts/{ident}/addresses/{addid} | Allows to remove a single address from a given contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentAddressesAddidPut | PUT /contactdata/contacts/{ident}/addresses/{addid} | Provides an interface to update a single address on a contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentAddressesGet | GET /contactdata/contacts/{ident}/addresses | Returns a list of addresses for given contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentAddressesPost | POST /contactdata/contacts/{ident}/addresses | Allows to create new addresses in given contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentContactpossibilitiesCpidDelete | DELETE /contactdata/contacts/{ident}/contactpossibilities/{cpid} | Allows to remove a single contact possibility from a given contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentContactpossibilitiesCpidPut | PUT /contactdata/contacts/{ident}/contactpossibilities/{cpid} | Provides an interface to update a single contact possibility on a contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentContactpossibilitiesGet | GET /contactdata/contacts/{ident}/contactpossibilities | Returns a list of contact possibilities for given contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentContactpossibilitiesPost | POST /contactdata/contacts/{ident}/contactpossibilities | Allows to create new contact possibility in given contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentGet | GET /contactdata/contacts/{ident} | Returns a single contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsIdentPut | PUT /contactdata/contacts/{ident} | Provides an interface to update a single contact. |
SimplifySoftPecuniariusServerAPIv1ContactDataContactsApi | contactdataContactsPost | POST /contactdata/contacts | Allows to create new contacts. |
SimplifySoftPecuniariusServerAPIv1CountersApi | countersGet | GET /counters | Receives a list of all available counters. |
SimplifySoftPecuniariusServerAPIv1CountersApi | countersIdentifierGet | GET /counters/{identifier} | Allows to receive a single counter. |
SimplifySoftPecuniariusServerAPIv1CountersApi | countersIdentifierPost | POST /counters/{identifier} | Allows to count a counter up. |
SimplifySoftPecuniariusServerAPIv1CountersApi | countersIdentifierPut | PUT /counters/{identifier} | Allows to count a counter up. |
SimplifySoftPecuniariusServerAPIv1ExternEndpointsApi | externEndpointsGet | GET /extern/endpoints | Receives a list of all available extern/authoritys. |
SimplifySoftPecuniariusServerAPIv1ExternEndpointsApi | externEndpointsIdPropertiesKeyDelete | DELETE /extern/endpoints/{id}/properties/{key} | Allows to remove a property on a given endpoint. `id` is expected to be the id of an ExternAuthority. |
SimplifySoftPecuniariusServerAPIv1ExternEndpointsApi | externEndpointsIdPropertiesKeyPost | POST /extern/endpoints/{id}/properties/{key} | Allows to create a property on a given endpoint. `id` is expected to be the id of an ExternAuthority. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityGet | GET /extern/authority | Receives a list of all available extern/authoritys. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdClearlogPost | POST /extern/authority/{id}/clearlog | Clears the log of the provided extern authority. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdDelete | DELETE /extern/authority/{id} | Deletes a extern/authority. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdGet | GET /extern/authority/{id} | Receives a single extern/authority. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdLogGet | GET /extern/authority/{id}/log | Receives a single extern/authority. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdPausePost | POST /extern/authority/{id}/pause | Forces the Extern Authority to halt its execution until it is unpaused by calling this endpoint again. With bad timing, server m |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdPropertyDelete | DELETE /extern/authority/{id}/{property} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdPropertyPost | POST /extern/authority/{id}/{property} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdPut | PUT /extern/authority/{id} | Updates a extern/authority. |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityIdRunPost | POST /extern/authority/{id}/run | Forces the Extern Authority to be executed right now. Will do nothing if Extern Authority is running right now. Does not guarant |
SimplifySoftPecuniariusServerAPIv1ExternExternAuthoritiesApi | externAuthorityPost | POST /extern/authority | Creates one or more new extern/authoritys. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksCategoryGet | GET /extern/links/category | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksContactGet | GET /extern/links/contact | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksDeliverymethodGet | GET /extern/links/deliverymethod | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityCategoryCategoryDelete | DELETE /extern/links/{externauthority}/category/{category} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityCategoryCategoryPost | POST /extern/links/{externauthority}/category/{category} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityContactContactDelete | DELETE /extern/links/{externauthority}/contact/{contact} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityContactContactPost | POST /extern/links/{externauthority}/contact/{contact} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityDeliverymethodDeliverymethodDelete | DELETE /extern/links/{externauthority}/deliverymethod/{deliverymethod} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityDeliverymethodDeliverymethodPost | POST /extern/links/{externauthority}/deliverymethod/{deliverymethod} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityFileFileDelete | DELETE /extern/links/{externauthority}/file/{file} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityFileFilePost | POST /extern/links/{externauthority}/file/{file} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityItemrootItemrootDelete | DELETE /extern/links/{externauthority}/itemroot/{itemroot} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityItemrootItemrootPost | POST /extern/links/{externauthority}/itemroot/{itemroot} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityPaymentoptionPaymentoptionDelete | DELETE /extern/links/{externauthority}/paymentoption/{paymentoption} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityPaymentoptionPaymentoptionPost | POST /extern/links/{externauthority}/paymentoption/{paymentoption} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityPricegroupPricegroupDelete | DELETE /extern/links/{externauthority}/pricegroup/{pricegroup} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityPricegroupPricegroupPost | POST /extern/links/{externauthority}/pricegroup/{pricegroup} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityReceiptReceiptDelete | DELETE /extern/links/{externauthority}/receipt/{receipt} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityReceiptReceiptPost | POST /extern/links/{externauthority}/receipt/{receipt} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityTagTagDelete | DELETE /extern/links/{externauthority}/tag/{tag} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityTagTagPost | POST /extern/links/{externauthority}/tag/{tag} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityTaggroupTaggroupDelete | DELETE /extern/links/{externauthority}/taggroup/{taggroup} | Removes a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksExternauthorityTaggroupTaggroupPost | POST /extern/links/{externauthority}/taggroup/{taggroup} | Creates a link between the provided extern authority and the item root. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksFileGet | GET /extern/links/file | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdCategoryPropertyKeyPost | POST /extern/links/{id}/category/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdContactPropertyKeyPost | POST /extern/links/{id}/contact/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdDeliverymethodPropertyKeyPost | POST /extern/links/{id}/deliverymethod/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdFilePropertyKeyPost | POST /extern/links/{id}/file/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdItemrootPropertyKeyPost | POST /extern/links/{id}/itemroot/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdPathPropertyKeyPost | POST /extern/links/{id}/{path}/property/{key} | Diagnostics Only. Not intended for actual use (will always return '403 Forbidden'). |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdPaymentoptionPropertyKeyPost | POST /extern/links/{id}/paymentoption/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdPricegroupPropertyKeyPost | POST /extern/links/{id}/pricegroup/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdReceiptPropertyKeyPost | POST /extern/links/{id}/receipt/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdTagPropertyKeyPost | POST /extern/links/{id}/tag/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksIdTaggroupPropertyKeyPost | POST /extern/links/{id}/taggroup/property/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksItemrootGet | GET /extern/links/itemroot | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksPaymentoptionGet | GET /extern/links/paymentoption | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksPricegroupGet | GET /extern/links/pricegroup | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksReceiptGet | GET /extern/links/receipt | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksTagGet | GET /extern/links/tag | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1ExternExternLinksApi | externLinksTaggroupGet | GET /extern/links/taggroup | Receives a list of available extern links. |
SimplifySoftPecuniariusServerAPIv1FilesApi | filesGet | GET /files | Returns a list of files (no content). |
SimplifySoftPecuniariusServerAPIv1FilesApi | filesIdClonePost | POST /files/{id}/clone | Clones provided file id. Only the new ID will be returned. |
SimplifySoftPecuniariusServerAPIv1FilesApi | filesIdDelete | DELETE /files/{id} | Allows to remove a file entirely. |
SimplifySoftPecuniariusServerAPIv1FilesApi | filesIdGet | GET /files/{id} | Returns a single, full file. |
SimplifySoftPecuniariusServerAPIv1FilesApi | filesIdPut | PUT /files/{id} | Provides an interface to update a file. |
SimplifySoftPecuniariusServerAPIv1FilesApi | filesPost | POST /files | Allows to create new files. |
SimplifySoftPecuniariusServerAPIv1GenericApi | genericQuicknavSearchAllGet | GET /generic/quicknav/search-all | Allows to search the whole database using DbLike, looking up certain properties in all objects searched and returning the type a |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApi | warehousedataDeliveryoptionGet | GET /warehousedata/deliveryoption | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApi | warehousedataDeliveryoptionIdDelete | DELETE /warehousedata/deliveryoption/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApi | warehousedataDeliveryoptionIdGet | GET /warehousedata/deliveryoption/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApi | warehousedataDeliveryoptionIdPut | PUT /warehousedata/deliveryoption/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryOptionsApi | warehousedataDeliveryoptionPost | POST /warehousedata/deliveryoption | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApi | warehousedataDeliveryproviderDeliveryOptionIdGet | GET /warehousedata/deliveryprovider/{deliveryOptionId} | Allows to receive the Provider of a single DeliveryOption. |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApi | warehousedataDeliveryproviderDeliveryOptionIdIdDelete | DELETE /warehousedata/deliveryprovider/{deliveryOptionId}/{id} | Removes a DeliveryProviderContext from a DeliveryOption. |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApi | warehousedataDeliveryproviderDeliveryOptionIdIdPropertyPost | POST /warehousedata/deliveryprovider/{deliveryOptionId}/{id}/{property} | Allows to change the CustomProperty values of a DeliveryProviderContext. |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApi | warehousedataDeliveryproviderDeliveryOptionIdIdPut | PUT /warehousedata/deliveryprovider/{deliveryOptionId}/{id} | Allows to update a DeliveryProviderContext without replacing it. |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApi | warehousedataDeliveryproviderDeliveryOptionIdPost | POST /warehousedata/deliveryprovider/{deliveryOptionId} | Replaces the existing DeliveryProviderContext with the new one rovided. |
SimplifySoftPecuniariusServerAPIv1InventoryDeliveryProviderContextsApi | warehousedataDeliveryproviderEndpointsGet | GET /warehousedata/deliveryprovider/endpoints | Returns a list of all endpoints available. |
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApi | warehousedataPickboxesGet | GET /warehousedata/pickboxes | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApi | warehousedataPickboxesIdDelete | DELETE /warehousedata/pickboxes/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApi | warehousedataPickboxesIdPut | PUT /warehousedata/pickboxes/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickBoxesApi | warehousedataPickboxesPost | POST /warehousedata/pickboxes | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistAllCountGet | GET /inventory/picklist/all/count | Provides a way to query the count of all PickList's available. |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistAllEntryAllCountGet | GET /inventory/picklist/all/entry/all/count | Provides a way to query the count of all PickListEntry's available. |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistAllEntryAllGet | GET /inventory/picklist/all/entry/all | Provides a way to query all PickListEntry's available. |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistAllGet | GET /inventory/picklist/all | Provides a way to query all PickList's available. |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidDelete | DELETE /inventory/picklist/{picklistid} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidEntryAllGet | GET /inventory/picklist/{picklistid}/entry/all | Can be used to poll the child entries of a given PickList. Empty result will be returned if no PickList.Id == pickilistid was fo |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidEntryEntryidDelete | DELETE /inventory/picklist/{picklistid}/entry/{entryid} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidEntryEntryidGet | GET /inventory/picklist/{picklistid}/entry/{entryid} | Allows receiving a single PickListEntry according to the entryid. NetException will be returned if no PickListEntry with PickLis |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidEntryEntryidPut | PUT /inventory/picklist/{picklistid}/entry/{entryid} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidEntryIdsGet | GET /inventory/picklist/{picklistid}/entry/ids | Can be used to poll the IDs of the childs entries of a given PickList. NetException will be returned if no PickList.Id == pickil |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidEntryPost | POST /inventory/picklist/{picklistid}/entry | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidGet | GET /inventory/picklist/{picklistid} | Allows receiving a single PickList according to the picklistid. NetException will be returned if no PickList.Id == pickilistid w |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidPut | PUT /inventory/picklist/{picklistid} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPicklistidReceiptReceiptidAppendGoalidPost | POST /inventory/picklist/{picklistid}/receipt/{receiptid}/append/{goalid} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryPickListsApi | inventoryPicklistPost | POST /inventory/picklist | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockCombinedItemidGet | GET /warehousedata/stock/combined/{itemid} | Allows to receive a single, combined stock. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockGet | GET /warehousedata/stock | Allows to receive one or more stocks. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockIdItemidMinimumPost | POST /warehousedata/stock/{id}/{itemid}/minimum | Reserves the Stock for given item. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockIdItemidNotePost | POST /warehousedata/stock/{id}/{itemid}/note | Reserves the Stock for given item. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockIdMoveStorageLocationPost | POST /warehousedata/stock/{id}/move/{storageLocation} | Reserves the Stock for given item. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockLogGet | GET /warehousedata/stock/log | Provides an interface to access the stock lock. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockLogItemidGet | GET /warehousedata/stock/log/{itemid} | Provides an interface to access the stock lock. |
SimplifySoftPecuniariusServerAPIv1InventoryStocksApi | warehousedataStockReserveItemRootIdInStorageLocationIdPost | POST /warehousedata/stock/reserve/{itemRootId}/in/{storageLocationId} | Reserves the Stock for given ItemRoot in the given StorageLocation. |
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApi | locationLocationsGet | GET /location/locations | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApi | locationLocationsIdDelete | DELETE /location/locations/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApi | locationLocationsIdGet | GET /location/locations/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApi | locationLocationsIdPut | PUT /location/locations/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryStorageLocationsApi | locationLocationsPost | POST /location/locations | unavailable |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesAllCountGet | GET /location/storages/all/count | Receives a list of storages according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesAllGet | GET /location/storages/all | Receives a list of storages according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesAllIdsGet | GET /location/storages/all/ids | Receives a list of storages according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesIdDelete | DELETE /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 |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesIdGet | GET /location/storages/{id} | Endpoint to receive a single storage according to its Id. |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesIdLocationsGet | GET /location/storages/{id}/locations | Receives a list of storage locations owned by the storage designated by its Id. |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesIdPut | PUT /location/storages/{id} | Allows to update a given storage via its Id. |
SimplifySoftPecuniariusServerAPIv1InventoryStoragesApi | locationStoragesPost | POST /location/storages | Provides the ability to create a new storage. |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesGet | GET /location/warehouses | Receives a list of warehouses according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesIdDelete | DELETE /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 |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesIdGet | GET /location/warehouses/{id} | Endpoint allowing to receive a single warehouses according to the Id provided. |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesIdOwnerGet | GET /location/warehouses/{id}/owner | Returns the owner of a warehouse designated by its Id. |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesIdPut | PUT /location/warehouses/{id} | Allows to update a given warehouse via its Id. |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesIdStoragesGet | GET /location/warehouses/{id}/storages | Receives a list of storages owned by the warehouse designated by its Id. |
SimplifySoftPecuniariusServerAPIv1InventoryWarehousesApi | locationWarehousesPost | POST /location/warehouses | Provides the ability to create a new warehouse. |
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApi | itemdataCategoriesGet | GET /itemdata/categories | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApi | itemdataCategoriesIdDelete | DELETE /itemdata/categories/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApi | itemdataCategoriesIdGet | GET /itemdata/categories/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApi | itemdataCategoriesIdPut | PUT /itemdata/categories/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataCategoriesApi | itemdataCategoriesPost | POST /itemdata/categories | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApi | itemdataLinksGet | GET /itemdata/links | Returns the list of available item links. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApi | itemdataLinksIdDelete | DELETE /itemdata/links/{id} | Allows to delete a single existing item links. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApi | itemdataLinksIdGet | GET /itemdata/links/{id} | Returns a single item link. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApi | itemdataLinksIdPut | PUT /itemdata/links/{id} | Interface for updating existing item links. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemLinksApi | itemdataLinksPost | POST /itemdata/links | Provides an interface to create a new item links. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllCountGet | GET /item/root/all/count | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllFrameAllCountGet | GET /item/root/all/frame/all/count | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllFrameAllGet | GET /item/root/all/frame/all | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllFrameAllIdsGet | GET /item/root/all/frame/all/ids | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllGet | GET /item/root/all | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllIdsGet | GET /item/root/all/ids | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootAllSearchGet | GET /item/root/all/search | Receives a list of ItemRoot's according to provided filtering provided via GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentCategoryAllGet | GET /item/root/{ident}/category/all | Receives the categories this item is located in via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentCategoryCatidDelete | DELETE /item/root/{ident}/category/{catid} | Allows to remove a category relation from an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentCategoryCatidPost | POST /item/root/{ident}/category/{catid} | Allows to add a category relation onto an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentDelete | DELETE /item/root/{ident} | Provides the ability to delete (mark as IsSoftDeleted) a given item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentFileAllGet | GET /item/root/{ident}/file/all | Receives the files this item is linked with via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentFileFileidDefaultPost | POST /item/root/{ident}/file/{fileid}/default | Allows to set the default file relation of an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentFileFileidDelete | DELETE /item/root/{ident}/file/{fileid} | Allows to remove a file relation from an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentFileFileidPost | POST /item/root/{ident}/file/{fileid} | Allows to add a file relation onto an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentFrameFrameidGet | GET /item/root/{ident}/frame/{frameid} | Allows to receive a given frame by its id. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentFramePut | PUT /item/root/{ident}/frame | Provides the ability to update a given items frame via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentGet | GET /item/root/{ident} | Receives a single item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentLinkedAllGet | GET /item/root/{ident}/linked/all | Receives the list of linked items related to another item. Both can be identified via either their corresponding ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentLinkedOtherDelete | DELETE /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. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentLinkedOtherPost | POST /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. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentLinkedOtherPut | PUT /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. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentPut | PUT /item/root/{ident} | Provides the ability to update a given item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentTagAllGet | GET /item/root/{ident}/tag/all | Receives the tags this item is linked with via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentTagTagidDelete | DELETE /item/root/{ident}/tag/{tagid} | Allows to remove a tag relation from an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootIdentTagTagidPost | POST /item/root/{ident}/tag/{tagid} | Allows to add a tag relation onto an item via its ID or SKU. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemRootPost | POST /item/root | Provides the ability to create a new item. |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemdataRootSkuNextGet | GET /itemdata/root/{sku}/next | Receives the id, that follows logically after this one (determined via SKU). |
SimplifySoftPecuniariusServerAPIv1ItemDataItemsApi | itemdataRootSkuPreviousGet | GET /itemdata/root/{sku}/previous | Receives the id, that came logically beofre this one (determined via SKU). |
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApi | itemdataPricegroupsGet | GET /itemdata/pricegroups | Returns the list of available price groups. |
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApi | itemdataPricegroupsIdDelete | DELETE /itemdata/pricegroups/{id} | Allows to delete a single existing price group. |
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApi | itemdataPricegroupsIdGet | GET /itemdata/pricegroups/{id} | Returns a single price groups. |
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApi | itemdataPricegroupsIdPut | PUT /itemdata/pricegroups/{id} | Interface for updating existing price groups. |
SimplifySoftPecuniariusServerAPIv1ItemDataPriceGroupsApi | itemdataPricegroupsPost | POST /itemdata/pricegroups | Provides an interface to create a new price group. |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataItemrootPriceContactLogGet | GET /itemdata/{itemroot}/price/{contact}/log | Allows to receive a list of prices. List can be filtered using GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataItemrootPriceContactLogGet_0 | GET /itemdata/{itemroot}/price/{contact/log} | Allows to receive a list of prices. List can be filtered using GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataItemrootPriceContactLogIdDelete | DELETE /itemdata/{itemroot}/price/{contact}/log/{id} | Allows to receive a list of prices. List can be filtered using GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataPricesGet | GET /itemdata/prices | Allows to receive a list of prices. List can be filtered using GET parameters. |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataPricesIdDelete | DELETE /itemdata/prices/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataPricesIdGet | GET /itemdata/prices/{id} | Receive a single price by id. |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataPricesIdPut | PUT /itemdata/prices/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1ItemDataPricesApi | itemdataPricesPost | POST /itemdata/prices | Creates a new price. If the ID is also set, existing price will get marked as EndOfLife. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGet | GET /itemdata/units | Receives a list of all available unit-groups. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupDelete | DELETE /itemdata/units/{group} | Receives a list of all available gradiations inside of the provided group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupPut | PUT /itemdata/units/{group} | Allows to update a single Unit-Group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupTierGet | GET /itemdata/units/{group}/tier | Receives a list of all available gradiations inside of the provided group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupTierPost | POST /itemdata/units/{group}/tier | Allows to create a new Gradiation inside a Unit-Group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupTierTierDelete | DELETE /itemdata/units/{group}/tier/{tier} | Receives a list of all available gradiations inside of the provided group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupTierTierPut | PUT /itemdata/units/{group}/tier/{tier} | Allows to update a single Tier. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupUnitsGet | GET /itemdata/units/{group}/units | Receives a list of all available units inside of the provided group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupUnitsPost | POST /itemdata/units/{group}/units | Allows to create a new Unit inside a Unit-Group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupUnitsUnitDelete | DELETE /itemdata/units/{group}/units/{unit} | Receives a list of all available gradiations inside of the provided group. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsGroupUnitsUnitPut | PUT /itemdata/units/{group}/units/{unit} | Allows to update a single Unit. |
SimplifySoftPecuniariusServerAPIv1ItemDataUnitsApi | itemdataUnitsPost | POST /itemdata/units | Allows to create a new Unit-Group. |
SimplifySoftPecuniariusServerAPIv1LicenseApi | licenseGet | GET /license | Allows to receive license informations from the server. |
SimplifySoftPecuniariusServerAPIv1LicenseApi | licensePost | POST /license | Allows to update the license. |
SimplifySoftPecuniariusServerAPIv1LicenseApi | licenseUseridPost | POST /license/{userid} | Allows to change a given users enabled state. |
SimplifySoftPecuniariusServerAPIv1LogApi | logCountGet | GET /log/count | Allows to poll the log. |
SimplifySoftPecuniariusServerAPIv1LogApi | logGet | GET /log | Allows to poll the log. |
SimplifySoftPecuniariusServerAPIv1LoopbackApi | createadminuserGet | GET /createadminuser | unavailable |
SimplifySoftPecuniariusServerAPIv1LoopbackApi | documentationGet | GET /documentation | unavailable |
SimplifySoftPecuniariusServerAPIv1LoopbackApi | exportGet | GET /export | unavailable |
SimplifySoftPecuniariusServerAPIv1LoopbackApi | localsettingsGet | GET /localsettings | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsDidConditionsCidDelete | DELETE /print/documents/{did}/conditions/{cid} | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsDidConditionsCidPut | PUT /print/documents/{did}/conditions/{cid} | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsDidConditionsGet | GET /print/documents/{did}/conditions | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsDidConditionsPost | POST /print/documents/{did}/conditions | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsGet | GET /print/documents | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsIdDelete | DELETE /print/documents/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsIdGet | GET /print/documents/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsIdPut | PUT /print/documents/{id} | unavailable |
SimplifySoftPecuniariusServerAPIv1PrintingPrintDocumentsApi | printDocumentsPost | POST /print/documents | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceAllCountGet | GET /receipt-data/invoice/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceAllGet | GET /receipt-data/invoice/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidDelete | DELETE /receipt-data/invoice/{invoiceid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidEntryGet | GET /receipt-data/invoice/{invoiceid}/entry | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidGet | GET /receipt-data/invoice/{invoiceid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidPositionPosidLinkPost | POST /receipt-data/invoice/{invoiceid}/position/{posid}/link | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidPositionPosidUnlinkPost | POST /receipt-data/invoice/{invoiceid}/position/{posid}/unlink | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidPut | PUT /receipt-data/invoice/{invoiceid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidReceiptReceiptidLinkPost | POST /receipt-data/invoice/{invoiceid}/receipt/{receiptid}/link | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoiceInvoiceidReceiptReceiptidUnlinkPost | POST /receipt-data/invoice/{invoiceid}/receipt/{receiptid}/unlink | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataInvoicesApi | receiptDataInvoicePost | POST /receipt-data/invoice | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApi | receiptDataOptionDefinitionAllCountGet | GET /receipt-data/option-definition/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApi | receiptDataOptionDefinitionAllGet | GET /receipt-data/option-definition/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApi | receiptDataOptionDefinitionOptdefidDelete | DELETE /receipt-data/option-definition/{optdefid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApi | receiptDataOptionDefinitionOptdefidGet | GET /receipt-data/option-definition/{optdefid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApi | receiptDataOptionDefinitionOptdefidPut | PUT /receipt-data/option-definition/{optdefid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataOptionDefinitionsApi | receiptDataOptionDefinitionPost | POST /receipt-data/option-definition | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionAllCountGet | GET /receipt-data/position/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionAllGet | GET /receipt-data/position/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionAllOptionAllCountGet | GET /receipt-data/position/all/option/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionAllOptionAllGet | GET /receipt-data/position/all/option/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidDelete | DELETE /receipt-data/position/{posid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidGet | GET /receipt-data/position/{posid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidGoalGoalidLinkPost | POST /receipt-data/position/{posid}/goal/{goalid}/link | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidGoalGoalidUnlinkPost | POST /receipt-data/position/{posid}/goal/{goalid}/unlink | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidGoalIdsGet | GET /receipt-data/position/{posid}/goal/ids | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidOptionAllGet | GET /receipt-data/position/{posid}/option/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidOptionOptidDelete | DELETE /receipt-data/position/{posid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidOptionOptidGet | GET /receipt-data/position/{posid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidOptionOptidPut | PUT /receipt-data/position/{posid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidOptionPost | POST /receipt-data/position/{posid}/option | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidPut | PUT /receipt-data/position/{posid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidReceiptIdsGet | GET /receipt-data/position/{posid}/receipt/ids | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidReceiptReceiptidLinkPost | POST /receipt-data/position/{posid}/receipt/{receiptid}/link | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidReceiptReceiptidUnlinkPost | POST /receipt-data/position/{posid}/receipt/{receiptid}/unlink | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPosidSplitPost | POST /receipt-data/position/{posid}/split | Splits a non Editible or Booked Position into two separate ones and returns the newly created position. Cannot be undone. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataPositionsApi | receiptDataPositionPost | POST /receipt-data/position | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllCountGet | GET /receipt-data/case/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllGet | GET /receipt-data/case/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllOptionAllCountGet | GET /receipt-data/case/all/option/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllOptionAllGet | GET /receipt-data/case/all/option/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllCountGet | GET /receipt-data/case/all/receipt/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllDeliveryGoalAllCountGet | GET /receipt-data/case/all/receipt/all/delivery/goal/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllDeliveryGoalAllGet | GET /receipt-data/case/all/receipt/all/delivery/goal/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllGet | GET /receipt-data/case/all/receipt/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllOptionAllCountGet | GET /receipt-data/case/all/receipt/all/option/all/count | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllOptionAllGet | GET /receipt-data/case/all/receipt/all/option/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseAllReceiptAllSearchGet | GET /receipt-data/case/all/receipt/all/search | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidDelete | DELETE /receipt-data/case/{caseid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidGet | GET /receipt-data/case/{caseid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidOptionAllGet | GET /receipt-data/case/{caseid}/option/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidOptionOptidDelete | DELETE /receipt-data/case/{caseid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidOptionOptidGet | GET /receipt-data/case/{caseid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidOptionOptidPut | PUT /receipt-data/case/{caseid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidOptionPost | POST /receipt-data/case/{caseid}/option | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidPut | PUT /receipt-data/case/{caseid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptAllGet | GET /receipt-data/case/{caseid}/receipt/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptPost | POST /receipt-data/case/{caseid}/receipt | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDelete | DELETE /receipt-data/case/{caseid}/receipt/{receiptid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalAllGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidDelete | DELETE /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPositionIdsGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}/position/ids | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPositionPosidLinkPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}/position/{posid}/link | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPositionPosidUnlinkPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid}/position/{posid}/unlink | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalGoalidPut | PUT /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal/{goalid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidDeliveryGoalPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/delivery/goal | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidFileFileidLinkPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/file/{fileid}/link | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidFileFileidUnlinkPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/file/{fileid}/unlink | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidGet | GET /receipt-data/case/{caseid}/receipt/{receiptid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidOptionAllGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/option/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidOptionOptidDelete | DELETE /receipt-data/case/{caseid}/receipt/{receiptid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidOptionOptidGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidOptionOptidPut | PUT /receipt-data/case/{caseid}/receipt/{receiptid}/option/{optid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidOptionPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/option | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidPathsGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/paths | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidPathsPost | POST /receipt-data/case/{caseid}/receipt/{receiptid}/paths | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidPositionAllGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/position/all | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidPositionIdsGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/position/ids | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidPut | PUT /receipt-data/case/{caseid}/receipt/{receiptid} | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidReceiptReceiptidShipmentsGet | GET /receipt-data/case/{caseid}/receipt/{receiptid}/shipments | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCaseCaseidShipmentsGet | GET /receipt-data/case/{caseid}/shipments | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataReceiptsApi | receiptDataCasePost | POST /receipt-data/case | unavailable |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsAllCountGet | GET /receipt-data/shipments/all/count | Endpoint to poll for available shipments count. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsAllGet | GET /receipt-data/shipments/all | Endpoint to poll for available shipments. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsDeliveryGoalidCreatePost | POST /receipt-data/shipments/delivery/{goalid}/create | Creates a shipment including a corresponding label for the given Receipt. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsDeliveryGoalidPost | POST /receipt-data/shipments/delivery/{goalid} | Allows creating shipment informations of any given case. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsDeliveryGoalidPreviewPost | POST /receipt-data/shipments/delivery/{goalid}/preview | Creates a preview of the shipments to be created. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsShipmentidCancelGet | GET /receipt-data/shipments/{shipmentid}/cancel | Asks the server to use the corresponding DeliveryProviderContext to cancel a given shipment. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsShipmentidDelete | DELETE /receipt-data/shipments/{shipmentid} | Provides the ability to remove shipments from a given case. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsShipmentidFilesGet | GET /receipt-data/shipments/{shipmentid}/files | Endpoint to poll for available shipments. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsShipmentidPut | PUT /receipt-data/shipments/{shipmentid} | Allows updating shipment informations of any given case. |
SimplifySoftPecuniariusServerAPIv1ReceiptDataShipmentsApi | receiptDataShipmentsShipmentidStatusGet | GET /receipt-data/shipments/{shipmentid}/status | Asks the server to use the corresponding DeliveryProviderContext to poll for the status of a given shipment. |
SimplifySoftPecuniariusServerAPIv1SQLRawApi | rawIdDelete | DELETE /raw/{id} | Deletes (closes) the query with provided id. |
SimplifySoftPecuniariusServerAPIv1SQLRawApi | rawIdGet | GET /raw/{id} | Allows to receive a raw sql query prepared via POST '/raw'. |
SimplifySoftPecuniariusServerAPIv1SQLRawApi | rawPost | POST /raw | Creates a new raw sql query. Queries are available for maximum of 00:05:00 until they time out. |
SimplifySoftPecuniariusServerAPIv1SettingsApi | settingsGet | GET /settings | unavailable |
SimplifySoftPecuniariusServerAPIv1SettingsApi | settingsKeyGet | GET /settings/{key} | unavailable |
SimplifySoftPecuniariusServerAPIv1SettingsApi | settingsPatch | PATCH /settings | unavailable |
SimplifySoftPecuniariusServerAPIv1StateCodePagesApi | stateCodePageGet | GET /state/code-page | Receives a list of all available code-pages. |
SimplifySoftPecuniariusServerAPIv1StateCodePagesApi | stateCodePageIdDelete | DELETE /state/code-page/{id} | Deletes a code-page. |
SimplifySoftPecuniariusServerAPIv1StateCodePagesApi | stateCodePageIdGet | GET /state/code-page/{id} | Receives a single code-page. |
SimplifySoftPecuniariusServerAPIv1StateCodePagesApi | stateCodePageIdPut | PUT /state/code-page/{id} | Updates a code-page. |
SimplifySoftPecuniariusServerAPIv1StateCodePagesApi | stateCodePagePost | POST /state/code-page | Creates one or more new code-pages. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionGet | GET /state/interaction | Receives a list of all available interactions. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionIdConditionCodepageidLinkPost | POST /state/interaction/{id}/condition/{codepageid}/link | Allows to link a code-page to a conditional-interactions conditions. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionIdConditionCodepageidUnlinkPost | POST /state/interaction/{id}/condition/{codepageid}/unlink | Allows to unlink a code-page to a conditional-interactions conditions. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionIdDelete | DELETE /state/interaction/{id} | Deletes an interaction. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionIdGet | GET /state/interaction/{id} | Receives a single interaction. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionIdPut | PUT /state/interaction/{id} | Updates an interaction. |
SimplifySoftPecuniariusServerAPIv1StateInteractionsApi | stateInteractionPost | POST /state/interaction | Creates one or more new interactions. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineGet | GET /state/machine | Receives a list of all available state-machines. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdCodePageCodepageidLinkPost | POST /state/machine/{id}/code-page/{codepageid}/link | Allows to link a state-node to a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdCodePageCodepageidUnlinkPost | POST /state/machine/{id}/code-page/{codepageid}/unlink | Allows to unlink a code-page from a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdDelete | DELETE /state/machine/{id} | Deletes a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdEntrystatesGet | GET /state/machine/{id}/entrystates | Receives a list of all available entry states. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdGet | GET /state/machine/{id} | Receives a single state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdInteractionInteractionidLinkPost | POST /state/machine/{id}/interaction/{interactionid}/link | Allows to link a state-node to a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdInteractionInteractionidUnlinkPost | POST /state/machine/{id}/interaction/{interactionid}/unlink | Allows to unlink a state-node from a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdNodeNodeidLinkPost | POST /state/machine/{id}/node/{nodeid}/link | Allows to link a state-node to a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdNodeNodeidUnlinkPost | POST /state/machine/{id}/node/{nodeid}/unlink | Allows to unlink a state-node from a state-machine. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachineIdPut | PUT /state/machine/{id} | Updates an attribute definition. |
SimplifySoftPecuniariusServerAPIv1StateMachinesApi | stateMachinePost | POST /state/machine | Creates one or more new state-machines. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeGet | GET /state/node | Receives a list of all available state nodes. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeGroupsGet | GET /state/node/groups | Receives a list of all available state node groups. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdDelete | DELETE /state/node/{id} | Deletes a state node. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdEnterCodepageidLinkPost | POST /state/node/{id}/enter/{codepageid}/link | Allows to link a code-page to a state-nodes enter actions. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdEnterCodepageidUnlinkPost | POST /state/node/{id}/enter/{codepageid}/unlink | Allows to unlink a code-page from a state-nodes enter actions. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdEnterGet | GET /state/node/{id}/enter | Receives a list of all available enter Code Pages. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdExitCodepageidLinkPost | POST /state/node/{id}/exit/{codepageid}/link | Allows to link a code-page to a state-nodes exit actions. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdExitCodepageidUnlinkPost | POST /state/node/{id}/exit/{codepageid}/unlink | Allows to unlink a code-page from a state-nodes exit actions. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdExitGet | GET /state/node/{id}/exit | Receives a list of all available exit Code Pages. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdGet | GET /state/node/{id} | Receives a single state node. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeIdPut | PUT /state/node/{id} | Updates a state node. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodePost | POST /state/node | Creates one or more new state nodes. |
SimplifySoftPecuniariusServerAPIv1StateNodesApi | stateNodeTitlesGet | GET /state/node/titles | Receives a list of all available state node titles. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupAllCountGet | GET /tagging/group/all/count | Allows to poll the count of all TagGroups available. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupAllGet | GET /tagging/group/all | Allows to poll all TagGroups available. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupAllIdsGet | GET /tagging/group/all/ids | Allows to poll the ids of all TagGroups available. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupAllTagAllCountGet | GET /tagging/group/all/tag/all/count | Allows to poll the count of all Tags available. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupAllTagAllGet | GET /tagging/group/all/tag/all | Allows to poll all Tags available. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupAllTagAllIdsGet | GET /tagging/group/all/tag/all/ids | Allows to poll the count of all Tags available. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidDelete | DELETE /tagging/group/{groupid} | Deletes a single TagGroup. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidGet | GET /tagging/group/{groupid} | unavailable |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidPut | PUT /tagging/group/{groupid} | Updates a single TagGroup. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidTagPost | POST /tagging/group/{groupid}/tag | Creates new Tags. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidTagTagidDelete | DELETE /tagging/group/{groupid}/tag/{tagid} | Deletes a single Tag. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidTagTagidGet | GET /tagging/group/{groupid}/tag/{tagid} | Receives a single Tag. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupGroupidTagTagidPut | PUT /tagging/group/{groupid}/tag/{tagid} | Updates a single Tag. |
SimplifySoftPecuniariusServerAPIv1TagsAndGroupsApi | taggingGroupPost | POST /tagging/group | Creates new TagGroups. |
Models
- SimplifySoftPecuniariusDataNetAccountingAccountingAccount
- SimplifySoftPecuniariusDataNetAccountingAccountingItem
- SimplifySoftPecuniariusDataNetAccountingBankAccount
- SimplifySoftPecuniariusDataNetAccountingCurrency
- SimplifySoftPecuniariusDataNetAccountingPaymentDiscount
- SimplifySoftPecuniariusDataNetAccountingPaymentMethod
- SimplifySoftPecuniariusDataNetAccountingPaymentOption
- SimplifySoftPecuniariusDataNetAccountingPaymentProviderContext
- SimplifySoftPecuniariusDataNetAccountingPaymentSuggestion
- SimplifySoftPecuniariusDataNetAccountingTax
- SimplifySoftPecuniariusDataNetAccountingTaxAccount
- SimplifySoftPecuniariusDataNetAccountingTaxDefinition
- SimplifySoftPecuniariusDataNetAccountingTransactionEvent
- SimplifySoftPecuniariusDataNetAccountingTransactionParty
- SimplifySoftPecuniariusDataNetAccountingTransactionRoot
- SimplifySoftPecuniariusDataNetAttributeDataAttributeDefinition
- SimplifySoftPecuniariusDataNetAuthorityAuthorityBase
- SimplifySoftPecuniariusDataNetAuthorityGroup
- SimplifySoftPecuniariusDataNetAuthorityLayout
- SimplifySoftPecuniariusDataNetAuthorityPackagesAuthUser
- SimplifySoftPecuniariusDataNetAuthorityPackagesPrivilegeFlags
- SimplifySoftPecuniariusDataNetAuthorityPrivilege
- SimplifySoftPecuniariusDataNetAuthorityPrivilegeDefinition
- SimplifySoftPecuniariusDataNetAuthorityUser
- SimplifySoftPecuniariusDataNetChangeLog
- SimplifySoftPecuniariusDataNetContactDataAddress
- SimplifySoftPecuniariusDataNetContactDataAddressKind
- SimplifySoftPecuniariusDataNetContactDataContact
- SimplifySoftPecuniariusDataNetContactDataContactKind
- SimplifySoftPecuniariusDataNetContactDataContactPossibility
- SimplifySoftPecuniariusDataNetCounter
- SimplifySoftPecuniariusDataNetCustomProperty
- SimplifySoftPecuniariusDataNetExternEndpoint
- SimplifySoftPecuniariusDataNetExternExternAuthority
- SimplifySoftPecuniariusDataNetExternExternAuthorityLogMessage
- SimplifySoftPecuniariusDataNetExternExternCategoryLink
- SimplifySoftPecuniariusDataNetExternExternContactLink
- SimplifySoftPecuniariusDataNetExternExternDeliveryOptionLink
- SimplifySoftPecuniariusDataNetExternExternFileLink
- SimplifySoftPecuniariusDataNetExternExternItemLink
- SimplifySoftPecuniariusDataNetExternExternPaymentOptionLink
- SimplifySoftPecuniariusDataNetExternExternPriceGroupLink
- SimplifySoftPecuniariusDataNetExternExternReceiptLink
- SimplifySoftPecuniariusDataNetExternExternTagGroupLink
- SimplifySoftPecuniariusDataNetExternExternTagLink
- SimplifySoftPecuniariusDataNetFile
- SimplifySoftPecuniariusDataNetFileInfo
- SimplifySoftPecuniariusDataNetInventoryDeliveryOption
- SimplifySoftPecuniariusDataNetInventoryDeliveryProviderContext
- SimplifySoftPecuniariusDataNetInventoryPackagesCombinedStock
- SimplifySoftPecuniariusDataNetInventoryPickBox
- SimplifySoftPecuniariusDataNetInventoryPickList
- SimplifySoftPecuniariusDataNetInventoryPickListEntry
- SimplifySoftPecuniariusDataNetInventoryStock
- SimplifySoftPecuniariusDataNetInventoryStockLog
- SimplifySoftPecuniariusDataNetInventoryStorage
- SimplifySoftPecuniariusDataNetInventoryStorageLocation
- SimplifySoftPecuniariusDataNetInventoryWarehouse
- SimplifySoftPecuniariusDataNetItemDataCategory
- SimplifySoftPecuniariusDataNetItemDataItemFrame
- SimplifySoftPecuniariusDataNetItemDataItemLink
- SimplifySoftPecuniariusDataNetItemDataItemRoot
- SimplifySoftPecuniariusDataNetItemDataPrice
- SimplifySoftPecuniariusDataNetItemDataPriceGroup
- SimplifySoftPecuniariusDataNetItemDataPriceLog
- SimplifySoftPecuniariusDataNetItemDataUnit
- SimplifySoftPecuniariusDataNetItemDataUnitGroup
- SimplifySoftPecuniariusDataNetItemDataUnitTier
- SimplifySoftPecuniariusDataNetLicenseResponse
- SimplifySoftPecuniariusDataNetPrimitivesNetBoolean
- SimplifySoftPecuniariusDataNetPrimitivesNetDecimal
- SimplifySoftPecuniariusDataNetPrimitivesNetException
- SimplifySoftPecuniariusDataNetPrimitivesNetInt32
- SimplifySoftPecuniariusDataNetPrimitivesNetString
- SimplifySoftPecuniariusDataNetPrintingPrintCondition
- SimplifySoftPecuniariusDataNetPrintingPrintDocument
- SimplifySoftPecuniariusDataNetReceiptDataCaseOption
- SimplifySoftPecuniariusDataNetReceiptDataDeliveryGoal
- SimplifySoftPecuniariusDataNetReceiptDataInvoice
- SimplifySoftPecuniariusDataNetReceiptDataOptionDefinition
- SimplifySoftPecuniariusDataNetReceiptDataPackagesShipmentStatus
- SimplifySoftPecuniariusDataNetReceiptDataPackagesTransitionPath
- SimplifySoftPecuniariusDataNetReceiptDataPosition
- SimplifySoftPecuniariusDataNetReceiptDataPositionOption
- SimplifySoftPecuniariusDataNetReceiptDataReceipt
- SimplifySoftPecuniariusDataNetReceiptDataReceiptOption
- SimplifySoftPecuniariusDataNetReceiptDataShipment
- SimplifySoftPecuniariusDataNetSQLHeaderInformations
- SimplifySoftPecuniariusDataNetSQLRowSet
- SimplifySoftPecuniariusDataNetSettingsEntry
- SimplifySoftPecuniariusDataNetStateMachineCodePage
- SimplifySoftPecuniariusDataNetStateMachineInteractionsConditionFalseInteraction
- SimplifySoftPecuniariusDataNetStateMachineInteractionsConditionTrueInteraction
- SimplifySoftPecuniariusDataNetStateMachineInteractionsCopyInteraction
- SimplifySoftPecuniariusDataNetStateMachineInteractionsEnterInteraction
- SimplifySoftPecuniariusDataNetStateMachineInteractionsInteraction
- SimplifySoftPecuniariusDataNetStateMachineInteractionsUserInteraction
- SimplifySoftPecuniariusDataNetStateMachineStateMachine
- SimplifySoftPecuniariusDataNetStateMachineStateNode
- SimplifySoftPecuniariusDataNetTag
- SimplifySoftPecuniariusDataNetTagGroup
- SimplifySoftPecuniariusDataNetValidationInfo
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