kruegge82/weclapp

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

v0.7 2025-06-03 07:42 UTC

This package is auto-updated.

Last update: 2025-07-03 07:54:24 UTC


README

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

For more information, please visit https://www.weclapp.com.

Installation & Usage

Requirements

PHP 8.1 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 API key authorization: API token
$config = kruegge82\weclapp\Configuration::getDefaultConfiguration()->setApiKey('AuthenticationToken', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = kruegge82\weclapp\Configuration::getDefaultConfiguration()->setApiKeyPrefix('AuthenticationToken', 'Bearer');


$apiInstance = new kruegge82\weclapp\Api\AccountingTransactionApi(
    // 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
);
$body = new \kruegge82\weclapp\Model\AccountingTransactionBatchBookingPostRequest(); // \kruegge82\weclapp\Model\AccountingTransactionBatchBookingPostRequest

try {
    $result = $apiInstance->accountingTransactionBatchBookingPost($body);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling AccountingTransactionApi->accountingTransactionBatchBookingPost: ', $e->getMessage(), PHP_EOL;
}

API Endpoints

All URIs are relative to http://nullapi/v2

Class Method HTTP request Description
AccountingTransactionApi accountingTransactionBatchBookingPost POST /accountingTransaction/batchBooking
AccountingTransactionApi accountingTransactionCountGet GET /accountingTransaction/count
AccountingTransactionApi accountingTransactionGet GET /accountingTransaction
AccountingTransactionApi accountingTransactionIdIdGet GET /accountingTransaction/id/{id}
ArchivedEmailApi archivedEmailCountGet GET /archivedEmail/count
ArchivedEmailApi archivedEmailGet GET /archivedEmail
ArchivedEmailApi archivedEmailIdIdGet GET /archivedEmail/id/{id}
ArchivedEmailApi archivedEmailIdIdRemoveReferencePost POST /archivedEmail/id/{id}/removeReference
ArticleApi articleCountGet GET /article/count
ArticleApi articleGet GET /article
ArticleApi articleIdIdChangeUnitPost POST /article/id/{id}/changeUnit
ArticleApi articleIdIdCreateDatasheetPdfPost POST /article/id/{id}/createDatasheetPdf
ArticleApi articleIdIdCreateLabelPdfPost POST /article/id/{id}/createLabelPdf
ArticleApi articleIdIdDelete DELETE /article/id/{id}
ArticleApi articleIdIdDownloadArticleImageGet GET /article/id/{id}/downloadArticleImage
ArticleApi articleIdIdDownloadMainArticleImageGet GET /article/id/{id}/downloadMainArticleImage
ArticleApi articleIdIdGet GET /article/id/{id}
ArticleApi articleIdIdPackagingUnitStructureGet GET /article/id/{id}/packagingUnitStructure
ArticleApi articleIdIdPut PUT /article/id/{id}
ArticleApi articleIdIdUploadArticleImagePost POST /article/id/{id}/uploadArticleImage
ArticleApi articlePost POST /article
ArticleAccountingCodeApi articleAccountingCodeCountGet GET /articleAccountingCode/count
ArticleAccountingCodeApi articleAccountingCodeGet GET /articleAccountingCode
ArticleAccountingCodeApi articleAccountingCodeIdIdDelete DELETE /articleAccountingCode/id/{id}
ArticleAccountingCodeApi articleAccountingCodeIdIdGet GET /articleAccountingCode/id/{id}
ArticleAccountingCodeApi articleAccountingCodeIdIdPut PUT /articleAccountingCode/id/{id}
ArticleAccountingCodeApi articleAccountingCodePost POST /articleAccountingCode
ArticleCategoryApi articleCategoryCountGet GET /articleCategory/count
ArticleCategoryApi articleCategoryGet GET /articleCategory
ArticleCategoryApi articleCategoryIdIdDelete DELETE /articleCategory/id/{id}
ArticleCategoryApi articleCategoryIdIdDownloadImageGet GET /articleCategory/id/{id}/downloadImage
ArticleCategoryApi articleCategoryIdIdGet GET /articleCategory/id/{id}
ArticleCategoryApi articleCategoryIdIdPut PUT /articleCategory/id/{id}
ArticleCategoryApi articleCategoryIdIdUploadImagePost POST /articleCategory/id/{id}/uploadImage
ArticleCategoryApi articleCategoryPost POST /articleCategory
ArticleCategoryClassificationApi articleCategoryClassificationCountGet GET /articleCategoryClassification/count
ArticleCategoryClassificationApi articleCategoryClassificationGet GET /articleCategoryClassification
ArticleCategoryClassificationApi articleCategoryClassificationIdIdDelete DELETE /articleCategoryClassification/id/{id}
ArticleCategoryClassificationApi articleCategoryClassificationIdIdGet GET /articleCategoryClassification/id/{id}
ArticleCategoryClassificationApi articleCategoryClassificationIdIdPut PUT /articleCategoryClassification/id/{id}
ArticleCategoryClassificationApi articleCategoryClassificationPost POST /articleCategoryClassification
ArticleItemGroupApi articleItemGroupCountGet GET /articleItemGroup/count
ArticleItemGroupApi articleItemGroupGet GET /articleItemGroup
ArticleItemGroupApi articleItemGroupIdIdDelete DELETE /articleItemGroup/id/{id}
ArticleItemGroupApi articleItemGroupIdIdGet GET /articleItemGroup/id/{id}
ArticleItemGroupApi articleItemGroupIdIdPut PUT /articleItemGroup/id/{id}
ArticleItemGroupApi articleItemGroupPost POST /articleItemGroup
ArticlePriceApi articlePriceCountGet GET /articlePrice/count
ArticlePriceApi articlePriceGet GET /articlePrice
ArticlePriceApi articlePriceIdIdGet GET /articlePrice/id/{id}
ArticleRatingApi articleRatingCountGet GET /articleRating/count
ArticleRatingApi articleRatingGet GET /articleRating
ArticleRatingApi articleRatingIdIdDelete DELETE /articleRating/id/{id}
ArticleRatingApi articleRatingIdIdGet GET /articleRating/id/{id}
ArticleRatingApi articleRatingIdIdPut PUT /articleRating/id/{id}
ArticleRatingApi articleRatingPost POST /articleRating
ArticleStatusApi articleStatusCountGet GET /articleStatus/count
ArticleStatusApi articleStatusGet GET /articleStatus
ArticleStatusApi articleStatusIdIdDelete DELETE /articleStatus/id/{id}
ArticleStatusApi articleStatusIdIdGet GET /articleStatus/id/{id}
ArticleStatusApi articleStatusIdIdPut PUT /articleStatus/id/{id}
ArticleStatusApi articleStatusPost POST /articleStatus
ArticleSupplySourceApi articleSupplySourceCountGet GET /articleSupplySource/count
ArticleSupplySourceApi articleSupplySourceGet GET /articleSupplySource
ArticleSupplySourceApi articleSupplySourceIdIdDelete DELETE /articleSupplySource/id/{id}
ArticleSupplySourceApi articleSupplySourceIdIdGet GET /articleSupplySource/id/{id}
ArticleSupplySourceApi articleSupplySourceIdIdPut PUT /articleSupplySource/id/{id}
ArticleSupplySourceApi articleSupplySourcePost POST /articleSupplySource
AttendanceApi attendanceCountGet GET /attendance/count
AttendanceApi attendanceCurrentAttendanceGet GET /attendance/currentAttendance
AttendanceApi attendanceGet GET /attendance
AttendanceApi attendanceIdIdDelete DELETE /attendance/id/{id}
AttendanceApi attendanceIdIdGet GET /attendance/id/{id}
AttendanceApi attendanceIdIdPut PUT /attendance/id/{id}
AttendanceApi attendanceLogOffPost POST /attendance/logOff
AttendanceApi attendanceLogOnPost POST /attendance/logOn
AttendanceApi attendancePost POST /attendance
BankAccountApi bankAccountCountGet GET /bankAccount/count
BankAccountApi bankAccountGet GET /bankAccount
BankAccountApi bankAccountIdIdDelete DELETE /bankAccount/id/{id}
BankAccountApi bankAccountIdIdGet GET /bankAccount/id/{id}
BankAccountApi bankAccountIdIdPut PUT /bankAccount/id/{id}
BankAccountApi bankAccountPost POST /bankAccount
BankTransactionApi bankTransactionCountGet GET /bankTransaction/count
BankTransactionApi bankTransactionGet GET /bankTransaction
BankTransactionApi bankTransactionIdIdDelete DELETE /bankTransaction/id/{id}
BankTransactionApi bankTransactionIdIdGet GET /bankTransaction/id/{id}
BatchNumberApi batchNumberCountGet GET /batchNumber/count
BatchNumberApi batchNumberGet GET /batchNumber
BatchNumberApi batchNumberIdIdGet GET /batchNumber/id/{id}
BlanketPurchaseOrderApi blanketPurchaseOrderCountGet GET /blanketPurchaseOrder/count
BlanketPurchaseOrderApi blanketPurchaseOrderGet GET /blanketPurchaseOrder
BlanketPurchaseOrderApi blanketPurchaseOrderIdIdDelete DELETE /blanketPurchaseOrder/id/{id}
BlanketPurchaseOrderApi blanketPurchaseOrderIdIdDownloadLatestBlanketPurchaseOrderPdfGet GET /blanketPurchaseOrder/id/{id}/downloadLatestBlanketPurchaseOrderPdf
BlanketPurchaseOrderApi blanketPurchaseOrderIdIdGenerateReleasesPost POST /blanketPurchaseOrder/id/{id}/generateReleases
BlanketPurchaseOrderApi blanketPurchaseOrderIdIdGet GET /blanketPurchaseOrder/id/{id}
BlanketPurchaseOrderApi blanketPurchaseOrderIdIdPut PUT /blanketPurchaseOrder/id/{id}
BlanketPurchaseOrderApi blanketPurchaseOrderPost POST /blanketPurchaseOrder
CalendarApi calendarCountGet GET /calendar/count
CalendarApi calendarGet GET /calendar
CalendarApi calendarIdIdDelete DELETE /calendar/id/{id}
CalendarApi calendarIdIdDeleteCalendarAndMoveEventsPost POST /calendar/id/{id}/deleteCalendarAndMoveEvents
CalendarApi calendarIdIdGet GET /calendar/id/{id}
CalendarApi calendarIdIdImportiCalPost POST /calendar/id/{id}/importiCal
CalendarApi calendarIdIdPut PUT /calendar/id/{id}
CalendarApi calendarPost POST /calendar
CalendarEventApi calendarEventCountGet GET /calendarEvent/count
CalendarEventApi calendarEventGet GET /calendarEvent
CalendarEventApi calendarEventIdIdDelete DELETE /calendarEvent/id/{id}
CalendarEventApi calendarEventIdIdGet GET /calendarEvent/id/{id}
CalendarEventApi calendarEventIdIdPut PUT /calendarEvent/id/{id}
CalendarEventApi calendarEventPost POST /calendarEvent
CampaignApi campaignCountGet GET /campaign/count
CampaignApi campaignGet GET /campaign
CampaignApi campaignIdIdDelete DELETE /campaign/id/{id}
CampaignApi campaignIdIdGet GET /campaign/id/{id}
CampaignApi campaignIdIdPut PUT /campaign/id/{id}
CampaignApi campaignPost POST /campaign
CampaignParticipantApi campaignParticipantCountGet GET /campaignParticipant/count
CampaignParticipantApi campaignParticipantGet GET /campaignParticipant
CampaignParticipantApi campaignParticipantIdIdDelete DELETE /campaignParticipant/id/{id}
CampaignParticipantApi campaignParticipantIdIdGet GET /campaignParticipant/id/{id}
CampaignParticipantApi campaignParticipantIdIdPut PUT /campaignParticipant/id/{id}
CampaignParticipantApi campaignParticipantPost POST /campaignParticipant
CashAccountApi cashAccountCountGet GET /cashAccount/count
CashAccountApi cashAccountGet GET /cashAccount
CashAccountApi cashAccountIdIdGet GET /cashAccount/id/{id}
CashAccountApi cashAccountIdIdPut PUT /cashAccount/id/{id}
CashAccountApi cashAccountPost POST /cashAccount
CashAccountTransactionApi cashAccountTransactionCountGet GET /cashAccountTransaction/count
CashAccountTransactionApi cashAccountTransactionGet GET /cashAccountTransaction
CashAccountTransactionApi cashAccountTransactionIdIdDelete DELETE /cashAccountTransaction/id/{id}
CashAccountTransactionApi cashAccountTransactionIdIdGet GET /cashAccountTransaction/id/{id}
CashAccountTransactionApi cashAccountTransactionPost POST /cashAccountTransaction
CommentApi commentCountGet GET /comment/count
CommentApi commentGet GET /comment
CommentApi commentIdIdDelete DELETE /comment/id/{id}
CommentApi commentIdIdGet GET /comment/id/{id}
CommentApi commentIdIdPut PUT /comment/id/{id}
CommentApi commentPost POST /comment
CommercialLanguageApi commercialLanguageCountGet GET /commercialLanguage/count
CommercialLanguageApi commercialLanguageGet GET /commercialLanguage
CommercialLanguageApi commercialLanguageIdIdGet GET /commercialLanguage/id/{id}
CompanySizeApi companySizeCountGet GET /companySize/count
CompanySizeApi companySizeGet GET /companySize
CompanySizeApi companySizeIdIdDelete DELETE /companySize/id/{id}
CompanySizeApi companySizeIdIdGet GET /companySize/id/{id}
CompanySizeApi companySizeIdIdPut PUT /companySize/id/{id}
CompanySizeApi companySizePost POST /companySize
ContactApi contactCountGet GET /contact/count
ContactApi contactGet GET /contact
ContactApi contactIdIdDelete DELETE /contact/id/{id}
ContactApi contactIdIdDownloadImageGet GET /contact/id/{id}/downloadImage
ContactApi contactIdIdGet GET /contact/id/{id}
ContactApi contactIdIdPut PUT /contact/id/{id}
ContactApi contactIdIdUploadImagePost POST /contact/id/{id}/uploadImage
ContactApi contactPost POST /contact
ContractApi contractCountGet GET /contract/count
ContractApi contractGet GET /contract
ContractApi contractIdIdCreateContractDocumentPost POST /contract/id/{id}/createContractDocument
ContractApi contractIdIdDelete DELETE /contract/id/{id}
ContractApi contractIdIdDownloadLatestContractDocumentPdfGet GET /contract/id/{id}/downloadLatestContractDocumentPdf
ContractApi contractIdIdGet GET /contract/id/{id}
ContractApi contractIdIdPut PUT /contract/id/{id}
ContractApi contractPost POST /contract
ContractAuthorizationUnitApi contractAuthorizationUnitCountGet GET /contractAuthorizationUnit/count
ContractAuthorizationUnitApi contractAuthorizationUnitGet GET /contractAuthorizationUnit
ContractAuthorizationUnitApi contractAuthorizationUnitIdIdGet GET /contractAuthorizationUnit/id/{id}
ContractBillingGroupApi contractBillingGroupCountGet GET /contractBillingGroup/count
ContractBillingGroupApi contractBillingGroupGet GET /contractBillingGroup
ContractBillingGroupApi contractBillingGroupIdIdDelete DELETE /contractBillingGroup/id/{id}
ContractBillingGroupApi contractBillingGroupIdIdGet GET /contractBillingGroup/id/{id}
ContractBillingGroupApi contractBillingGroupIdIdPut PUT /contractBillingGroup/id/{id}
ContractBillingGroupApi contractBillingGroupPost POST /contractBillingGroup
ContractTerminationReasonApi contractTerminationReasonCountGet GET /contractTerminationReason/count
ContractTerminationReasonApi contractTerminationReasonGet GET /contractTerminationReason
ContractTerminationReasonApi contractTerminationReasonIdIdDelete DELETE /contractTerminationReason/id/{id}
ContractTerminationReasonApi contractTerminationReasonIdIdGet GET /contractTerminationReason/id/{id}
ContractTerminationReasonApi contractTerminationReasonIdIdPut PUT /contractTerminationReason/id/{id}
ContractTerminationReasonApi contractTerminationReasonPost POST /contractTerminationReason
CostCenterApi costCenterCountGet GET /costCenter/count
CostCenterApi costCenterGet GET /costCenter
CostCenterApi costCenterIdIdDelete DELETE /costCenter/id/{id}
CostCenterApi costCenterIdIdGet GET /costCenter/id/{id}
CostCenterApi costCenterIdIdPut PUT /costCenter/id/{id}
CostCenterApi costCenterPost POST /costCenter
CostCenterGroupApi costCenterGroupCountGet GET /costCenterGroup/count
CostCenterGroupApi costCenterGroupGet GET /costCenterGroup
CostCenterGroupApi costCenterGroupIdIdDelete DELETE /costCenterGroup/id/{id}
CostCenterGroupApi costCenterGroupIdIdGet GET /costCenterGroup/id/{id}
CostCenterGroupApi costCenterGroupIdIdPut PUT /costCenterGroup/id/{id}
CostCenterGroupApi costCenterGroupPost POST /costCenterGroup
CostTypeApi costTypeCountGet GET /costType/count
CostTypeApi costTypeGet GET /costType
CostTypeApi costTypeIdIdDelete DELETE /costType/id/{id}
CostTypeApi costTypeIdIdGet GET /costType/id/{id}
CostTypeApi costTypeIdIdPut PUT /costType/id/{id}
CostTypeApi costTypePost POST /costType
CrmCallCategoryApi crmCallCategoryCountGet GET /crmCallCategory/count
CrmCallCategoryApi crmCallCategoryGet GET /crmCallCategory
CrmCallCategoryApi crmCallCategoryIdIdDelete DELETE /crmCallCategory/id/{id}
CrmCallCategoryApi crmCallCategoryIdIdGet GET /crmCallCategory/id/{id}
CrmCallCategoryApi crmCallCategoryIdIdPut PUT /crmCallCategory/id/{id}
CrmCallCategoryApi crmCallCategoryPost POST /crmCallCategory
CrmEventApi crmEventCountGet GET /crmEvent/count
CrmEventApi crmEventGet GET /crmEvent
CrmEventApi crmEventIdIdDelete DELETE /crmEvent/id/{id}
CrmEventApi crmEventIdIdGet GET /crmEvent/id/{id}
CrmEventApi crmEventIdIdPut PUT /crmEvent/id/{id}
CrmEventApi crmEventPost POST /crmEvent
CrmEventCategoryApi crmEventCategoryCountGet GET /crmEventCategory/count
CrmEventCategoryApi crmEventCategoryGet GET /crmEventCategory
CrmEventCategoryApi crmEventCategoryIdIdDelete DELETE /crmEventCategory/id/{id}
CrmEventCategoryApi crmEventCategoryIdIdGet GET /crmEventCategory/id/{id}
CrmEventCategoryApi crmEventCategoryIdIdPut PUT /crmEventCategory/id/{id}
CrmEventCategoryApi crmEventCategoryPost POST /crmEventCategory
CurrencyApi currencyCompanyCurrencyGet GET /currency/companyCurrency
CurrencyApi currencyCountGet GET /currency/count
CurrencyApi currencyGet GET /currency
CurrencyApi currencyIdIdDelete DELETE /currency/id/{id}
CurrencyApi currencyIdIdGet GET /currency/id/{id}
CurrencyApi currencyIdIdPut PUT /currency/id/{id}
CurrencyApi currencyPost POST /currency
CustomAttributeDefinitionApi customAttributeDefinitionCountGet GET /customAttributeDefinition/count
CustomAttributeDefinitionApi customAttributeDefinitionGet GET /customAttributeDefinition
CustomAttributeDefinitionApi customAttributeDefinitionIdIdDelete DELETE /customAttributeDefinition/id/{id}
CustomAttributeDefinitionApi customAttributeDefinitionIdIdGet GET /customAttributeDefinition/id/{id}
CustomAttributeDefinitionApi customAttributeDefinitionIdIdPut PUT /customAttributeDefinition/id/{id}
CustomAttributeDefinitionApi customAttributeDefinitionPost POST /customAttributeDefinition
CustomAttributeDefinitionApi customAttributeDefinitionReadOrderGet GET /customAttributeDefinition/readOrder
CustomAttributeDefinitionApi customAttributeDefinitionUpdateOrderPost POST /customAttributeDefinition/updateOrder
CustomerApi customerCountGet GET /customer/count
CustomerApi customerGet GET /customer
CustomerApi customerIdIdDelete DELETE /customer/id/{id}
CustomerApi customerIdIdDownloadImageGet GET /customer/id/{id}/downloadImage
CustomerApi customerIdIdGet GET /customer/id/{id}
CustomerApi customerIdIdPut PUT /customer/id/{id}
CustomerApi customerIdIdUploadImagePost POST /customer/id/{id}/uploadImage
CustomerApi customerPost POST /customer
CustomerCategoryApi customerCategoryCountGet GET /customerCategory/count
CustomerCategoryApi customerCategoryGet GET /customerCategory
CustomerCategoryApi customerCategoryIdIdDelete DELETE /customerCategory/id/{id}
CustomerCategoryApi customerCategoryIdIdGet GET /customerCategory/id/{id}
CustomerCategoryApi customerCategoryIdIdPut PUT /customerCategory/id/{id}
CustomerCategoryApi customerCategoryPost POST /customerCategory
CustomerLeadLossReasonApi customerLeadLossReasonCountGet GET /customerLeadLossReason/count
CustomerLeadLossReasonApi customerLeadLossReasonGet GET /customerLeadLossReason
CustomerLeadLossReasonApi customerLeadLossReasonIdIdDelete DELETE /customerLeadLossReason/id/{id}
CustomerLeadLossReasonApi customerLeadLossReasonIdIdGet GET /customerLeadLossReason/id/{id}
CustomerLeadLossReasonApi customerLeadLossReasonIdIdPut PUT /customerLeadLossReason/id/{id}
CustomerLeadLossReasonApi customerLeadLossReasonPost POST /customerLeadLossReason
CustomerTopicApi customerTopicCountGet GET /customerTopic/count
CustomerTopicApi customerTopicGet GET /customerTopic
CustomerTopicApi customerTopicIdIdDelete DELETE /customerTopic/id/{id}
CustomerTopicApi customerTopicIdIdGet GET /customerTopic/id/{id}
CustomerTopicApi customerTopicIdIdPut PUT /customerTopic/id/{id}
CustomerTopicApi customerTopicPost POST /customerTopic
CustomsTariffNumberApi customsTariffNumberCountGet GET /customsTariffNumber/count
CustomsTariffNumberApi customsTariffNumberGet GET /customsTariffNumber
CustomsTariffNumberApi customsTariffNumberIdIdDelete DELETE /customsTariffNumber/id/{id}
CustomsTariffNumberApi customsTariffNumberIdIdGet GET /customsTariffNumber/id/{id}
CustomsTariffNumberApi customsTariffNumberIdIdPut PUT /customsTariffNumber/id/{id}
CustomsTariffNumberApi customsTariffNumberPost POST /customsTariffNumber
DocumentApi documentCopyPost POST /document/copy
DocumentApi documentCountGet GET /document/count
DocumentApi documentGet GET /document
DocumentApi documentIdIdCopyPost POST /document/id/{id}/copy
DocumentApi documentIdIdDelete DELETE /document/id/{id}
DocumentApi documentIdIdDownloadDocumentVersionGet GET /document/id/{id}/downloadDocumentVersion
DocumentApi documentIdIdDownloadDocumentVersionsZippedGet GET /document/id/{id}/downloadDocumentVersionsZipped
DocumentApi documentIdIdDownloadGet GET /document/id/{id}/download
DocumentApi documentIdIdGet GET /document/id/{id}
DocumentApi documentIdIdPut PUT /document/id/{id}
DocumentApi documentIdIdUploadPost POST /document/id/{id}/upload
DocumentApi documentUploadPost POST /document/upload
ExternalConnectionApi externalConnectionCountGet GET /externalConnection/count
ExternalConnectionApi externalConnectionGet GET /externalConnection
ExternalConnectionApi externalConnectionIdIdGet GET /externalConnection/id/{id}
FinancialYearApi financialYearCountGet GET /financialYear/count
FinancialYearApi financialYearGet GET /financialYear
FinancialYearApi financialYearIdIdDelete DELETE /financialYear/id/{id}
FinancialYearApi financialYearIdIdGeneratePeriodsPost POST /financialYear/id/{id}/generatePeriods
FinancialYearApi financialYearIdIdGet GET /financialYear/id/{id}
FinancialYearApi financialYearIdIdPut PUT /financialYear/id/{id}
FinancialYearApi financialYearPost POST /financialYear
FulfillmentProviderApi fulfillmentProviderCountGet GET /fulfillmentProvider/count
FulfillmentProviderApi fulfillmentProviderGet GET /fulfillmentProvider
FulfillmentProviderApi fulfillmentProviderIdIdGet GET /fulfillmentProvider/id/{id}
IncomingGoodsApi incomingGoodsCountGet GET /incomingGoods/count
IncomingGoodsApi incomingGoodsGet GET /incomingGoods
IncomingGoodsApi incomingGoodsIdIdAddPurchaseOrdersPost POST /incomingGoods/id/{id}/addPurchaseOrders
IncomingGoodsApi incomingGoodsIdIdCreateCompensationShipmentPost POST /incomingGoods/id/{id}/createCompensationShipment
IncomingGoodsApi incomingGoodsIdIdCreateCreditNotePost POST /incomingGoods/id/{id}/createCreditNote
IncomingGoodsApi incomingGoodsIdIdCreatePurchaseInvoicePost POST /incomingGoods/id/{id}/createPurchaseInvoice
IncomingGoodsApi incomingGoodsIdIdCreateReturnLabelsPost POST /incomingGoods/id/{id}/createReturnLabels
IncomingGoodsApi incomingGoodsIdIdCreateSupplierReturnPost POST /incomingGoods/id/{id}/createSupplierReturn
IncomingGoodsApi incomingGoodsIdIdDelete DELETE /incomingGoods/id/{id}
IncomingGoodsApi incomingGoodsIdIdGet GET /incomingGoods/id/{id}
IncomingGoodsApi incomingGoodsIdIdIncomingBookingsGet GET /incomingGoods/id/{id}/incomingBookings
IncomingGoodsApi incomingGoodsIdIdPut PUT /incomingGoods/id/{id}
IncomingGoodsApi incomingGoodsIdIdUpdateIncomingBookingsPost POST /incomingGoods/id/{id}/updateIncomingBookings
IncomingGoodsApi incomingGoodsPost POST /incomingGoods
InternalTransportReferenceApi internalTransportReferenceCountGet GET /internalTransportReference/count
InternalTransportReferenceApi internalTransportReferenceGet GET /internalTransportReference
InternalTransportReferenceApi internalTransportReferenceIdIdCreateLabelPost POST /internalTransportReference/id/{id}/createLabel
InternalTransportReferenceApi internalTransportReferenceIdIdDelete DELETE /internalTransportReference/id/{id}
InternalTransportReferenceApi internalTransportReferenceIdIdDownloadLatestLabelGet GET /internalTransportReference/id/{id}/downloadLatestLabel
InternalTransportReferenceApi internalTransportReferenceIdIdGet GET /internalTransportReference/id/{id}
InternalTransportReferenceApi internalTransportReferenceIdIdPut PUT /internalTransportReference/id/{id}
InternalTransportReferenceApi internalTransportReferencePost POST /internalTransportReference
InventoryApi inventoryCountGet GET /inventory/count
InventoryApi inventoryCreatePost POST /inventory/create
InventoryApi inventoryGet GET /inventory
InventoryApi inventoryIdIdGet GET /inventory/id/{id}
InventoryApi inventoryIdIdPut PUT /inventory/id/{id}
InventoryApi inventoryPost POST /inventory
InventoryGroupApi inventoryGroupCountGet GET /inventoryGroup/count
InventoryGroupApi inventoryGroupGet GET /inventoryGroup
InventoryGroupApi inventoryGroupIdIdGet GET /inventoryGroup/id/{id}
InventoryItemApi inventoryItemCountGet GET /inventoryItem/count
InventoryItemApi inventoryItemGet GET /inventoryItem
InventoryItemApi inventoryItemIdIdDelete DELETE /inventoryItem/id/{id}
InventoryItemApi inventoryItemIdIdGet GET /inventoryItem/id/{id}
InventoryItemApi inventoryItemIdIdPut PUT /inventoryItem/id/{id}
InventoryItemApi inventoryItemPost POST /inventoryItem
InventoryTransportReferenceApi inventoryTransportReferenceCountGet GET /inventoryTransportReference/count
InventoryTransportReferenceApi inventoryTransportReferenceGet GET /inventoryTransportReference
InventoryTransportReferenceApi inventoryTransportReferenceIdIdGet GET /inventoryTransportReference/id/{id}
InventoryTransportReferenceApi inventoryTransportReferenceIdIdPut PUT /inventoryTransportReference/id/{id}
InventoryTransportReferenceApi inventoryTransportReferencePost POST /inventoryTransportReference
JobApi jobAbortGet GET /job/abort
JobApi jobStatusGet GET /job/status
LeadApi leadCountGet GET /lead/count
LeadApi leadGet GET /lead
LeadApi leadIdIdConvertLeadToCustomerGet GET /lead/id/{id}/convertLeadToCustomer
LeadApi leadIdIdDelete DELETE /lead/id/{id}
LeadApi leadIdIdDownloadImageGet GET /lead/id/{id}/downloadImage
LeadApi leadIdIdGet GET /lead/id/{id}
LeadApi leadIdIdPut PUT /lead/id/{id}
LeadApi leadIdIdUploadImagePost POST /lead/id/{id}/uploadImage
LeadApi leadPost POST /lead
LeadRatingApi leadRatingCountGet GET /leadRating/count
LeadRatingApi leadRatingGet GET /leadRating
LeadRatingApi leadRatingIdIdDelete DELETE /leadRating/id/{id}
LeadRatingApi leadRatingIdIdGet GET /leadRating/id/{id}
LeadRatingApi leadRatingIdIdPut PUT /leadRating/id/{id}
LeadRatingApi leadRatingPost POST /leadRating
LeadSourceApi leadSourceCountGet GET /leadSource/count
LeadSourceApi leadSourceGet GET /leadSource
LeadSourceApi leadSourceIdIdDelete DELETE /leadSource/id/{id}
LeadSourceApi leadSourceIdIdGet GET /leadSource/id/{id}
LeadSourceApi leadSourceIdIdPut PUT /leadSource/id/{id}
LeadSourceApi leadSourcePost POST /leadSource
LedgerAccountApi ledgerAccountCountGet GET /ledgerAccount/count
LedgerAccountApi ledgerAccountGet GET /ledgerAccount
LedgerAccountApi ledgerAccountIdIdDelete DELETE /ledgerAccount/id/{id}
LedgerAccountApi ledgerAccountIdIdGet GET /ledgerAccount/id/{id}
LedgerAccountApi ledgerAccountIdIdPut PUT /ledgerAccount/id/{id}
LedgerAccountApi ledgerAccountPost POST /ledgerAccount
LegalFormApi legalFormCountGet GET /legalForm/count
LegalFormApi legalFormGet GET /legalForm
LegalFormApi legalFormIdIdDelete DELETE /legalForm/id/{id}
LegalFormApi legalFormIdIdGet GET /legalForm/id/{id}
LegalFormApi legalFormIdIdPut PUT /legalForm/id/{id}
LegalFormApi legalFormPost POST /legalForm
LoadingEquipmentIdentifierApi loadingEquipmentIdentifierCountGet GET /loadingEquipmentIdentifier/count
LoadingEquipmentIdentifierApi loadingEquipmentIdentifierGet GET /loadingEquipmentIdentifier
LoadingEquipmentIdentifierApi loadingEquipmentIdentifierIdIdDelete DELETE /loadingEquipmentIdentifier/id/{id}
LoadingEquipmentIdentifierApi loadingEquipmentIdentifierIdIdGet GET /loadingEquipmentIdentifier/id/{id}
LoadingEquipmentIdentifierApi loadingEquipmentIdentifierIdIdPut PUT /loadingEquipmentIdentifier/id/{id}
LoadingEquipmentIdentifierApi loadingEquipmentIdentifierPost POST /loadingEquipmentIdentifier
MailTemplateApi mailTemplateCountGet GET /mailTemplate/count
MailTemplateApi mailTemplateGet GET /mailTemplate
MailTemplateApi mailTemplateIdIdDelete DELETE /mailTemplate/id/{id}
MailTemplateApi mailTemplateIdIdGet GET /mailTemplate/id/{id}
MailTemplateApi mailTemplateIdIdPut PUT /mailTemplate/id/{id}
MailTemplateApi mailTemplatePost POST /mailTemplate
ManufacturerApi manufacturerCountGet GET /manufacturer/count
ManufacturerApi manufacturerGet GET /manufacturer
ManufacturerApi manufacturerIdIdDelete DELETE /manufacturer/id/{id}
ManufacturerApi manufacturerIdIdGet GET /manufacturer/id/{id}
ManufacturerApi manufacturerIdIdPut PUT /manufacturer/id/{id}
ManufacturerApi manufacturerPost POST /manufacturer
MetaApi metaQueryFilterPropertiesGet GET /meta/queryFilterProperties
MetaApi metaQuerySortPropertiesGet GET /meta/querySortProperties
MetaApi metaResourcesGet GET /meta/resources
NotificationApi notificationCountGet GET /notification/count
NotificationApi notificationGet GET /notification
NotificationApi notificationIdIdGet GET /notification/id/{id}
NotificationApi notificationIdIdMarkReadPost POST /notification/id/{id}/markRead
OpportunityApi opportunityCountGet GET /opportunity/count
OpportunityApi opportunityGet GET /opportunity
OpportunityApi opportunityIdIdDelete DELETE /opportunity/id/{id}
OpportunityApi opportunityIdIdGet GET /opportunity/id/{id}
OpportunityApi opportunityIdIdLinkQuotationPost POST /opportunity/id/{id}/linkQuotation
OpportunityApi opportunityIdIdPut PUT /opportunity/id/{id}
OpportunityApi opportunityPost POST /opportunity
OpportunityTopicApi opportunityTopicCountGet GET /opportunityTopic/count
OpportunityTopicApi opportunityTopicGet GET /opportunityTopic
OpportunityTopicApi opportunityTopicIdIdDelete DELETE /opportunityTopic/id/{id}
OpportunityTopicApi opportunityTopicIdIdGet GET /opportunityTopic/id/{id}
OpportunityTopicApi opportunityTopicIdIdPut PUT /opportunityTopic/id/{id}
OpportunityTopicApi opportunityTopicPost POST /opportunityTopic
OpportunityWinLossReasonApi opportunityWinLossReasonCountGet GET /opportunityWinLossReason/count
OpportunityWinLossReasonApi opportunityWinLossReasonGet GET /opportunityWinLossReason
OpportunityWinLossReasonApi opportunityWinLossReasonIdIdDelete DELETE /opportunityWinLossReason/id/{id}
OpportunityWinLossReasonApi opportunityWinLossReasonIdIdGet GET /opportunityWinLossReason/id/{id}
OpportunityWinLossReasonApi opportunityWinLossReasonIdIdPut PUT /opportunityWinLossReason/id/{id}
OpportunityWinLossReasonApi opportunityWinLossReasonPost POST /opportunityWinLossReason
PartyApi partyCountGet GET /party/count
PartyApi partyGet GET /party
PartyApi partyIdIdCreatePublicPagePost POST /party/id/{id}/createPublicPage
PartyApi partyIdIdDelete DELETE /party/id/{id}
PartyApi partyIdIdDownloadImageGet GET /party/id/{id}/downloadImage
PartyApi partyIdIdGet GET /party/id/{id}
PartyApi partyIdIdPut PUT /party/id/{id}
PartyApi partyIdIdUploadImagePost POST /party/id/{id}/uploadImage
PartyApi partyPost POST /party
PartyRatingApi partyRatingCountGet GET /partyRating/count
PartyRatingApi partyRatingGet GET /partyRating
PartyRatingApi partyRatingIdIdDelete DELETE /partyRating/id/{id}
PartyRatingApi partyRatingIdIdGet GET /partyRating/id/{id}
PartyRatingApi partyRatingIdIdPut PUT /partyRating/id/{id}
PartyRatingApi partyRatingPost POST /partyRating
PaymentMethodApi paymentMethodCountGet GET /paymentMethod/count
PaymentMethodApi paymentMethodGet GET /paymentMethod
PaymentMethodApi paymentMethodIdIdDelete DELETE /paymentMethod/id/{id}
PaymentMethodApi paymentMethodIdIdGet GET /paymentMethod/id/{id}
PaymentMethodApi paymentMethodIdIdPut PUT /paymentMethod/id/{id}
PaymentMethodApi paymentMethodPost POST /paymentMethod
PaymentRunApi paymentRunCountGet GET /paymentRun/count
PaymentRunApi paymentRunGet GET /paymentRun
PaymentRunApi paymentRunIdIdDelete DELETE /paymentRun/id/{id}
PaymentRunApi paymentRunIdIdGet GET /paymentRun/id/{id}
PaymentRunApi paymentRunIdIdPut PUT /paymentRun/id/{id}
PaymentRunItemApi paymentRunItemCountGet GET /paymentRunItem/count
PaymentRunItemApi paymentRunItemGet GET /paymentRunItem
PaymentRunItemApi paymentRunItemIdIdGet GET /paymentRunItem/id/{id}
PersonDepartmentApi personDepartmentCountGet GET /personDepartment/count
PersonDepartmentApi personDepartmentGet GET /personDepartment
PersonDepartmentApi personDepartmentIdIdDelete DELETE /personDepartment/id/{id}
PersonDepartmentApi personDepartmentIdIdGet GET /personDepartment/id/{id}
PersonDepartmentApi personDepartmentIdIdPut PUT /personDepartment/id/{id}
PersonDepartmentApi personDepartmentPost POST /personDepartment
PersonRoleApi personRoleCountGet GET /personRole/count
PersonRoleApi personRoleGet GET /personRole
PersonRoleApi personRoleIdIdDelete DELETE /personRole/id/{id}
PersonRoleApi personRoleIdIdGet GET /personRole/id/{id}
PersonRoleApi personRoleIdIdPut PUT /personRole/id/{id}
PersonRoleApi personRolePost POST /personRole
PersonalAccountingCodeApi personalAccountingCodeCountGet GET /personalAccountingCode/count
PersonalAccountingCodeApi personalAccountingCodeGet GET /personalAccountingCode
PersonalAccountingCodeApi personalAccountingCodeIdIdDelete DELETE /personalAccountingCode/id/{id}
PersonalAccountingCodeApi personalAccountingCodeIdIdGet GET /personalAccountingCode/id/{id}
PersonalAccountingCodeApi personalAccountingCodeIdIdPut PUT /personalAccountingCode/id/{id}
PersonalAccountingCodeApi personalAccountingCodePost POST /personalAccountingCode
PickApi pickCountGet GET /pick/count
PickApi pickGet GET /pick
PickApi pickIdIdGet GET /pick/id/{id}
PickCheckReasonApi pickCheckReasonCountGet GET /pickCheckReason/count
PickCheckReasonApi pickCheckReasonGet GET /pickCheckReason
PickCheckReasonApi pickCheckReasonIdIdDelete DELETE /pickCheckReason/id/{id}
PickCheckReasonApi pickCheckReasonIdIdGet GET /pickCheckReason/id/{id}
PickCheckReasonApi pickCheckReasonIdIdPut PUT /pickCheckReason/id/{id}
PickCheckReasonApi pickCheckReasonPost POST /pickCheckReason
PlaceOfServiceApi placeOfServiceCountGet GET /placeOfService/count
PlaceOfServiceApi placeOfServiceGet GET /placeOfService
PlaceOfServiceApi placeOfServiceIdIdDelete DELETE /placeOfService/id/{id}
PlaceOfServiceApi placeOfServiceIdIdGet GET /placeOfService/id/{id}
PlaceOfServiceApi placeOfServiceIdIdPut PUT /placeOfService/id/{id}
PlaceOfServiceApi placeOfServicePost POST /placeOfService
PriceCalculationParameterApi priceCalculationParameterCountGet GET /priceCalculationParameter/count
PriceCalculationParameterApi priceCalculationParameterGet GET /priceCalculationParameter
PriceCalculationParameterApi priceCalculationParameterIdIdDelete DELETE /priceCalculationParameter/id/{id}
PriceCalculationParameterApi priceCalculationParameterIdIdGet GET /priceCalculationParameter/id/{id}
PriceCalculationParameterApi priceCalculationParameterIdIdPut PUT /priceCalculationParameter/id/{id}
PriceCalculationParameterApi priceCalculationParameterPost POST /priceCalculationParameter
ProductionOrderApi productionOrderCountGet GET /productionOrder/count
ProductionOrderApi productionOrderFastProductionBookingPost POST /productionOrder/fastProductionBooking
ProductionOrderApi productionOrderGet GET /productionOrder
ProductionOrderApi productionOrderIdIdCreatePickingListPost POST /productionOrder/id/{id}/createPickingList
ProductionOrderApi productionOrderIdIdDelete DELETE /productionOrder/id/{id}
ProductionOrderApi productionOrderIdIdDownloadLatestProductionOrderPdfGet GET /productionOrder/id/{id}/downloadLatestProductionOrderPdf
ProductionOrderApi productionOrderIdIdGet GET /productionOrder/id/{id}
ProductionOrderApi productionOrderIdIdPut PUT /productionOrder/id/{id}
ProductionOrderApi productionOrderPost POST /productionOrder
ProductionWorkScheduleApi productionWorkScheduleCountGet GET /productionWorkSchedule/count
ProductionWorkScheduleApi productionWorkScheduleGet GET /productionWorkSchedule
ProductionWorkScheduleApi productionWorkScheduleIdIdDelete DELETE /productionWorkSchedule/id/{id}
ProductionWorkScheduleApi productionWorkScheduleIdIdGet GET /productionWorkSchedule/id/{id}
ProductionWorkScheduleApi productionWorkScheduleIdIdPut PUT /productionWorkSchedule/id/{id}
ProductionWorkScheduleApi productionWorkSchedulePost POST /productionWorkSchedule
ProductionWorkScheduleAssignmentApi productionWorkScheduleAssignmentCountGet GET /productionWorkScheduleAssignment/count
ProductionWorkScheduleAssignmentApi productionWorkScheduleAssignmentGet GET /productionWorkScheduleAssignment
ProductionWorkScheduleAssignmentApi productionWorkScheduleAssignmentIdIdDelete DELETE /productionWorkScheduleAssignment/id/{id}
ProductionWorkScheduleAssignmentApi productionWorkScheduleAssignmentIdIdGet GET /productionWorkScheduleAssignment/id/{id}
ProductionWorkScheduleAssignmentApi productionWorkScheduleAssignmentIdIdPut PUT /productionWorkScheduleAssignment/id/{id}
ProductionWorkScheduleAssignmentApi productionWorkScheduleAssignmentPost POST /productionWorkScheduleAssignment
PropertyTranslationApi propertyTranslationReadPropertyTranslationsGet GET /propertyTranslation/readPropertyTranslations
PropertyTranslationApi propertyTranslationUpdatePropertyTranslationsPost POST /propertyTranslation/updatePropertyTranslations
PurchaseInvoiceApi purchaseInvoiceCountGet GET /purchaseInvoice/count
PurchaseInvoiceApi purchaseInvoiceGet GET /purchaseInvoice
PurchaseInvoiceApi purchaseInvoiceIdIdCreateContractPost POST /purchaseInvoice/id/{id}/createContract
PurchaseInvoiceApi purchaseInvoiceIdIdCreateCreditNotePost POST /purchaseInvoice/id/{id}/createCreditNote
PurchaseInvoiceApi purchaseInvoiceIdIdDelete DELETE /purchaseInvoice/id/{id}
PurchaseInvoiceApi purchaseInvoiceIdIdDownloadLatestPurchaseInvoiceDocumentGet GET /purchaseInvoice/id/{id}/downloadLatestPurchaseInvoiceDocument
PurchaseInvoiceApi purchaseInvoiceIdIdGet GET /purchaseInvoice/id/{id}
PurchaseInvoiceApi purchaseInvoiceIdIdPrintLabelPost POST /purchaseInvoice/id/{id}/printLabel
PurchaseInvoiceApi purchaseInvoiceIdIdPut PUT /purchaseInvoice/id/{id}
PurchaseInvoiceApi purchaseInvoiceIdIdResetTaxesPost POST /purchaseInvoice/id/{id}/resetTaxes
PurchaseInvoiceApi purchaseInvoiceIdIdSaveDuplicateInvoiceAsOriginalPost POST /purchaseInvoice/id/{id}/saveDuplicateInvoiceAsOriginal
PurchaseInvoiceApi purchaseInvoicePost POST /purchaseInvoice
PurchaseInvoiceApi purchaseInvoiceStartInvoiceDocumentProcessingPost POST /purchaseInvoice/startInvoiceDocumentProcessing
PurchaseOpenItemApi purchaseOpenItemCountGet GET /purchaseOpenItem/count
PurchaseOpenItemApi purchaseOpenItemGet GET /purchaseOpenItem
PurchaseOpenItemApi purchaseOpenItemIdIdCreatePaymentApplicationPost POST /purchaseOpenItem/id/{id}/createPaymentApplication
PurchaseOpenItemApi purchaseOpenItemIdIdGet GET /purchaseOpenItem/id/{id}
PurchaseOpenItemApi purchaseOpenItemIdIdUpdatePaymentStatePost POST /purchaseOpenItem/id/{id}/updatePaymentState
PurchaseOrderApi purchaseOrderCountGet GET /purchaseOrder/count
PurchaseOrderApi purchaseOrderGet GET /purchaseOrder
PurchaseOrderApi purchaseOrderIdIdCancelDropshippingShipmentsPost POST /purchaseOrder/id/{id}/cancelDropshippingShipments
PurchaseOrderApi purchaseOrderIdIdCreateCancellationSlipPdfPost POST /purchaseOrder/id/{id}/createCancellationSlipPdf
PurchaseOrderApi purchaseOrderIdIdCreateContractPost POST /purchaseOrder/id/{id}/createContract
PurchaseOrderApi purchaseOrderIdIdCreateDropshippingDeliveryNotePdfPost POST /purchaseOrder/id/{id}/createDropshippingDeliveryNotePdf
PurchaseOrderApi purchaseOrderIdIdCreateIncomingGoodsPost POST /purchaseOrder/id/{id}/createIncomingGoods
PurchaseOrderApi purchaseOrderIdIdCreatePurchaseInvoicePost POST /purchaseOrder/id/{id}/createPurchaseInvoice
PurchaseOrderApi purchaseOrderIdIdCreateSupplierReturnPost POST /purchaseOrder/id/{id}/createSupplierReturn
PurchaseOrderApi purchaseOrderIdIdDelete DELETE /purchaseOrder/id/{id}
PurchaseOrderApi purchaseOrderIdIdDownloadLatestCancellationSlipPdfGet GET /purchaseOrder/id/{id}/downloadLatestCancellationSlipPdf
PurchaseOrderApi purchaseOrderIdIdDownloadLatestDropshippingDeliveryNotePdfGet GET /purchaseOrder/id/{id}/downloadLatestDropshippingDeliveryNotePdf
PurchaseOrderApi purchaseOrderIdIdDownloadLatestPurchaseOrderPdfGet GET /purchaseOrder/id/{id}/downloadLatestPurchaseOrderPdf
PurchaseOrderApi purchaseOrderIdIdGet GET /purchaseOrder/id/{id}
PurchaseOrderApi purchaseOrderIdIdPrintLabelPost POST /purchaseOrder/id/{id}/printLabel
PurchaseOrderApi purchaseOrderIdIdProcessDropshippingPost POST /purchaseOrder/id/{id}/processDropshipping
PurchaseOrderApi purchaseOrderIdIdPut PUT /purchaseOrder/id/{id}
PurchaseOrderApi purchaseOrderPost POST /purchaseOrder
PurchaseOrderRequestApi purchaseOrderRequestCountGet GET /purchaseOrderRequest/count
PurchaseOrderRequestApi purchaseOrderRequestGet GET /purchaseOrderRequest
PurchaseOrderRequestApi purchaseOrderRequestIdIdCreateBlanketPurchaseOrderPost POST /purchaseOrderRequest/id/{id}/createBlanketPurchaseOrder
PurchaseOrderRequestApi purchaseOrderRequestIdIdCreatePurchaseOrderPost POST /purchaseOrderRequest/id/{id}/createPurchaseOrder
PurchaseOrderRequestApi purchaseOrderRequestIdIdDelete DELETE /purchaseOrderRequest/id/{id}
PurchaseOrderRequestApi purchaseOrderRequestIdIdExportItemsAsCsvPost POST /purchaseOrderRequest/id/{id}/exportItemsAsCsv
PurchaseOrderRequestApi purchaseOrderRequestIdIdGet GET /purchaseOrderRequest/id/{id}
PurchaseOrderRequestApi purchaseOrderRequestIdIdPushPurchasePricesPost POST /purchaseOrderRequest/id/{id}/pushPurchasePrices
PurchaseOrderRequestApi purchaseOrderRequestIdIdPut PUT /purchaseOrderRequest/id/{id}
PurchaseOrderRequestApi purchaseOrderRequestPost POST /purchaseOrderRequest
PurchaseRequisitionApi purchaseRequisitionCountGet GET /purchaseRequisition/count
PurchaseRequisitionApi purchaseRequisitionDeleteAllRequisitionsPost POST /purchaseRequisition/deleteAllRequisitions
PurchaseRequisitionApi purchaseRequisitionGet GET /purchaseRequisition
PurchaseRequisitionApi purchaseRequisitionIdIdGet GET /purchaseRequisition/id/{id}
PurchaseRequisitionApi purchaseRequisitionIdIdPut PUT /purchaseRequisition/id/{id}
PurchaseRequisitionApi purchaseRequisitionStartMaterialPlanningRunPost POST /purchaseRequisition/startMaterialPlanningRun
QuotationApi quotationCountGet GET /quotation/count
QuotationApi quotationGet GET /quotation
QuotationApi quotationIdIdAcceptPost POST /quotation/id/{id}/accept
QuotationApi quotationIdIdAddDefaultScalePricesToItemsPost POST /quotation/id/{id}/addDefaultScalePricesToItems
QuotationApi quotationIdIdCalculateSalesPricesPost POST /quotation/id/{id}/calculateSalesPrices
QuotationApi quotationIdIdCreateNewVersionPost POST /quotation/id/{id}/createNewVersion
QuotationApi quotationIdIdCreatePublicPageLinkPost POST /quotation/id/{id}/createPublicPageLink
QuotationApi quotationIdIdCreatePurchaseOrderRequestPost POST /quotation/id/{id}/createPurchaseOrderRequest
QuotationApi quotationIdIdCreateQuotationPdfPost POST /quotation/id/{id}/createQuotationPdf
QuotationApi quotationIdIdDelete DELETE /quotation/id/{id}
QuotationApi quotationIdIdDisablePublicPageLinkPost POST /quotation/id/{id}/disablePublicPageLink
QuotationApi quotationIdIdDownloadLatestQuotationPdfGet GET /quotation/id/{id}/downloadLatestQuotationPdf
QuotationApi quotationIdIdGet GET /quotation/id/{id}
QuotationApi quotationIdIdInquirePost POST /quotation/id/{id}/inquire
QuotationApi quotationIdIdPrintLabelPost POST /quotation/id/{id}/printLabel
QuotationApi quotationIdIdPrintQuotationDataGet GET /quotation/id/{id}/printQuotationData
QuotationApi quotationIdIdPut PUT /quotation/id/{id}
QuotationApi quotationIdIdRecalculateCostsPost POST /quotation/id/{id}/recalculateCosts
QuotationApi quotationIdIdResetTaxesPost POST /quotation/id/{id}/resetTaxes
QuotationApi quotationIdIdSetCostsForItemsWithoutCostPost POST /quotation/id/{id}/setCostsForItemsWithoutCost
QuotationApi quotationIdIdUpdatePricesPost POST /quotation/id/{id}/updatePrices
QuotationApi quotationPost POST /quotation
RecordEmailingRuleApi recordEmailingRuleCountGet GET /recordEmailingRule/count
RecordEmailingRuleApi recordEmailingRuleGet GET /recordEmailingRule
RecordEmailingRuleApi recordEmailingRuleIdIdDelete DELETE /recordEmailingRule/id/{id}
RecordEmailingRuleApi recordEmailingRuleIdIdGet GET /recordEmailingRule/id/{id}
RecordEmailingRuleApi recordEmailingRuleIdIdPut PUT /recordEmailingRule/id/{id}
RecordEmailingRuleApi recordEmailingRulePost POST /recordEmailingRule
RegionApi regionCountGet GET /region/count
RegionApi regionGet GET /region
RegionApi regionIdIdDelete DELETE /region/id/{id}
RegionApi regionIdIdGet GET /region/id/{id}
RegionApi regionIdIdPut PUT /region/id/{id}
RegionApi regionPost POST /region
ReminderApi reminderCountGet GET /reminder/count
ReminderApi reminderGet GET /reminder
ReminderApi reminderIdIdDelete DELETE /reminder/id/{id}
ReminderApi reminderIdIdGet GET /reminder/id/{id}
ReminderApi reminderIdIdPut PUT /reminder/id/{id}
ReminderApi reminderPost POST /reminder
RemotePrintJobApi remotePrintJobCountGet GET /remotePrintJob/count
RemotePrintJobApi remotePrintJobCreatePrintJobWithDocumentPost POST /remotePrintJob/createPrintJobWithDocument
RemotePrintJobApi remotePrintJobGet GET /remotePrintJob
RemotePrintJobApi remotePrintJobIdIdDelete DELETE /remotePrintJob/id/{id}
RemotePrintJobApi remotePrintJobIdIdGet GET /remotePrintJob/id/{id}
RemotePrintJobApi remotePrintJobIdIdPut PUT /remotePrintJob/id/{id}
RemotePrintJobApi remotePrintJobPost POST /remotePrintJob
SalesChannelApi salesChannelActiveSalesChannelsGet GET /salesChannel/activeSalesChannels
SalesInvoiceApi salesInvoiceCountGet GET /salesInvoice/count
SalesInvoiceApi salesInvoiceGet GET /salesInvoice
SalesInvoiceApi salesInvoiceIdIdAddSalesOrdersPost POST /salesInvoice/id/{id}/addSalesOrders
SalesInvoiceApi salesInvoiceIdIdCalculateSalesPricesPost POST /salesInvoice/id/{id}/calculateSalesPrices
SalesInvoiceApi salesInvoiceIdIdCreateContractPost POST /salesInvoice/id/{id}/createContract
SalesInvoiceApi salesInvoiceIdIdCreateCreditNoteOpenItemPost POST /salesInvoice/id/{id}/createCreditNoteOpenItem
SalesInvoiceApi salesInvoiceIdIdCreateCreditNotePost POST /salesInvoice/id/{id}/createCreditNote
SalesInvoiceApi salesInvoiceIdIdDelete DELETE /salesInvoice/id/{id}
SalesInvoiceApi salesInvoiceIdIdDownloadLatestSalesInvoicePdfGet GET /salesInvoice/id/{id}/downloadLatestSalesInvoicePdf
SalesInvoiceApi salesInvoiceIdIdGet GET /salesInvoice/id/{id}
SalesInvoiceApi salesInvoiceIdIdPrintLabelPost POST /salesInvoice/id/{id}/printLabel
SalesInvoiceApi salesInvoiceIdIdPut PUT /salesInvoice/id/{id}
SalesInvoiceApi salesInvoiceIdIdRecalculateCostsPost POST /salesInvoice/id/{id}/recalculateCosts
SalesInvoiceApi salesInvoiceIdIdResetTaxesPost POST /salesInvoice/id/{id}/resetTaxes
SalesInvoiceApi salesInvoiceIdIdSetCostsForItemsWithoutCostPost POST /salesInvoice/id/{id}/setCostsForItemsWithoutCost
SalesInvoiceApi salesInvoiceIdIdUpdatePricesPost POST /salesInvoice/id/{id}/updatePrices
SalesInvoiceApi salesInvoicePost POST /salesInvoice
SalesOpenItemApi salesOpenItemCountGet GET /salesOpenItem/count
SalesOpenItemApi salesOpenItemGet GET /salesOpenItem
SalesOpenItemApi salesOpenItemIdIdCreatePaymentApplicationPost POST /salesOpenItem/id/{id}/createPaymentApplication
SalesOpenItemApi salesOpenItemIdIdGet GET /salesOpenItem/id/{id}
SalesOpenItemApi salesOpenItemIdIdUpdatePaymentStatePost POST /salesOpenItem/id/{id}/updatePaymentState
SalesOrderApi salesOrderCountGet GET /salesOrder/count
SalesOrderApi salesOrderDefaultValuesForCreateGet GET /salesOrder/defaultValuesForCreate
SalesOrderApi salesOrderGet GET /salesOrder
SalesOrderApi salesOrderIdIdActivateProjectViewPost POST /salesOrder/id/{id}/activateProjectView
SalesOrderApi salesOrderIdIdCalculateSalesPricesPost POST /salesOrder/id/{id}/calculateSalesPrices
SalesOrderApi salesOrderIdIdCancelOrManuallyClosePost POST /salesOrder/id/{id}/cancelOrManuallyClose
SalesOrderApi salesOrderIdIdCreateAdvancePaymentRequestPost POST /salesOrder/id/{id}/createAdvancePaymentRequest
SalesOrderApi salesOrderIdIdCreateContractPost POST /salesOrder/id/{id}/createContract
SalesOrderApi salesOrderIdIdCreateCustomerReturnPost POST /salesOrder/id/{id}/createCustomerReturn
SalesOrderApi salesOrderIdIdCreateDropshippingPost POST /salesOrder/id/{id}/createDropshipping
SalesOrderApi salesOrderIdIdCreatePartPaymentInvoicePost POST /salesOrder/id/{id}/createPartPaymentInvoice
SalesOrderApi salesOrderIdIdCreatePrepaymentFinalInvoicePost POST /salesOrder/id/{id}/createPrepaymentFinalInvoice
SalesOrderApi salesOrderIdIdCreateProductionOrdersPost POST /salesOrder/id/{id}/createProductionOrders
SalesOrderApi salesOrderIdIdCreatePurchaseOrderPost POST /salesOrder/id/{id}/createPurchaseOrder
SalesOrderApi salesOrderIdIdCreatePurchaseOrderRequestPost POST /salesOrder/id/{id}/createPurchaseOrderRequest
SalesOrderApi salesOrderIdIdCreateReturnLabelsPost POST /salesOrder/id/{id}/createReturnLabels
SalesOrderApi salesOrderIdIdCreateSalesInvoicePost POST /salesOrder/id/{id}/createSalesInvoice
SalesOrderApi salesOrderIdIdCreateShipmentPost POST /salesOrder/id/{id}/createShipment
SalesOrderApi salesOrderIdIdCreateShippingLabelsPost POST /salesOrder/id/{id}/createShippingLabels
SalesOrderApi salesOrderIdIdDelete DELETE /salesOrder/id/{id}
SalesOrderApi salesOrderIdIdDownloadLatestOrderConfirmationPdfGet GET /salesOrder/id/{id}/downloadLatestOrderConfirmationPdf
SalesOrderApi salesOrderIdIdGet GET /salesOrder/id/{id}
SalesOrderApi salesOrderIdIdManuallyClosePost POST /salesOrder/id/{id}/manuallyClose
SalesOrderApi salesOrderIdIdPreviewSalesOrderConfirmationGet GET /salesOrder/id/{id}/previewSalesOrderConfirmation
SalesOrderApi salesOrderIdIdPrintLabelPost POST /salesOrder/id/{id}/printLabel
SalesOrderApi salesOrderIdIdPrintOrderDataGet GET /salesOrder/id/{id}/printOrderData
SalesOrderApi salesOrderIdIdPut PUT /salesOrder/id/{id}
SalesOrderApi salesOrderIdIdRecalculateCostsPost POST /salesOrder/id/{id}/recalculateCosts
SalesOrderApi salesOrderIdIdResetTaxesPost POST /salesOrder/id/{id}/resetTaxes
SalesOrderApi salesOrderIdIdSetCostsForItemsWithoutCostPost POST /salesOrder/id/{id}/setCostsForItemsWithoutCost
SalesOrderApi salesOrderIdIdShipOrderForExternalFulfillmentPost POST /salesOrder/id/{id}/shipOrderForExternalFulfillment
SalesOrderApi salesOrderIdIdToggleProjectTeamPost POST /salesOrder/id/{id}/toggleProjectTeam
SalesOrderApi salesOrderIdIdToggleServicesFinishedPost POST /salesOrder/id/{id}/toggleServicesFinished
SalesOrderApi salesOrderIdIdUpdatePricesPost POST /salesOrder/id/{id}/updatePrices
SalesOrderApi salesOrderPost POST /salesOrder
SalesStageApi salesStageCountGet GET /salesStage/count
SalesStageApi salesStageGet GET /salesStage
SalesStageApi salesStageIdIdDelete DELETE /salesStage/id/{id}
SalesStageApi salesStageIdIdGet GET /salesStage/id/{id}
SalesStageApi salesStageIdIdPut PUT /salesStage/id/{id}
SalesStageApi salesStagePost POST /salesStage
SectorApi sectorCountGet GET /sector/count
SectorApi sectorGet GET /sector
SectorApi sectorIdIdDelete DELETE /sector/id/{id}
SectorApi sectorIdIdGet GET /sector/id/{id}
SectorApi sectorIdIdPut PUT /sector/id/{id}
SectorApi sectorPost POST /sector
SepaDirectDebitMandateApi sepaDirectDebitMandateCountGet GET /sepaDirectDebitMandate/count
SepaDirectDebitMandateApi sepaDirectDebitMandateGet GET /sepaDirectDebitMandate
SepaDirectDebitMandateApi sepaDirectDebitMandateIdIdDelete DELETE /sepaDirectDebitMandate/id/{id}
SepaDirectDebitMandateApi sepaDirectDebitMandateIdIdGet GET /sepaDirectDebitMandate/id/{id}
SepaDirectDebitMandateApi sepaDirectDebitMandateIdIdPut PUT /sepaDirectDebitMandate/id/{id}
SepaDirectDebitMandateApi sepaDirectDebitMandatePost POST /sepaDirectDebitMandate
SerialNumberApi serialNumberCountGet GET /serialNumber/count
SerialNumberApi serialNumberGet GET /serialNumber
SerialNumberApi serialNumberIdIdGet GET /serialNumber/id/{id}
SerialNumberApi serialNumberIdIdPut PUT /serialNumber/id/{id}
ShelfApi shelfCountGet GET /shelf/count
ShelfApi shelfGet GET /shelf
ShelfApi shelfIdIdActivatePost POST /shelf/id/{id}/activate
ShelfApi shelfIdIdDeactivatePost POST /shelf/id/{id}/deactivate
ShelfApi shelfIdIdDelete DELETE /shelf/id/{id}
ShelfApi shelfIdIdGet GET /shelf/id/{id}
ShelfApi shelfIdIdPut PUT /shelf/id/{id}
ShelfApi shelfPost POST /shelf
ShipmentApi shipmentCountGet GET /shipment/count
ShipmentApi shipmentGet GET /shipment
ShipmentApi shipmentIdIdCreatePickingListPost POST /shipment/id/{id}/createPickingList
ShipmentApi shipmentIdIdCreateReturnLabelsPost POST /shipment/id/{id}/createReturnLabels
ShipmentApi shipmentIdIdCreateSalesInvoicePost POST /shipment/id/{id}/createSalesInvoice
ShipmentApi shipmentIdIdCreateShippingLabelPdfPost POST /shipment/id/{id}/createShippingLabelPdf
ShipmentApi shipmentIdIdCreateShippingLabelsPost POST /shipment/id/{id}/createShippingLabels
ShipmentApi shipmentIdIdDelete DELETE /shipment/id/{id}
ShipmentApi shipmentIdIdDownloadLatestDeliveryNotePdfGet GET /shipment/id/{id}/downloadLatestDeliveryNotePdf
ShipmentApi shipmentIdIdDownloadLatestPickingListPdfGet GET /shipment/id/{id}/downloadLatestPickingListPdf
ShipmentApi shipmentIdIdDownloadLatestShippingLabelPdfGet GET /shipment/id/{id}/downloadLatestShippingLabelPdf
ShipmentApi shipmentIdIdGet GET /shipment/id/{id}
ShipmentApi shipmentIdIdPrintLabelPost POST /shipment/id/{id}/printLabel
ShipmentApi shipmentIdIdPut PUT /shipment/id/{id}
ShipmentApi shipmentPost POST /shipment
ShipmentMethodApi shipmentMethodCountGet GET /shipmentMethod/count
ShipmentMethodApi shipmentMethodGet GET /shipmentMethod
ShipmentMethodApi shipmentMethodIdIdDelete DELETE /shipmentMethod/id/{id}
ShipmentMethodApi shipmentMethodIdIdGet GET /shipmentMethod/id/{id}
ShipmentMethodApi shipmentMethodIdIdPut PUT /shipmentMethod/id/{id}
ShipmentMethodApi shipmentMethodPost POST /shipmentMethod
ShipmentReturnAssessmentApi shipmentReturnAssessmentCountGet GET /shipmentReturnAssessment/count
ShipmentReturnAssessmentApi shipmentReturnAssessmentGet GET /shipmentReturnAssessment
ShipmentReturnAssessmentApi shipmentReturnAssessmentIdIdDelete DELETE /shipmentReturnAssessment/id/{id}
ShipmentReturnAssessmentApi shipmentReturnAssessmentIdIdGet GET /shipmentReturnAssessment/id/{id}
ShipmentReturnAssessmentApi shipmentReturnAssessmentIdIdPut PUT /shipmentReturnAssessment/id/{id}
ShipmentReturnAssessmentApi shipmentReturnAssessmentPost POST /shipmentReturnAssessment
ShipmentReturnErrorApi shipmentReturnErrorCountGet GET /shipmentReturnError/count
ShipmentReturnErrorApi shipmentReturnErrorGet GET /shipmentReturnError
ShipmentReturnErrorApi shipmentReturnErrorIdIdDelete DELETE /shipmentReturnError/id/{id}
ShipmentReturnErrorApi shipmentReturnErrorIdIdGet GET /shipmentReturnError/id/{id}
ShipmentReturnErrorApi shipmentReturnErrorIdIdPut PUT /shipmentReturnError/id/{id}
ShipmentReturnErrorApi shipmentReturnErrorPost POST /shipmentReturnError
ShipmentReturnReasonApi shipmentReturnReasonCountGet GET /shipmentReturnReason/count
ShipmentReturnReasonApi shipmentReturnReasonGet GET /shipmentReturnReason
ShipmentReturnReasonApi shipmentReturnReasonIdIdDelete DELETE /shipmentReturnReason/id/{id}
ShipmentReturnReasonApi shipmentReturnReasonIdIdGet GET /shipmentReturnReason/id/{id}
ShipmentReturnReasonApi shipmentReturnReasonIdIdPut PUT /shipmentReturnReason/id/{id}
ShipmentReturnReasonApi shipmentReturnReasonPost POST /shipmentReturnReason
ShipmentReturnRectificationApi shipmentReturnRectificationCountGet GET /shipmentReturnRectification/count
ShipmentReturnRectificationApi shipmentReturnRectificationGet GET /shipmentReturnRectification
ShipmentReturnRectificationApi shipmentReturnRectificationIdIdDelete DELETE /shipmentReturnRectification/id/{id}
ShipmentReturnRectificationApi shipmentReturnRectificationIdIdGet GET /shipmentReturnRectification/id/{id}
ShipmentReturnRectificationApi shipmentReturnRectificationIdIdPut PUT /shipmentReturnRectification/id/{id}
ShipmentReturnRectificationApi shipmentReturnRectificationPost POST /shipmentReturnRectification
ShippingCarrierApi shippingCarrierCountGet GET /shippingCarrier/count
ShippingCarrierApi shippingCarrierGet GET /shippingCarrier
ShippingCarrierApi shippingCarrierIdIdDelete DELETE /shippingCarrier/id/{id}
ShippingCarrierApi shippingCarrierIdIdGet GET /shippingCarrier/id/{id}
ShippingCarrierApi shippingCarrierIdIdPut PUT /shippingCarrier/id/{id}
ShippingCarrierApi shippingCarrierPost POST /shippingCarrier
StorageLocationApi storageLocationCountGet GET /storageLocation/count
StorageLocationApi storageLocationGet GET /storageLocation
StorageLocationApi storageLocationIdIdActivatePost POST /storageLocation/id/{id}/activate
StorageLocationApi storageLocationIdIdDeactivatePost POST /storageLocation/id/{id}/deactivate
StorageLocationApi storageLocationIdIdDelete DELETE /storageLocation/id/{id}
StorageLocationApi storageLocationIdIdGet GET /storageLocation/id/{id}
StorageLocationApi storageLocationIdIdPut PUT /storageLocation/id/{id}
StorageLocationApi storageLocationPost POST /storageLocation
StoragePlaceApi storagePlaceCountGet GET /storagePlace/count
StoragePlaceApi storagePlaceGet GET /storagePlace
StoragePlaceApi storagePlaceIdIdGet GET /storagePlace/id/{id}
StoragePlaceBlockingReasonApi storagePlaceBlockingReasonCountGet GET /storagePlaceBlockingReason/count
StoragePlaceBlockingReasonApi storagePlaceBlockingReasonGet GET /storagePlaceBlockingReason
StoragePlaceBlockingReasonApi storagePlaceBlockingReasonIdIdDelete DELETE /storagePlaceBlockingReason/id/{id}
StoragePlaceBlockingReasonApi storagePlaceBlockingReasonIdIdGet GET /storagePlaceBlockingReason/id/{id}
StoragePlaceBlockingReasonApi storagePlaceBlockingReasonIdIdPut PUT /storagePlaceBlockingReason/id/{id}
StoragePlaceBlockingReasonApi storagePlaceBlockingReasonPost POST /storagePlaceBlockingReason
StoragePlaceSizeApi storagePlaceSizeCountGet GET /storagePlaceSize/count
StoragePlaceSizeApi storagePlaceSizeGet GET /storagePlaceSize
StoragePlaceSizeApi storagePlaceSizeIdIdDelete DELETE /storagePlaceSize/id/{id}
StoragePlaceSizeApi storagePlaceSizeIdIdGet GET /storagePlaceSize/id/{id}
StoragePlaceSizeApi storagePlaceSizeIdIdPut PUT /storagePlaceSize/id/{id}
StoragePlaceSizeApi storagePlaceSizePost POST /storagePlaceSize
SupplierApi supplierCountGet GET /supplier/count
SupplierApi supplierGet GET /supplier
SupplierApi supplierIdIdDelete DELETE /supplier/id/{id}
SupplierApi supplierIdIdDownloadImageGet GET /supplier/id/{id}/downloadImage
SupplierApi supplierIdIdGet GET /supplier/id/{id}
SupplierApi supplierIdIdPut PUT /supplier/id/{id}
SupplierApi supplierIdIdUploadImagePost POST /supplier/id/{id}/uploadImage
SupplierApi supplierPost POST /supplier
SystemApi systemCreateDemoTestSystemPost POST /system/createDemoTestSystem
SystemApi systemDemoTestSystemInfoGet GET /system/demoTestSystemInfo
SystemApi systemLicensesGet GET /system/licenses
SystemApi systemPermissionsGet GET /system/permissions
TagApi tagCountGet GET /tag/count
TagApi tagGet GET /tag
TagApi tagIdIdDelete DELETE /tag/id/{id}
TagApi tagIdIdGet GET /tag/id/{id}
TagApi tagIdIdPut PUT /tag/id/{id}
TagApi tagPost POST /tag
TaxApi taxConfigurePurchaseTaxesPost POST /tax/configurePurchaseTaxes
TaxApi taxConfigureSalesTaxesPost POST /tax/configureSalesTaxes
TaxApi taxCountGet GET /tax/count
TaxApi taxFindPurchaseTaxGet GET /tax/findPurchaseTax
TaxApi taxFindSalesTaxGet GET /tax/findSalesTax
TaxApi taxGet GET /tax
TaxApi taxIdIdDelete DELETE /tax/id/{id}
TaxApi taxIdIdGet GET /tax/id/{id}
TaxApi taxIdIdPut PUT /tax/id/{id}
TaxApi taxPost POST /tax
TaxApi taxResetSystemTaxesPost POST /tax/resetSystemTaxes
TaxDeterminationRuleApi taxDeterminationRuleCountGet GET /taxDeterminationRule/count
TaxDeterminationRuleApi taxDeterminationRuleGet GET /taxDeterminationRule
TaxDeterminationRuleApi taxDeterminationRuleIdIdDelete DELETE /taxDeterminationRule/id/{id}
TaxDeterminationRuleApi taxDeterminationRuleIdIdGet GET /taxDeterminationRule/id/{id}
TaxDeterminationRuleApi taxDeterminationRuleIdIdPut PUT /taxDeterminationRule/id/{id}
TaxDeterminationRuleApi taxDeterminationRulePost POST /taxDeterminationRule
TermOfPaymentApi termOfPaymentCountGet GET /termOfPayment/count
TermOfPaymentApi termOfPaymentGet GET /termOfPayment
TermOfPaymentApi termOfPaymentIdIdDelete DELETE /termOfPayment/id/{id}
TermOfPaymentApi termOfPaymentIdIdGet GET /termOfPayment/id/{id}
TermOfPaymentApi termOfPaymentIdIdPut PUT /termOfPayment/id/{id}
TermOfPaymentApi termOfPaymentPost POST /termOfPayment
TicketApi ticketCountGet GET /ticket/count
TicketApi ticketGet GET /ticket
TicketApi ticketIdIdCreatePublicPagePost POST /ticket/id/{id}/createPublicPage
TicketApi ticketIdIdDelete DELETE /ticket/id/{id}
TicketApi ticketIdIdDisablePublicPagePost POST /ticket/id/{id}/disablePublicPage
TicketApi ticketIdIdGet GET /ticket/id/{id}
TicketApi ticketIdIdLinkSalesOrderPost POST /ticket/id/{id}/linkSalesOrder
TicketApi ticketIdIdPut PUT /ticket/id/{id}
TicketApi ticketIdIdUnlinkSalesOrderPost POST /ticket/id/{id}/unlinkSalesOrder
TicketApi ticketPost POST /ticket
TicketAssignmentRuleApi ticketAssignmentRuleCountGet GET /ticketAssignmentRule/count
TicketAssignmentRuleApi ticketAssignmentRuleGet GET /ticketAssignmentRule
TicketAssignmentRuleApi ticketAssignmentRuleIdIdDelete DELETE /ticketAssignmentRule/id/{id}
TicketAssignmentRuleApi ticketAssignmentRuleIdIdGet GET /ticketAssignmentRule/id/{id}
TicketAssignmentRuleApi ticketAssignmentRuleIdIdPut PUT /ticketAssignmentRule/id/{id}
TicketAssignmentRuleApi ticketAssignmentRulePost POST /ticketAssignmentRule
TicketCategoryApi ticketCategoryCountGet GET /ticketCategory/count
TicketCategoryApi ticketCategoryGet GET /ticketCategory
TicketCategoryApi ticketCategoryIdIdGet GET /ticketCategory/id/{id}
TicketChannelApi ticketChannelCountGet GET /ticketChannel/count
TicketChannelApi ticketChannelGet GET /ticketChannel
TicketChannelApi ticketChannelIdIdDelete DELETE /ticketChannel/id/{id}
TicketChannelApi ticketChannelIdIdGet GET /ticketChannel/id/{id}
TicketChannelApi ticketChannelIdIdPut PUT /ticketChannel/id/{id}
TicketChannelApi ticketChannelPost POST /ticketChannel
TicketFaqApi ticketFaqCountGet GET /ticketFaq/count
TicketFaqApi ticketFaqGet GET /ticketFaq
TicketFaqApi ticketFaqIdIdDelete DELETE /ticketFaq/id/{id}
TicketFaqApi ticketFaqIdIdGet GET /ticketFaq/id/{id}
TicketFaqApi ticketFaqIdIdPut PUT /ticketFaq/id/{id}
TicketFaqApi ticketFaqPost POST /ticketFaq
TicketPoolingGroupApi ticketPoolingGroupCountGet GET /ticketPoolingGroup/count
TicketPoolingGroupApi ticketPoolingGroupGet GET /ticketPoolingGroup
TicketPoolingGroupApi ticketPoolingGroupIdIdGet GET /ticketPoolingGroup/id/{id}
TicketServiceLevelAgreementApi ticketServiceLevelAgreementCountGet GET /ticketServiceLevelAgreement/count
TicketServiceLevelAgreementApi ticketServiceLevelAgreementGet GET /ticketServiceLevelAgreement
TicketServiceLevelAgreementApi ticketServiceLevelAgreementIdIdDelete DELETE /ticketServiceLevelAgreement/id/{id}
TicketServiceLevelAgreementApi ticketServiceLevelAgreementIdIdGet GET /ticketServiceLevelAgreement/id/{id}
TicketServiceLevelAgreementApi ticketServiceLevelAgreementIdIdPut PUT /ticketServiceLevelAgreement/id/{id}
TicketServiceLevelAgreementApi ticketServiceLevelAgreementPost POST /ticketServiceLevelAgreement
TicketStatusApi ticketStatusCountGet GET /ticketStatus/count
TicketStatusApi ticketStatusGet GET /ticketStatus
TicketStatusApi ticketStatusIdIdDelete DELETE /ticketStatus/id/{id}
TicketStatusApi ticketStatusIdIdGet GET /ticketStatus/id/{id}
TicketStatusApi ticketStatusIdIdPut PUT /ticketStatus/id/{id}
TicketStatusApi ticketStatusPost POST /ticketStatus
TicketTypeApi ticketTypeCountGet GET /ticketType/count
TicketTypeApi ticketTypeGet GET /ticketType
TicketTypeApi ticketTypeIdIdDelete DELETE /ticketType/id/{id}
TicketTypeApi ticketTypeIdIdGet GET /ticketType/id/{id}
TicketTypeApi ticketTypeIdIdPut PUT /ticketType/id/{id}
TicketTypeApi ticketTypePost POST /ticketType
TitleApi titleCountGet GET /title/count
TitleApi titleGet GET /title
TitleApi titleIdIdDelete DELETE /title/id/{id}
TitleApi titleIdIdGet GET /title/id/{id}
TitleApi titleIdIdPut PUT /title/id/{id}
TitleApi titlePost POST /title
TranslationApi translationCountGet GET /translation/count
TranslationApi translationGet GET /translation
TranslationApi translationIdIdDelete DELETE /translation/id/{id}
TranslationApi translationIdIdGet GET /translation/id/{id}
TranslationApi translationIdIdPut PUT /translation/id/{id}
TranslationApi translationPost POST /translation
TransportationOrderApi transportationOrderCountGet GET /transportationOrder/count
TransportationOrderApi transportationOrderGet GET /transportationOrder
TransportationOrderApi transportationOrderIdIdCreatePickPost POST /transportationOrder/id/{id}/createPick
TransportationOrderApi transportationOrderIdIdCreatePickingListPost POST /transportationOrder/id/{id}/createPickingList
TransportationOrderApi transportationOrderIdIdCreateTransportationOrderFromUnpickedRecordsPost POST /transportationOrder/id/{id}/createTransportationOrderFromUnpickedRecords
TransportationOrderApi transportationOrderIdIdDelete DELETE /transportationOrder/id/{id}
TransportationOrderApi transportationOrderIdIdGet GET /transportationOrder/id/{id}
TransportationOrderApi transportationOrderIdIdInternalTransportReferencesForPickUpGet GET /transportationOrder/id/{id}/internalTransportReferencesForPickUp
TransportationOrderApi transportationOrderIdIdPickPickPost POST /transportationOrder/id/{id}/pickPick
TransportationOrderApi transportationOrderIdIdPut PUT /transportationOrder/id/{id}
TransportationOrderApi transportationOrderIdIdPutDownInternalTransportReferencePost POST /transportationOrder/id/{id}/putDownInternalTransportReference
TransportationOrderApi transportationOrderPost POST /transportationOrder
UnitApi unitCountGet GET /unit/count
UnitApi unitGet GET /unit
UnitApi unitIdIdDelete DELETE /unit/id/{id}
UnitApi unitIdIdGet GET /unit/id/{id}
UnitApi unitIdIdPut PUT /unit/id/{id}
UnitApi unitPost POST /unit
UserApi userCountGet GET /user/count
UserApi userCurrentUserGet GET /user/currentUser
UserApi userGet GET /user
UserApi userIdIdGet GET /user/id/{id}
UserApi userIdIdInvitePost POST /user/id/{id}/invite
UserApi userIdIdPut PUT /user/id/{id}
UserApi userIdIdSoftDeletePost POST /user/id/{id}/softDelete
UserApi userIdIdUserImageGet GET /user/id/{id}/userImage
UserApi userIdIdUserImageThumbnailGet GET /user/id/{id}/userImageThumbnail
UserApi userPost POST /user
UserRoleApi userRoleCountGet GET /userRole/count
UserRoleApi userRoleDisableUserRolesDuringTrialPost POST /userRole/disableUserRolesDuringTrial
UserRoleApi userRoleEnableUserRolesDuringTrialPost POST /userRole/enableUserRolesDuringTrial
UserRoleApi userRoleGet GET /userRole
UserRoleApi userRoleIdIdDelete DELETE /userRole/id/{id}
UserRoleApi userRoleIdIdGet GET /userRole/id/{id}
UserRoleApi userRoleIdIdPut PUT /userRole/id/{id}
UserRoleApi userRolePost POST /userRole
VariantArticleApi variantArticleCountGet GET /variantArticle/count
VariantArticleApi variantArticleGet GET /variantArticle
VariantArticleApi variantArticleIdIdDelete DELETE /variantArticle/id/{id}
VariantArticleApi variantArticleIdIdGet GET /variantArticle/id/{id}
VariantArticleApi variantArticleIdIdPut PUT /variantArticle/id/{id}
VariantArticleApi variantArticlePost POST /variantArticle
VariantArticleAttributeApi variantArticleAttributeCountGet GET /variantArticleAttribute/count
VariantArticleAttributeApi variantArticleAttributeGet GET /variantArticleAttribute
VariantArticleAttributeApi variantArticleAttributeIdIdDelete DELETE /variantArticleAttribute/id/{id}
VariantArticleAttributeApi variantArticleAttributeIdIdGet GET /variantArticleAttribute/id/{id}
VariantArticleAttributeApi variantArticleAttributeIdIdPut PUT /variantArticleAttribute/id/{id}
VariantArticleAttributeApi variantArticleAttributePost POST /variantArticleAttribute
VariantArticleVariantApi variantArticleVariantCountGet GET /variantArticleVariant/count
VariantArticleVariantApi variantArticleVariantGet GET /variantArticleVariant
VariantArticleVariantApi variantArticleVariantIdIdGet GET /variantArticleVariant/id/{id}
WarehouseApi warehouseCountGet GET /warehouse/count
WarehouseApi warehouseGet GET /warehouse
WarehouseApi warehouseIdIdActivatePost POST /warehouse/id/{id}/activate
WarehouseApi warehouseIdIdDeactivatePost POST /warehouse/id/{id}/deactivate
WarehouseApi warehouseIdIdDelete DELETE /warehouse/id/{id}
WarehouseApi warehouseIdIdGet GET /warehouse/id/{id}
WarehouseApi warehouseIdIdPut PUT /warehouse/id/{id}
WarehouseApi warehousePost POST /warehouse
WarehouseStockApi warehouseStockCountGet GET /warehouseStock/count
WarehouseStockApi warehouseStockGet GET /warehouseStock
WarehouseStockApi warehouseStockIdIdGet GET /warehouseStock/id/{id}
WarehouseStockMovementApi warehouseStockMovementBookDirectStockTransferPost POST /warehouseStockMovement/bookDirectStockTransfer
WarehouseStockMovementApi warehouseStockMovementBookFromLoadingEquipmentPlacePost POST /warehouseStockMovement/bookFromLoadingEquipmentPlace
WarehouseStockMovementApi warehouseStockMovementBookIncomingMovementPost POST /warehouseStockMovement/bookIncomingMovement
WarehouseStockMovementApi warehouseStockMovementBookOntoInternalTransportReferencePost POST /warehouseStockMovement/bookOntoInternalTransportReference
WarehouseStockMovementApi warehouseStockMovementBookOutgoingMovementPost POST /warehouseStockMovement/bookOutgoingMovement
WarehouseStockMovementApi warehouseStockMovementBookToLoadingEquipmentPlacePost POST /warehouseStockMovement/bookToLoadingEquipmentPlace
WarehouseStockMovementApi warehouseStockMovementCountGet GET /warehouseStockMovement/count
WarehouseStockMovementApi warehouseStockMovementGet GET /warehouseStockMovement
WarehouseStockMovementApi warehouseStockMovementIdIdGet GET /warehouseStockMovement/id/{id}
WebhookApi webhookCountGet GET /webhook/count
WebhookApi webhookGet GET /webhook
WebhookApi webhookIdIdDelete DELETE /webhook/id/{id}
WebhookApi webhookIdIdGet GET /webhook/id/{id}
WebhookApi webhookIdIdPut PUT /webhook/id/{id}
WebhookApi webhookPost POST /webhook
WeclappOsApi weclappOsCountGet GET /weclappOs/count
WeclappOsApi weclappOsGet GET /weclappOs
WeclappOsApi weclappOsIdIdDelete DELETE /weclappOs/id/{id}
WeclappOsApi weclappOsIdIdGet GET /weclappOs/id/{id}
WeclappOsApi weclappOsIdIdPut PUT /weclappOs/id/{id}
WeclappOsApi weclappOsPost POST /weclappOs

Models

Authorization

Authentication schemes defined for the API:

API token

  • Type: API key
  • API key parameter name: AuthenticationToken
  • Location: HTTP header

Tests

To run the tests, use:

composer install
vendor/bin/phpunit

Author

support@weclapp.com

About this package

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

  • API version: 1
    • Generator version: 7.13.0
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen