> For the complete documentation index, see [llms.txt](https://developer.vario-software.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.vario-software.de/scripting-reference/types.md).

# Types

## AccessoryInsertTerm

| Value                                        | Description |
| -------------------------------------------- | ----------- |
| MANUAL                                       |             |
| AUTOMATIC\_QUANTITY\_IF\_ACCESSORY\_INSERTED |             |
| AUTOMATIC\_PROPORTIONAL\_QUANTITY            |             |
| AUTOMATIC\_FIXED\_QUANTITY                   |             |

## Account

### Attributes:

| Datatype                                           | Name                              | Description                                                       | Read-only |
| -------------------------------------------------- | --------------------------------- | ----------------------------------------------------------------- | --------- |
| *boolean*                                          | taxLiabilityReversed              | Umkehrung der Steuerschuld nach §13b UStG?                        | No        |
| *string*                                           | note                              | Notiz                                                             | No        |
| Array<[AccountAddress](#AccountAddress)>           | addresses                         | Alle Adressen außer der Standard-Adresse                          | No        |
| *string*                                           | receivablesSumCurrencyCode        | Währung Summe Forderungen IsoAlpha3                               | Yes       |
| *string*                                           | displayName                       | Kurzbezeichnung zur Darstellung                                   | Yes       |
| *boolean*                                          | anonymized                        | ist der Account anonymisiert?                                     | Yes       |
| *string*                                           | localCourt                        | Zuständiges Amtsgericht                                           | No        |
| *string*                                           | remark                            | Sonderbemerkung                                                   | No        |
| *string*                                           | companyRegister                   | Handelsregister-Kennung                                           | No        |
| Array<[TaxIdForeignCountry](#TaxIdForeignCountry)> | taxIds                            | Eine List von Steuernummern                                       | No        |
| [AccountManufacturer](#AccountManufacturer)        | manufacturer                      | Manufacturer of this account                                      | No        |
| *string*                                           | number                            | Address-Number                                                    | No        |
| [BusinessRelationType](#BusinessRelationType)      | businessRelationType              | Art der Geschäftsbeziehung                                        | No        |
| [AccountZoneId](#AccountZoneId)                    | accountZoneId                     | Zeitzone (bzw. Zeitzonen-Offset) des Accounts                     | No        |
| [ApiCreatableReference](#ApiCreatableReference)    | initialContactTypeRef             | first contact type for this account                               | No        |
| [Supplier](#Supplier)                              | supplier                          | Supplier of this account                                          | No        |
| [SalesAgent](#SalesAgent)                          | salesAgent                        | Sales Agent of this account                                       | No        |
| *number*                                           | id                                | Unique identifier of the Object                                   | No        |
| *boolean*                                          | dunningBlock                      | Mahnsperre                                                        | No        |
| *string*                                           | payablesSumCurrencyCode           | Währung Summe Verbindlichkeiten IsoAlpha3                         | Yes       |
| *string*                                           | loanCurrencyCode                  | Währung Kreditlimit IsoAlpha3                                     | Yes       |
| [MetaInfo](#MetaInfo)                              | info                              | MetaInformations for this Object                                  | Yes       |
| Array<[AccountType](#AccountType)>                 | types                             | list of types, this account is used for (e.g. CUSTOMER, SUPPLIER, | No        |
| [AccountAddress](#AccountAddress)                  | defaultAddress                    | Default address of account                                        | No        |
| *number*                                           | payablesSum                       | Summe Verbindlichkeiten                                           | Yes       |
| *string*                                           | costCenter                        | Kostenstelle                                                      | No        |
| *number*                                           | receivablesSum                    | Summe Forderungen                                                 | Yes       |
| [EavAccount](#EavAccount)                          | custom                            | Custom account data                                               | No        |
| [ApiCreatableReference](#ApiCreatableReference)    | companyLegalRef                   | companyLegal for this account                                     | No        |
| *string*                                           | taxNumber                         | tax number/ Steuernummer                                          | No        |
| *boolean*                                          | active                            | Is account active?                                                | Yes       |
| [ApiObjectReference](#ApiObjectReference)          | responsibleUserRef                | verantwortlicher Benutzer                                         | No        |
| [CalculationMode](#CalculationMode)                | calculationMode                   | calculation mode of this document                                 | No        |
| [ScriptingDate](#ScriptingDate)                    | initialContactAt                  | Erstkontakt am                                                    | No        |
| *string*                                           | languageCode                      | Sprache des Accounts                                              | No        |
| *boolean*                                          | hasActiveDuplicates               | Has this Account a possible duplicate                             | No        |
| *number*                                           | version                           | Version Identifier for this Object (for PUT)                      | No        |
| Array<[TagDto](#TagDto)>                           | tags                              | List of tags                                                      | No        |
| Array<[AccountPerson](#AccountPerson)>             | persons                           | Ansprechpartner                                                   | No        |
| [AccountPerson](#AccountPerson)                    | defaultPerson                     | Standard-Ansprechpartner                                          | No        |
| [ApiObjectReference](#ApiObjectReference)          | afterPickingTargetDocumentTypeRef | Referenz auf den Ziel-Belegtyp nach der Kommissionierung          | No        |
| Array<[AccountRelation](#AccountRelation)>         | relations                         | Account-Beziehungen                                               | No        |
| [AccountLoanValue](#AccountLoanValue)              | loanValue                         | Aktuell berechnete Werte zum Kreditlimit des Accounts             | Yes       |
| *string*                                           | currencyCode                      | currency code IsoAlpha3                                           | No        |
| [ApiObjectReference](#ApiObjectReference)          | reportGroupRef                    | Report-Gruppe, falls vom Standard abweichend                      | No        |
| [Customer](#Customer)                              | customer                          | Customer of this account                                          | No        |

## AccountAddress

### Attributes:

| Datatype                                                     | Name                        | Description                                                    | Read-only |
| ------------------------------------------------------------ | --------------------------- | -------------------------------------------------------------- | --------- |
| [ApiObjectReference](#ApiObjectReference)                    | salutationRef               | salutation for this address                                    | No        |
| *string*                                                     | city                        | City                                                           | No        |
| [ApiObjectReference](#ApiObjectReference)                    | deviatingDeliveryMethodRef  | abweichende Lieferart                                          | No        |
| *number*                                                     | latitude                    | latitude                                                       | No        |
| [EN16931Profile](#EN16931Profile)                            | en16931Profile              | EN16931 Profil                                                 | No        |
| *string*                                                     | remark                      | Sonderbemerkung                                                | No        |
| *string*                                                     | parcelProvider              | Parcel provider                                                | No        |
| [ApiObjectReference](#ApiObjectReference)                    | regionRef                   | Region                                                         | No        |
| *string*                                                     | postOfficeBox               | Post office box                                                | No        |
| [ApiCreatableReference](#ApiCreatableReference)              | titleRef                    | Title                                                          | No        |
| *string*                                                     | street                      | Street                                                         | No        |
| *string*                                                     | countryCode                 | Country code                                                   | No        |
| *number*                                                     | id                          | Unique identifier of the Object                                | No        |
| *string*                                                     | eoriNumber                  | EORI-Nummer                                                    | No        |
| *number*                                                     | longitude                   | Longitude                                                      | No        |
| [MetaInfo](#MetaInfo)                                        | info                        | MetaInformations for this Object                               | Yes       |
| Array<[ApiCreatableReference](#ApiCreatableReference)>       | types                       | the kind of usages for this address                            | No        |
| *string*                                                     | buyerReference              | Leitweg-ID                                                     | No        |
| *string*                                                     | globalLocationNumber        | GLN/ILN as location identifier for this address                | No        |
| [EavAccountaddress](#EavAccountaddress)                      | custom                      | Custom data                                                    | No        |
| [ApiObjectReference](#ApiObjectReference)                    | deviatingPaymentMethodRef   | abweichende Zahlungsart                                        | No        |
| *string*                                                     | postcode                    | Postcode                                                       | No        |
| [ApiObjectReference](#ApiObjectReference)                    | manufacturerRef             | zugehöriger Hersteller                                         | No        |
| *boolean*                                                    | defaultForType              | Standard für den Account-Typ                                   | No        |
| [CalculationMode](#CalculationMode)                          | calculationMode             | calculation mode of this address                               | No        |
| *string*                                                     | languageCode                | Sprache der Adresse                                            | No        |
| *number*                                                     | version                     | Version Identifier for this Object (for PUT)                   | No        |
| *string*                                                     | taxIdentificationNumber     | tax identification number/ UST-ID-Nr.                          | No        |
| *string*                                                     | additionalAddressLine1      | Additional address line1                                       | No        |
| *string*                                                     | parcelStation               | Parcel station                                                 | No        |
| *string*                                                     | additionalAddressLine2      | Additional address line2                                       | No        |
| *string*                                                     | streetAddressNumber         | Street address number                                          | No        |
| *string*                                                     | parcelStationCustomerNumber | Parcel station customer number                                 | No        |
| Map<[ContactTypeType](#ContactTypeType),[Contact](#Contact)> | defaultContacts             | Default contacts                                               | Yes       |
| *string*                                                     | name3                       | Name3                                                          | No        |
| *string*                                                     | homepageUrl                 | Homepage URL                                                   | No        |
| [ApiObjectReference](#ApiObjectReference)                    | deviatingDeliveryTermRef    | abweichende Lieferbedingungen                                  | No        |
| [TaxIdVerificationState](#TaxIdVerificationState)            | taxIdVerificationState      | State of the last validation of the tax id number/ UST-ID-Nr.? | Yes       |
| *string*                                                     | name2                       | Name2                                                          | No        |
| *string*                                                     | name1                       | Name1                                                          | No        |
| Array<[Contact](#Contact)>                                   | contacts                    | Contacts                                                       | No        |
| [ApiObjectReference](#ApiObjectReference)                    | deviatingPaymentTermRef     | abweichende Zahlungsbedingungen                                | No        |
| *boolean*                                                    | defaultAddress              | is this the default address of the account                     | Yes       |

## AccountBankdetail

### Attributes:

| Datatype                                                     | Name                | Description                                   | Read-only |
| ------------------------------------------------------------ | ------------------- | --------------------------------------------- | --------- |
| *boolean*                                                    | active              | Is active?                                    | Yes       |
| *string*                                                     | bankPostCode        | post-code of the bank                         | No        |
| *string*                                                     | bankName            | name of the bank                              | No        |
| *string*                                                     | accountFrom         | account from, if differs from account-address | No        |
| *number*                                                     | version             | Version Identifier for this Object (for PUT)  | No        |
| *string*                                                     | bankCity            | city of the bank                              | No        |
| [TaxPerformanceLocationType](#TaxPerformanceLocationType)    | mainBankAccountType | Hauptbankverbindung für                       | No        |
| [AccountBankdetail$OriginType](#AccountBankdetailOriginType) | originType          | origin type                                   | No        |
| *boolean*                                                    | defaultBank         | Is default bank?                              | No        |
| *string*                                                     | iban                | IBAN                                          | No        |
| *string*                                                     | originInfo          | origin info                                   | No        |
| *number*                                                     | id                  | Unique identifier of the Object               | No        |
| *string*                                                     | bic                 | BIC                                           | No        |
| [MetaInfo](#MetaInfo)                                        | info                | MetaInformations for this Object              | Yes       |

## AccountBankdetail$OriginType

| Value    | Description |
| -------- | ----------- |
| FRONTEND |             |
| IMPORT   |             |

## AccountBillingType

| Value | Description |
| ----- | ----------- |
| GROSS |             |
| NET   |             |

## AccountListing

### Attributes:

| Datatype                                  | Name               | Description                                  | Read-only |
| ----------------------------------------- | ------------------ | -------------------------------------------- | --------- |
| *boolean*                                 | customerListed     | Kunde gelistet?                              | No        |
| *boolean*                                 | manufacturerListed | Hersteller gelisted?                         | No        |
| [ApiObjectReference](#ApiObjectReference) | salesChannelRef    | Verkaufskanal                                | No        |
| [EavAccountlisting](#EavAccountlisting)   | custom             | Freifeld                                     | No        |
| [ApiObjectReference](#ApiObjectReference) | accountRef         | Adresse                                      | No        |
| *number*                                  | id                 | Unique identifier of the Object              | No        |
| *number*                                  | version            | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                     | info               | MetaInformations for this Object             | Yes       |

## AccountLoanValue

### Attributes:

| Datatype | Name                    | Description                                       | Read-only |
| -------- | ----------------------- | ------------------------------------------------- | --------- |
| *number* | accountId               | Account                                           | No        |
| *number* | unconsideredAmount      | Nicht berücksichtigter Betrag                     | No        |
| *number* | nonInvoicedDocumentLoan | Betrag aus Aufträgen                              | No        |
| *number* | maximalLoan             | Kreditlimit                                       | No        |
| *number* | payablesSum             | Betrag aus Verbindlichkeiten(negativ)             | No        |
| *number* | exceededLoan            | Überschrittener Kreditbetrag                      | No        |
| *number* | currentDocumentLoan     | Betrag des momentanen Dokuments                   | No        |
| *number* | currentLoan             | Aktueller Kredit                                  | No        |
| *number* | receivableLoan          | Betrag aus Forderungen                            | No        |
| *number* | remainingLoan           | Übriger Betrag bis zum Erreichen des Kreditlimits | No        |

## AccountManufacturer

### Attributes:

| Datatype                                                                 | Name                         | Description                                  | Read-only |
| ------------------------------------------------------------------------ | ---------------------------- | -------------------------------------------- | --------- |
| *boolean*                                                                | active                       | active true/false                            | Yes       |
| *number*                                                                 | id                           | Unique identifier of the Object              | No        |
| *boolean*                                                                | forcedRecommendedRetailPrice | Ist der UVP verpflichtend?                   | No        |
| *number*                                                                 | version                      | Version Identifier for this Object (for PUT) | No        |
| Array<[AccountManufacturerDescription](#AccountManufacturerDescription)> | labels                       | Beschreibungen                               | No        |
| [MetaInfo](#MetaInfo)                                                    | info                         | MetaInformations for this Object             | Yes       |

## AccountManufacturerDescription

### Attributes:

| Datatype              | Name            | Description                                  | Read-only |
| --------------------- | --------------- | -------------------------------------------- | --------- |
| *string*              | manufacturerUrl | Hersteller-URL                               | No        |
| *string*              | description     | Beschreibung                                 | No        |
| *string*              | label           | Bezeichnung                                  | No        |
| *number*              | id              | Unique identifier of the Object              | No        |
| *string*              | languageCode    | Sprache der Beschreibung                     | No        |
| *number*              | version         | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info            | MetaInformations for this Object             | Yes       |

## AccountOrderStackProcessingType

| Value                                                  | Description |
| ------------------------------------------------------ | ----------- |
| ACCORDING\_TO\_CRITERIA                                |             |
| ONLY\_FULL\_ORDER                                      |             |
| ONLY\_FULL\_ORDER\_LINES                               |             |
| AVAILABLE\_QUANTITIES                                  |             |
| NO\_PROCESSING                                         |             |
| FULL\_ORDER\_LINES\_MAX\_TWO\_PARTIAL\_DELIVERIES      |             |
| AVAILABLE\_QUANTITIES\_MAX\_TWO\_PARTIAL\_DELIVERIES   |             |
| FULL\_ORDER\_LINES\_MAX\_THREE\_PARTIAL\_DELIVERIES    |             |
| AVAILABLE\_QUANTITIES\_MAX\_THREE\_PARTIAL\_DELIVERIES |             |
| AVAILABLE\_QUANTITIES\_FINISH\_ORDER                   |             |

## AccountPerson

### Attributes:

| Datatype                                                     | Name                  | Description                                  | Read-only |
| ------------------------------------------------------------ | --------------------- | -------------------------------------------- | --------- |
| [ApiObjectReference](#ApiObjectReference)                    | salutationRef         | salutation for this person                   | No        |
| *string*                                                     | lastName              | Lastname                                     | No        |
| [PersonGenderType](#PersonGenderType)                        | gender                | Gender                                       | No        |
| *string*                                                     | remark                | Sonderbemerkung                              | No        |
| *string*                                                     | locale                | Locale                                       | No        |
| [ApiCreatableReference](#ApiCreatableReference)              | titleRef              | Title                                        | No        |
| [ApiCreatableReference](#ApiCreatableReference)              | initialContactTypeRef | First contact type for this account person   | No        |
| [ApiCreatableReference](#ApiCreatableReference)              | jobTypeRef            | jobType                                      | No        |
| *number*                                                     | id                    | Unique identifier of the Object              | No        |
| [MetaInfo](#MetaInfo)                                        | info                  | MetaInformations for this Object             | Yes       |
| [EavAccountperson](#EavAccountperson)                        | custom                | Custom data                                  | No        |
| *string*                                                     | jobArea               | Job area                                     | No        |
| *boolean*                                                    | active                | Aktiv?                                       | Yes       |
| [ScriptingDate](#ScriptingDate)                              | dateOfBirth           | Date of birth                                | No        |
| *string*                                                     | label                 | Label                                        | No        |
| [ScriptingDate](#ScriptingDate)                              | initialContactAt      | Erstkontakt am                               | No        |
| *number*                                                     | version               | Version Identifier for this Object (for PUT) | No        |
| *boolean*                                                    | defaultPerson         | Standard-Ansprechpartner                     | Yes       |
| Array<[TagDto](#TagDto)>                                     | tags                  | List of tags                                 | No        |
| *string*                                                     | firstName             | First name                                   | No        |
| Map<[ContactTypeType](#ContactTypeType),[Contact](#Contact)> | defaultContacts       | Default contacts                             | Yes       |
| [ApiObjectReference](#ApiObjectReference)                    | userRef               | zugeordneter Benutzer (für eigenen Account)  | No        |
| *number*                                                     | sortOrder             | sortierreihenfolge                           | No        |
| *string*                                                     | middleName            | Middle name                                  | No        |
| *string*                                                     | comment               | Comment                                      | No        |
| Array<[Contact](#Contact)>                                   | contacts              | List of contacts                             | No        |

## AccountRelation

### Attributes:

| Datatype                                        | Name              | Description                                  | Read-only |
| ----------------------------------------------- | ----------------- | -------------------------------------------- | --------- |
| [ApiCreatableReference](#ApiCreatableReference) | relationTypeRef   | Relation type                                | No        |
| [ApiObjectReference](#ApiObjectReference)       | relatedAccountRef | Related account                              | No        |
| *string*                                        | comment           | Comment                                      | No        |
| *number*                                        | id                | Unique identifier of the Object              | No        |
| *number*                                        | version           | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                           | info              | MetaInformations for this Object             | Yes       |

## AccountType

| Value             | Description |
| ----------------- | ----------- |
| CUSTOMER          |             |
| SUPPLIER          |             |
| MANUFACTURER      |             |
| SERVICE\_PROVIDER |             |
| MERCHANT          |             |
| SALES\_AGENT      |             |
| COMPANY           |             |
| PROSPECTIVE       |             |

## AccountZoneId

| Value | Description |
| ----- | ----------- |
| ACT   |             |
| AET   |             |
| AGT   |             |
| ART   |             |
| AST   |             |
| BET   |             |
| BST   |             |
| CAT   |             |
| CNT   |             |
| CST   |             |
| CTT   |             |
| EAT   |             |
| ECT   |             |
| IET   |             |
| IST   |             |
| JST   |             |
| MIT   |             |
| NET   |             |
| NST   |             |
| PLT   |             |
| PNT   |             |
| PRT   |             |
| PST   |             |
| SST   |             |
| VST   |             |
| EST   |             |
| MST   |             |
| HST   |             |

## AdditionalParameter

### Attributes:

| Datatype | Name  | Description              | Read-only |
| -------- | ----- | ------------------------ | --------- |
| *object* | value | value for this parameter | No        |
| *string* | key   | key for this parameter   | No        |

## ApiCreatableReference

### Attributes:

| Datatype | Name        | Description         | Read-only |
| -------- | ----------- | ------------------- | --------- |
| *string* | description | a short description | Yes       |
| *string* | label       | a label             | No        |
| *number* | id          | Identifier          | No        |

## ApiObjectReference

### Attributes:

| Datatype  | Name        | Description         | Read-only |
| --------- | ----------- | ------------------- | --------- |
| *boolean* | active      | Activ               | Yes       |
| *string*  | description | a short description | Yes       |
| *string*  | label       | a label             | Yes       |
| *number*  | id          | Identifier          | No        |

## Article

### Attributes:

| Datatype                                                              | Name                                               | Description                                                                                                                                     | Read-only |
| --------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| [FabricationOfComponents](#FabricationOfComponents)                   | fabricationOfComponents                            | Produktion von Komponenten                                                                                                                      | No        |
| [ArticlePrintLabelSettings](#ArticlePrintLabelSettings)               | printLabelSettings                                 | Etikettdruck-Einstellungen                                                                                                                      | No        |
| [DangerousGoodInformation](#DangerousGoodInformation)                 | dangerousGoodInformation                           | Gefahrgut Informationen                                                                                                                         | No        |
| *string*                                                              | customsTariffNumber                                | Zolltarifnummer                                                                                                                                 | Yes       |
| [EavArticleListing](#EavArticleListing)                               | listingCustom                                      | Product custom data                                                                                                                             | No        |
| *boolean*                                                             | purchasable                                        | is this product purchasable                                                                                                                     | No        |
| [UnitTypeReference](#UnitTypeReference)                               | baseCapacityUnit                                   | base capacity unit                                                                                                                              | No        |
| *number*                                                              | initialAvgPurchasePrice                            | Durchschnittl. EKP (Startwert)                                                                                                                  | No        |
| [ArticleSerialNumberLabelingType](#ArticleSerialNumberLabelingType)   | serialNumberLabelingType                           | Seriennummern Auszeichnungsart                                                                                                                  | No        |
| *boolean*                                                             | sellableWithoutStock                               | is this product sellable without any quantity at the stock                                                                                      | No        |
| *number*                                                              | grossVolumeInCubicMeters                           | gross Volume in cubic meters                                                                                                                    | No        |
| *boolean*                                                             | deliverable                                        | Ist der Artikel noch lieferbar?                                                                                                                 | No        |
| [UnitTypeReference](#UnitTypeReference)                               | productUnit                                        | unit-type of this product                                                                                                                       | No        |
| *boolean*                                                             | forcedRecommendedRetailPrice                       | Ist der UVP verpflichtend?                                                                                                                      | No        |
| *number*                                                              | warrantyInMonths                                   | Garantie in Monaten                                                                                                                             | No        |
| [ArticleAvailabilityDetermination](#ArticleAvailabilityDetermination) | availabilityDetermination                          | Optionen zur Berechnung der Verfügbarkeit                                                                                                       | No        |
| [Article$Metric](#ArticleMetric)                                      | netMetric                                          | weight and size w\.o. packaging                                                                                                                 | No        |
| *string*                                                              | number                                             | unique product number                                                                                                                           | No        |
| *boolean*                                                             | mergeable                                          | is this product mergeable to another package-variant                                                                                            | No        |
| *boolean*                                                             | cashDiscountable                                   | skontierbarer Artikel?                                                                                                                          | No        |
| *boolean*                                                             | determineAvgPurchasePrice                          | dEK berechnen?                                                                                                                                  | No        |
| [ApiObjectReference](#ApiObjectReference)                             | onGoodsArrivalConvertIntoBundleArticleRef          | Auflösung in Gebindeartikel bei Wareneingang                                                                                                    | No        |
| [ApiObjectReference](#ApiObjectReference)                             | discountGroupRef                                   | Rabattgruppe                                                                                                                                    | No        |
| [DropShippingPolicy](#DropShippingPolicy)                             | dropShippingPolicy                                 | Vorgabe zu Streckengeschäft                                                                                                                     | No        |
| [ArticleAssetInformation](#ArticleAssetInformation)                   | articleAssetInformation                            | Information zur Verbindung zwischen Asset und Article                                                                                           | No        |
| *number*                                                              | id                                                 | Unique identifier of the Object                                                                                                                 | No        |
| [ArticleSerialType](#ArticleSerialType)                               | serialType                                         | serial-type of this article                                                                                                                     | No        |
| [MetaInfo](#MetaInfo)                                                 | info                                               | MetaInformations for this Object                                                                                                                | Yes       |
| [ApiObjectReference](#ApiObjectReference)                             | taxSchemaRef                                       | reference to TaxSchema                                                                                                                          | No        |
| [ApiObjectReference](#ApiObjectReference)                             | deliveryMethodRef                                  | reference to DeliveryMethod                                                                                                                     | No        |
| *number*                                                              | targetTradingMargin                                | Soll-Handelsspanne                                                                                                                              | No        |
| *boolean*                                                             | fabrication                                        | Produktion                                                                                                                                      | No        |
| *boolean*                                                             | active                                             | active                                                                                                                                          | Yes       |
| [ApiObjectReference](#ApiObjectReference)                             | responsibleUserRef                                 | Zuständiger Mitarbeiter                                                                                                                         | No        |
| *number*                                                              | listingId                                          | die id des Listings                                                                                                                             | No        |
| *string*                                                              | languageCode                                       | Einschränkung auf Land                                                                                                                          | No        |
| *number*                                                              | version                                            | Version Identifier for this Object (for PUT)                                                                                                    | No        |
| Array<[TagDto](#TagDto)>                                              | tags                                               | Tags zum Produkt                                                                                                                                | No        |
| *boolean*                                                             | solvable                                           | is this product solvable to another package-variant                                                                                             | No        |
| [Article$Metric](#ArticleMetric)                                      | grossMetric                                        | weight and size inc. packaging                                                                                                                  | No        |
| *number*                                                              | salesUnit                                          | Verkaufseinheit                                                                                                                                 | No        |
| *string*                                                              | name                                               | name of this product                                                                                                                            | No        |
| [ScriptingDateTime](#ScriptingDateTime)                               | listingStateChangeTime                             | die letzte Aktualisierung des listingStates                                                                                                     | Yes       |
| *number*                                                              | workUnitInMinutes                                  | Arbeitseinheit in Minuten                                                                                                                       | No        |
| [CountryReference](#CountryReference)                                 | countryOfOriginRef                                 | Country code                                                                                                                                    | No        |
| [EavArticleListingDescription](#EavArticleListingDescription)         | listingDescriptionCustom                           | description custom data                                                                                                                         | No        |
| *boolean*                                                             | freelyPickable                                     | Frei kommissionierbar                                                                                                                           | No        |
| *boolean*                                                             | lotOnlyRequiredWhenBookedToSalesStorage            | Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST\_BEFORE)                                            | No        |
| *boolean*                                                             | taxLiabilityReversed                               | Umkehrung der Steuerschuld nach §13b UStG?                                                                                                      | No        |
| *string*                                                              | note                                               | Notiz                                                                                                                                           | No        |
| [ArticlePickingType](#ArticlePickingType)                             | pickingType                                        | Erlaubte Arten der Kommissionierung                                                                                                             | No        |
| *boolean*                                                             | printWarningIfNoContingentAvailable                | Nur für Kontingentartikel: soll bei der Abrechnung angedruckt werden, dass kein Kontingent vorhanden ist?                                       | No        |
| *string*                                                              | description                                        | description of this product                                                                                                                     | No        |
| *string*                                                              | remark                                             | Sonderbemerkung                                                                                                                                 | No        |
| *boolean*                                                             | sellable                                           | is this product sellable                                                                                                                        | No        |
| [ApiObjectReference](#ApiObjectReference)                             | productGroupRef                                    | reference to Product Group                                                                                                                      | No        |
| *number*                                                              | capacity                                           | capacity                                                                                                                                        | No        |
| *number*                                                              | grossSalesPrice                                    | gross sales prices                                                                                                                              | No        |
| *number*                                                              | minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt | Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss | No        |
| *number*                                                              | initialLastPurchasePrice                           | Letzter EKP (Startwert)                                                                                                                         | No        |
| *boolean*                                                             | permissibleForOrderProposal                        | zulässig für Aufnahme in Bestellvorschläge                                                                                                      | No        |
| [ApiObjectReference](#ApiObjectReference)                             | productRef                                         | reference to Product                                                                                                                            | No        |
| *boolean*                                                             | shippingLabelPrinting                              | Versandlabeldruck                                                                                                                               | No        |
| *boolean*                                                             | discountable                                       | rabattierbarer Artikel?                                                                                                                         | No        |
| [ApiObjectReference](#ApiObjectReference)                             | contingentArticleRef                               | Kontingentartikel                                                                                                                               | No        |
| *string*                                                              | alternativeName                                    | alternative name of this product                                                                                                                | No        |
| *number*                                                              | baseCapacity                                       | base capacity                                                                                                                                   | No        |
| [ProductType](#ProductType)                                           | productType                                        | type of this article                                                                                                                            | No        |
| *string*                                                              | manufacturerArticleNumber                          | Artikelnummer                                                                                                                                   | No        |
| *boolean*                                                             | baseArticle                                        | Ist das der Basis-Artikel des Produkts?                                                                                                         | No        |
| *boolean*                                                             | dangerousGoods                                     | Artikel ist Gefahrgut                                                                                                                           | No        |
| Array<[ArticleIdentifier](#ArticleIdentifier)>                        | identifiers                                        | all (external) product numbers (SKU, EAN, ...)                                                                                                  | No        |
| [EavArticle](#EavArticle)                                             | custom                                             | Product custom data                                                                                                                             | No        |
| *boolean*                                                             | needsAssessmentOnlyOnReservationBasis              | Bedarfsermittlung nur über Reservierungen                                                                                                       | No        |
| [ArticleSerialExpiryDateType](#ArticleSerialExpiryDateType)           | expiryDateType                                     | Art des Haltbarkeitsdatums                                                                                                                      | No        |
| [ApiObjectReference](#ApiObjectReference)                             | manufacturerRef                                    | Hersteller                                                                                                                                      | No        |
| *number*                                                              | netSalesPrice                                      | net sales prices                                                                                                                                | No        |
| [UnitTypeReference](#UnitTypeReference)                               | capacityUnit                                       | capacity unit                                                                                                                                   | No        |
| *number*                                                              | basePriceUnit                                      | Basispreiseinheit                                                                                                                               | No        |
| *boolean*                                                             | listed                                             | soll der Artikel gelistet werden                                                                                                                | No        |
| *boolean*                                                             | commissionable                                     | provisionsberechtiger Artikel?                                                                                                                  | No        |
| *boolean*                                                             | onlyManualFabrication                              | Nur manuelle Produktion                                                                                                                         | No        |
| *number*                                                              | minimumRemainingDaysBeforeExpiryDateForGoodsIssued | Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss                            | No        |
| [ArticlePriceBase](#ArticlePriceBase)                                 | priceBase                                          | Preisbasis                                                                                                                                      | No        |
| *boolean*                                                             | availableAlone                                     | alleine lieferbarer Artikel?                                                                                                                    | No        |
| [ListingState](#ListingState)                                         | listingState                                       | der aktuelle listing stand                                                                                                                      | Yes       |

## Article$Metric

### Attributes:

| Datatype                                | Name       | Description | Read-only |
| --------------------------------------- | ---------- | ----------- | --------- |
| *number*                                | sizeX      | size        | No        |
| [UnitTypeReference](#UnitTypeReference) | sizeUnit   | size unit   | No        |
| *number*                                | weight     | weight      | No        |
| *number*                                | sizeY      | size        | No        |
| *number*                                | sizeZ      | size        | No        |
| [UnitTypeReference](#UnitTypeReference) | weightUnit | weight unit | No        |

## ArticleAssetInformation

### Attributes:

| Datatype                                                        | Name                          | Description                                   | Read-only |
| --------------------------------------------------------------- | ----------------------------- | --------------------------------------------- | --------- |
| *boolean*                                                       | createAssetOnStorageEntry     | Assets automatisch beim Lagerzugang erstellen | No        |
| *boolean*                                                       | createAssetOnSale             | Asset automatisch beim Verkauf erstellen      | No        |
| [AssetCreateOnDocumentCategory](#AssetCreateOnDocumentCategory) | createAssetOnDocumentCategory | Asset erstellen bei Belegtyp                  | No        |
| [AssetType](#AssetType)                                         | createWithAssetType           | Asset Asset-Typ zum Erstellen                 | No        |
| *number*                                                        | id                            | Unique identifier of the Object               | No        |
| *number*                                                        | version                       | Version Identifier for this Object (for PUT)  | No        |
| [MetaInfo](#MetaInfo)                                           | info                          | MetaInformations for this Object              | Yes       |

## ArticleAvailabilityDetermination

### Attributes:

| Datatype                                                                                 | Name      | Description                                     | Read-only |
| ---------------------------------------------------------------------------------------- | --------- | ----------------------------------------------- | --------- |
| [ArticleAvailabilityDetermination$Operation](#ArticleAvailabilityDeterminationOperation) | ordered   | wie werden Bestellt-Mengen behandelt            | No        |
| [ArticleAvailabilityDetermination$Operation](#ArticleAvailabilityDeterminationOperation) | reserved  | wie werden Reserviert-Mengen behandelt          | No        |
| [ArticleAvailabilityDetermination$Operation](#ArticleAvailabilityDeterminationOperation) | inStock   | wie wird der Bestand behandelt                  | No        |
| [ArticleAvailabilityDetermination$Operation](#ArticleAvailabilityDeterminationOperation) | inPicking | wie werden Mengen in Kommissionierung behandelt | No        |
| [ArticleAvailabilityDetermination$Operation](#ArticleAvailabilityDeterminationOperation) | reporting | wie werden Meldebestände behandelt              | No        |

## ArticleAvailabilityDetermination$Operation

| Value    | Description |
| -------- | ----------- |
| IGNORE   |             |
| ADD      |             |
| SUBTRACT |             |

## ArticleCustomer

### Attributes:

| Datatype                                                                | Name                           | Description                                                                               | Read-only |
| ----------------------------------------------------------------------- | ------------------------------ | ----------------------------------------------------------------------------------------- | --------- |
| *string*                                                                | accountDisplayName             | Anzeigename des Accounts                                                                  | Yes       |
| *string*                                                                | articleName                    | Referenced Article name                                                                   | No        |
| [ArticlePrintLabelSettings](#ArticlePrintLabelSettings)                 | customerPrintLabelSettings     | Etikettdruck-Einstellungen                                                                | No        |
| *boolean*                                                               | useDeviatingArticleIdentifier  | Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung) | No        |
| Array<[ProductPrice](#ProductPrice)>                                    | productPrices                  | Kunden-Preise                                                                             | Yes       |
| *boolean*                                                               | useDeviatingArticleDescription | Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)               | No        |
| *number*                                                                | articleId                      | Referenced Article                                                                        | No        |
| *boolean*                                                               | active                         | Aktiv?                                                                                    | No        |
| *number*                                                                | version                        | Version Identifier for this Object (for PUT)                                              | No        |
| *string*                                                                | deviatingArticleDescription    | Abweichende Produktbeschreibung                                                           | No        |
| *number*                                                                | defaultNetPrice                | Standardpreis Netto                                                                       | No        |
| *number*                                                                | accountId                      | Referenced Customer-Account                                                               | No        |
| *string*                                                                | deviatingArticleName           | Abweichende Produktbezeichnung                                                            | No        |
| *number*                                                                | defaultGrossPrice              | Standardpreis Brutto                                                                      | No        |
| [ArticleCustomerPriceDetermination](#ArticleCustomerPriceDetermination) | priceDetermination             | Art der Preisermittlung                                                                   | No        |
| *string*                                                                | deviatingArticleNumber         | Abweichende Produktnummer                                                                 | No        |
| *string*                                                                | articleNumber                  | Artikelnummer                                                                             | Yes       |
| *string*                                                                | deviatingArticleIdentifier     | Abweichender Produktidentifer (z.B. Barcode)                                              | No        |
| *boolean*                                                               | useDeviatingArticleNumber      | Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)                     | No        |
| *number*                                                                | id                             | Unique identifier of the Object                                                           | No        |
| *boolean*                                                               | useDeviatingArticleName        | Soll die abweichende Produktbezeichnung verwendet werden (z.B. in Belegen)                | No        |
| *boolean*                                                               | lockedForCustomer              | Ist das Produkt für den Kunden gesperrt?                                                  | No        |
| [MetaInfo](#MetaInfo)                                                   | info                           | MetaInformations for this Object                                                          | Yes       |

## ArticleCustomerPriceDetermination

| Value                | Description |
| -------------------- | ----------- |
| DEFAULT              |             |
| SPECIAL              |             |
| ONLY\_DEFAULT\_PRICE |             |

## ArticleIdentifier

### Attributes:

| Datatype              | Name                     | Description                                  | Read-only |
| --------------------- | ------------------------ | -------------------------------------------- | --------- |
| *boolean*             | defaultArticleIdentifier | Standard Artikel Kennung?                    | No        |
| *string*              | name                     | identifier type                              | No        |
| *number*              | id                       | Unique identifier of the Object              | No        |
| *string*              | value                    | identifier                                   | No        |
| *number*              | version                  | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info                     | MetaInformations for this Object             | Yes       |

## ArticleListing

### Attributes:

| Datatype                                                                         | Name                     | Description                                                               | Read-only |
| -------------------------------------------------------------------------------- | ------------------------ | ------------------------------------------------------------------------- | --------- |
| WithDefaults\<List<[ArticleIdentifier](#ArticleIdentifier)>>                     | identifiers              | all (external) article numbers (SKU, EAN, ...)                            | No        |
| *boolean*                                                                        | sellableWithoutStock     | is this product sellable without any quantity at the stock                | No        |
| [EavArticleListing](#EavArticleListing)                                          | custom                   | custom data                                                               | No        |
| [ArticleListing$CustomFieldWithDefaults](#ArticleListingCustomFieldWithDefaults) | descriptionCustom        | description custom data                                                   | No        |
| *WithDefaults*                                                                   | description              | description of this article                                               | No        |
| *number*                                                                         | version                  | Version Identifier for this Object (for PUT)                              | No        |
| *number*                                                                         | proposedLowestPriceGross | Niedrigster Brutto-Preis der letzten 30 Tage (vom System ermittelt)       | Yes       |
| [ApiObjectReference](#ApiObjectReference)                                        | salesChannelRef          | der Sales Channel                                                         | No        |
| *number*                                                                         | customLowestPriceGross   | Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe) | No        |
| *boolean*                                                                        | listed                   | soll der Artikel gelistet werden                                          | No        |
| Array<[ApiObjectReference](#ApiObjectReference)>                                 | categoryRefs             | Kategorien, denen dieses Listing zugeordnet ist                           | No        |
| *WithDefaults*                                                                   | name                     | name of this article                                                      | No        |
| [ScriptingDateTime](#ScriptingDateTime)                                          | listingStateChangeTime   | die letzte aktualisierung des listingStates                               | Yes       |
| *number*                                                                         | id                       | Unique identifier of the Object                                           | No        |
| *WithDefaults*                                                                   | alternativeName          | alternative name of this article                                          | No        |
| *number*                                                                         | proposedLowestPriceNet   | Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)        | Yes       |
| *number*                                                                         | customLowestPriceNet     | Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)  | No        |
| [ListingState](#ListingState)                                                    | listingState             | der aktuelle listing stand                                                | Yes       |
| [MetaInfo](#MetaInfo)                                                            | info                     | MetaInformations for this Object                                          | Yes       |

## ArticleListing$CustomFieldWithDefaults

### Attributes:

| Datatype                                                      | Name         | Description                    | Read-only |
| ------------------------------------------------------------- | ------------ | ------------------------------ | --------- |
| [EavArticleListingDescription](#EavArticleListingDescription) | defaultValue | Wert des Default-Sales-Channel | Yes       |
| [EavArticleListingDescription](#EavArticleListingDescription) | value        | Wert dieses Sales-Channel      | No        |

## ArticlePickingType

| Value                                     | Description |
| ----------------------------------------- | ----------- |
| ACCORDING\_TO\_TEMPLATE                   |             |
| PICKING\_ALLOWED                          |             |
| PICKING\_NOT\_ALLOWED                     |             |
| ONLY\_SINGLE\_ORDER\_PICKING\_ALLOWED     |             |
| ONLY\_COLLECTIVE\_ORDER\_PICKING\_ALLOWED |             |

## ArticlePriceBase

| Value        | Description |
| ------------ | ----------- |
| NET\_PRICE   |             |
| GROSS\_PRICE |             |

## ArticlePrintLabelCalculationMode

| Value                                             | Description |
| ------------------------------------------------- | ----------- |
| NO\_LABEL                                         |             |
| FIXED\_AMOUNT                                     |             |
| QUANTITY\_TIMES\_AMOUNT                           |             |
| QUANTITY\_PER\_PACKAGING\_UNIT                    |             |
| QUANTITY\_TIMES\_AMOUNT\_AND\_PACKAGING\_QUANTITY |             |

## ArticlePrintLabelSettings

### Attributes:

| Datatype                                                              | Name                    | Description                                  | Read-only |
| --------------------------------------------------------------------- | ----------------------- | -------------------------------------------- | --------- |
| *number*                                                              | outgoingPrintQuantity   | Warenausgang: Druckmenge                     | No        |
| [ArticlePrintLabelCalculationMode](#ArticlePrintLabelCalculationMode) | outgoingCalculationMode | Warenausgang: Bestimmung der Druckmenge      | No        |
| [ArticlePrintLabelCalculationMode](#ArticlePrintLabelCalculationMode) | incomingCalculationMode | Wareneingang: Bestimmung der Druckmenge      | No        |
| *number*                                                              | incomingPrintQuantity   | Wareneingang: Druckmenge                     | No        |
| [ApiObjectReference](#ApiObjectReference)                             | report                  | Der Report zum Etikett                       | No        |
| *number*                                                              | id                      | Unique identifier of the Object              | No        |
| *number*                                                              | version                 | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                                                 | info                    | MetaInformations for this Object             | Yes       |

## ArticleSerialExpiryDateType

| Value              | Description |
| ------------------ | ----------- |
| NONE               |             |
| BEST\_BEFORE\_DATE |             |
| EXPIRATION\_DATE   |             |

## ArticleSerialNumber

### Attributes:

| Datatype                                  | Name          | Description                                  | Read-only |
| ----------------------------------------- | ------------- | -------------------------------------------- | --------- |
| [ScriptingDate](#ScriptingDate)           | expiryDate    | Haltbarkeitsdatum                            | No        |
| *string*                                  | note          | Notiz                                        | No        |
| *string*                                  | serialNumber2 | Seriennummer 2                               | No        |
| *string*                                  | serialNumber1 | Seriennummer 1                               | No        |
| [ApiObjectReference](#ApiObjectReference) | articleRef    | Artikel                                      | No        |
| *string*                                  | udi           | Unique Device Identifier (UDI)               | No        |
| *number*                                  | id            | Unique identifier of the Object              | No        |
| *number*                                  | version       | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                     | info          | MetaInformations for this Object             | Yes       |

## ArticleSerialNumberLabelingType

| Value                             | Description |
| --------------------------------- | ----------- |
| MANUAL                            |             |
| AUTOMATIC\_ON\_SUPPLIER\_ORDER    |             |
| AUTOMATIC\_ON\_SUPPLIER\_DELIVERY |             |

## ArticleSerialType

| Value                  | Description |
| ---------------------- | ----------- |
| NONE                   |             |
| SERIAL\_NUMBER         |             |
| LOT                    |             |
| BEST\_BEFORE           |             |
| DOUBLE\_SERIAL\_NUMBER |             |

## ArticleStorage

### Attributes:

| Datatype                                  | Name                  | Description                                                                                    | Read-only |
| ----------------------------------------- | --------------------- | ---------------------------------------------------------------------------------------------- | --------- |
| *number*                                  | quantityInStock       | Bestand im Lager                                                                               | Yes       |
| *number*                                  | replenishmentFrom     | Nachschub ab                                                                                   | No        |
| *number*                                  | orderedQuantity       | Bestellte Menge                                                                                | Yes       |
| *number*                                  | quantityInPicking     | Aktuelle Menge in Kommissionierung                                                             | Yes       |
| *number*                                  | reorderPoint          | Meldebestand                                                                                   | No        |
| *number*                                  | virtualStockAmount    | Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)        | Yes       |
| *number*                                  | replenishmentOn       | Nachschub auf                                                                                  | No        |
| *number*                                  | reservedQuantity      | Reservierte Menge                                                                              | Yes       |
| *number*                                  | virtualStockAvailable | Aktuelle "virtuelle" verfügbare Menge (wenn größere Gebinde in dieses aufgelöst werden würden) | Yes       |
| *number*                                  | articleId             | Das Produkt, dessen Lagerinfos hier ausgegeben werden                                          | No        |
| *string*                                  | storageLocation       | Lagerort                                                                                       | No        |
| *number*                                  | stockAvailable        | Verfügbare Menge im Lager gemäß konfigurierter Verfügbarkeitsermittlung                        | Yes       |
| *number*                                  | version               | Version Identifier for this Object (for PUT)                                                   | No        |
| *boolean*                                 | withStorageBins       | Hat dieses Lager Lagerplätze?                                                                  | Yes       |
| [ApiObjectReference](#ApiObjectReference) | storageRef            | Das Lager, dessen Infos hier ausgegeben werden                                                 | No        |
| Array<[StorageBinRef](#StorageBinRef)>    | presetStorageBinRefs  | Vorgabe-Lagerplätze                                                                            | No        |
| *number*                                  | targetStock           | Sollbestand                                                                                    | No        |
| *number*                                  | quantityInFabrication | Aktuelle Menge in Produktion                                                                   | Yes       |
| *number*                                  | minimumStock          | Mindestbestand                                                                                 | No        |
| [MetaInfo](#MetaInfo)                     | info                  | MetaInformations for this Object                                                               | Yes       |

## ArticleSupplier

### Attributes:

| Datatype                                                | Name                          | Description                                                                               | Read-only |
| ------------------------------------------------------- | ----------------------------- | ----------------------------------------------------------------------------------------- | --------- |
| *number*                                                | supplierReportingStock        | Lieferanten-Meldebestand                                                                  | No        |
| *boolean*                                               | useSupplierArticleDescription | Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)               | No        |
| *string*                                                | accountDisplayName            | Anzeigename des Accounts                                                                  | No        |
| *boolean*                                               | useSupplierArticleIdentifier  | Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung) | No        |
| *number*                                                | deliveryTime                  | Lieferzeit in (Werk-)Tagen                                                                | No        |
| *boolean*                                               | useSupplierArticleNumber      | Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)                     | No        |
| *number*                                                | minimumOrderQuantity          | Mindestbestellmenge                                                                       | No        |
| [UnitTypeReference](#UnitTypeReference)                 | productUnit                   | Mengeneinheit                                                                             | No        |
| *boolean*                                               | useSupplierArticleName        | Soll die abweichende Produktbezeichnung verwendet werden (z.B. in Belegen)                | No        |
| *number*                                                | defaultGrossPrice             | Standardpreis Brutto                                                                      | No        |
| *string*                                                | articleNumber                 | Artikelnummer                                                                             | Yes       |
| [ApiObjectReference](#ApiObjectReference)               | discountGroupRef              | Rabattgruppe                                                                              | No        |
| *number*                                                | id                            | Unique identifier of the Object                                                           | No        |
| [MetaInfo](#MetaInfo)                                   | info                          | MetaInformations for this Object                                                          | Yes       |
| *string*                                                | articleName                   | Referenced Article name                                                                   | No        |
| *number*                                                | packagingUnit                 | Verpackungseinheit                                                                        | No        |
| Array<[ProductPrice](#ProductPrice)>                    | productPrices                 | Lieferanten-Preise                                                                        | No        |
| *number*                                                | articleId                     | Referenced Article                                                                        | No        |
| *boolean*                                               | active                        | Aktiv?                                                                                    | No        |
| *boolean*                                               | mainSupplier                  | Hauptlieferant                                                                            | No        |
| *number*                                                | version                       | Version Identifier for this Object (for PUT)                                              | No        |
| *boolean*                                               | dropShippingAllowed           | Kennzeichen, ob Streckengeschäft erlaubt                                                  | No        |
| *string*                                                | supplierArticleName           | Abweichende Produktbezeichnung                                                            | No        |
| *string*                                                | supplierArticleDescription    | Abweichende Produktbeschreibung                                                           | No        |
| *number*                                                | defaultNetPrice               | Standardpreis Netto                                                                       | No        |
| *number*                                                | accountId                     | Referenced Supplier-Account                                                               | No        |
| *boolean*                                               | orderOnComponentBase          | Sollen Baugruppen auf Komponenten-Basis bestellt werden?)                                 | No        |
| *number*                                                | purchaseUnit                  | Einkaufseinheit                                                                           | No        |
| *string*                                                | supplierArticleIdentifier     | Abweichender Produktidentifer (z.B. Barcode)                                              | No        |
| *string*                                                | supplierArticleNumber         | Abweichende Produktnummer                                                                 | No        |
| [ArticlePrintLabelSettings](#ArticlePrintLabelSettings) | supplierPrintLabelSettings    | Etikettdruck-Einstellungen                                                                | No        |

## Asset

### Attributes:

| Datatype                                         | Name              | Description                                  | Read-only |
| ------------------------------------------------ | ----------------- | -------------------------------------------- | --------- |
| *string*                                         | note              | Notiz                                        | No        |
| [ArticleSerialNumber](#ArticleSerialNumber)      | serialNumber      | Seriennummer                                 | No        |
| [EavAsset](#EavAsset)                            | custom            | Asset Zusatzfelder                           | No        |
| [ApiObjectReference](#ApiObjectReference)        | articleRef        | Artikel                                      | No        |
| *boolean*                                        | active            | active                                       | Yes       |
| [ScriptingDate](#ScriptingDate)                  | warrantyEndDate   | Ende Garantie                                | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | childAssetRefs    | Zugehörige Assets                            | Yes       |
| *string*                                         | label             | Asset-Bezeichnung                            | No        |
| *number*                                         | version           | Version Identifier for this Object (for PUT) | No        |
| [ApiObjectReference](#ApiObjectReference)        | billingAddressRef | Rechnungsadresse                             | No        |
| [ApiObjectReference](#ApiObjectReference)        | accountAddressRef | Zusatzadresse                                | No        |
| [ApiObjectReference](#ApiObjectReference)        | contractRef       | Vertrag                                      | No        |
| *string*                                         | number            | Asset-Nummer                                 | No        |
| [ScriptingDate](#ScriptingDate)                  | warrantyStartDate | Beginn Garantie                              | No        |
| [ApiObjectReference](#ApiObjectReference)        | accountRef        | Asset-Halter                                 | No        |
| *number*                                         | id                | Unique identifier of the Object              | No        |
| [ApiObjectReference](#ApiObjectReference)        | parentAssetRef    | Übergeordnetes Asset                         | No        |
| [ApiObjectReference](#ApiObjectReference)        | typeRef           | Asset-Typ                                    | No        |
| [MetaInfo](#MetaInfo)                            | info              | MetaInformations for this Object             | Yes       |

## AssetCreateOnDocumentCategory

| Value              | Description |
| ------------------ | ----------- |
| CUSTOMER\_DELIVERY |             |
| CUSTOMER\_INVOICE  |             |

## AssetType

### Attributes:

| Datatype              | Name    | Description                                  | Read-only |
| --------------------- | ------- | -------------------------------------------- | --------- |
| *boolean*             | active  | Aktiv?                                       | Yes       |
| *string*              | label   | Bezeichnung                                  | No        |
| *number*              | id      | Unique identifier of the Object              | No        |
| *number*              | version | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info    | MetaInformations for this Object             | Yes       |

## BankPaymentType

| Value                                 | Description |
| ------------------------------------- | ----------- |
| MONEY\_TRANSFER                       |             |
| REALTIME\_MONEY\_TRANSFER             |             |
| SEPA\_CORE\_DIRECT\_DEBIT             |             |
| SEPA\_B2B\_DIRECT\_DEBIT              |             |
| CLEARING                              |             |
| CLEARING\_WITH\_PREDECESSOR\_DOCUMENT |             |
| OTHER                                 |             |

## BatchScriptingContext$BatchScriptImportSession

## BillingType

| Value | Description |
| ----- | ----------- |
| GROSS |             |
| NET   |             |

## BulkTransferRequestApi

### Attributes:

| Datatype                                     | Name                      | Description                                              | Read-only |
| -------------------------------------------- | ------------------------- | -------------------------------------------------------- | --------- |
| *boolean*                                    | createReportAfterTransfer | Soll nach der Umbuchung ein Report dazu erstellt werden? | No        |
| Array<[StockTransferApi](#StockTransferApi)> | stockTransfers            | Enthält die Anweisungen für die Umbuchungen              | No        |

## BulkTransferResult

### Attributes:

| Datatype                                           | Name     | Description                                                                           | Read-only |
| -------------------------------------------------- | -------- | ------------------------------------------------------------------------------------- | --------- |
| [ScriptingDate](#ScriptingDate)                    | date     | Das Buchungsdatum                                                                     | No        |
| *number*                                           | reportId | Falls der Report im Request angefordert wurde, wird hier die ID aus dem DMS geliefert | No        |
| Array<[StockTransferResult](#StockTransferResult)> | stocks   | Die durch die Lagerbuchung geänderten Lagerplatz-Bestände                             | No        |

## BusinessRelationType

| Value | Description |
| ----- | ----------- |
| B2B   |             |
| B2C   |             |
| B2G   |             |

## BuyerReferenceOrigin

| Value                  | Description |
| ---------------------- | ----------- |
| FROM\_BILLING\_ADDRESS |             |
| FROM\_DEFAULT\_ADDRESS |             |
| USER\_DEFINED          |             |

## CalculateFreightChargesFromType

| Value                | Description |
| -------------------- | ----------- |
| CHARGES\_FROM\_ORDER |             |
| RECALCULATE          |             |

## CalculateFreightChargesWithType

| Value           | Description |
| --------------- | ----------- |
| EVERY\_SHIPPING |             |
| FIRST\_SHIPPING |             |

## CalculationMode

| Value      | Description |
| ---------- | ----------- |
| HORIZONTAL |             |
| VERTICAL   |             |

## CalculationModeOrigin

| Value                  | Description |
| ---------------------- | ----------- |
| FROM\_BILLING\_ADDRESS |             |
| FROM\_DEFAULT\_ADDRESS |             |
| FROM\_ACCOUNT          |             |
| FROM\_SALES\_CHANNEL   |             |
| FROM\_DOCUMENT\_PARAMS |             |
| USER\_DEFINED          |             |

## CashJournalWithdrawalMode

| Value   | Description |
| ------- | ----------- |
| FULL    |             |
| BALANCE |             |
| MANUAL  |             |
| NONE    |             |

## CommonUserType

| Value              | Description |
| ------------------ | ----------- |
| REGULAR            |             |
| SUPPORT            |             |
| SYSTEM             |             |
| LIMITED\_WMS       |             |
| LIMITED\_POS       |             |
| LIMITED\_DASHBOARD |             |
| LIMITED\_AGENT     |             |
| APP\_BUILTIN\_USER |             |

## Contact

### Attributes:

| Datatype                            | Name           | Description                                  | Read-only |
| ----------------------------------- | -------------- | -------------------------------------------- | --------- |
| *boolean*                           | defaultContact | Is default contact?                          | No        |
| [EavContact](#EavContact)           | custom         | Freifeld                                     | No        |
| *number*                            | ctId           | Type identifier                              | No        |
| *string*                            | ctLabel        | Contact label                                | No        |
| *number*                            | id             | Unique identifier of the Object              | No        |
| [ContactTypeType](#ContactTypeType) | ctType         | Contact type                                 | No        |
| *string*                            | value          | A Value                                      | No        |
| *number*                            | version        | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)               | info           | MetaInformations for this Object             | Yes       |

## ContactTypeType

| Value     | Description |
| --------- | ----------- |
| PHONE     |             |
| SOCIAL    |             |
| EMAIL     |             |
| FAX       |             |
| SKYPE     |             |
| MS\_TEAMS |             |
| CUSTOM    |             |
| MOBILE    |             |

## CountryReference

### Attributes:

| Datatype | Name      | Description               | Read-only |
| -------- | --------- | ------------------------- | --------- |
| *string* | isoAlpha2 | IsoAlpha2-Code des Landes | No        |
| *string* | isoAlpha3 | IsoAlpha3-Code des Landes | No        |
| *string* | label     | Bezeichnung des Landes    | Yes       |
| *number* | id        | ID des Landes             | No        |

## CreateNewDocumentRequest

### Description

Details zur Erstellung eines neuen Belegs

### Attributes:

| Datatype                                           | Name                          | Description                               | Read-only |
| -------------------------------------------------- | ----------------------------- | ----------------------------------------- | --------- |
| [EDocumentCategory](#EDocumentCategory)            | defaultDocumentTypeByCategory | Standard-Belegart der Kategorie verwenden | No        |
| *string*                                           | documentTypeLabel             | Belegart                                  | No        |
| [RequestDocument](#RequestDocument)                | document                      | Details zum Beleg                         | No        |
| Array<[AdditionalParameter](#AdditionalParameter)> | parameters                    | Zusätzliche Parameter                     | No        |

## CrmActivity

### Attributes:

| Datatype                                          | Name                     | Description                                                                                   | Read-only |
| ------------------------------------------------- | ------------------------ | --------------------------------------------------------------------------------------------- | --------- |
| *string*                                          | notes                    | Notizen                                                                                       | No        |
| *number*                                          | durationInSeconds        | Dauer der Aktivität in Sekunden                                                               | No        |
| [CrmActivityType](#CrmActivityType)               | type                     | Aktivitätsart                                                                                 | No        |
| [CrmActivityBillingType](#CrmActivityBillingType) | billingType              | Art der Abrechnung dieser Aktivität                                                           | No        |
| *number*                                          | durationToBillInSeconds  | tatsächliche Dauer                                                                            | No        |
| [ScriptingDateTime](#ScriptingDateTime)           | plannedStartDateTime     | geplante Startzeit                                                                            | No        |
| *number*                                          | id                       | Unique identifier of the Object                                                               | No        |
| [ApiObjectReference](#ApiObjectReference)         | billingDocumentLineRef   | Abrechnungsbelegposition                                                                      | Yes       |
| *boolean*                                         | email                    | Handelt es sich bei der Aktivität um eine E-Mail                                              | Yes       |
| [MetaInfo](#MetaInfo)                             | info                     | MetaInformations for this Object                                                              | Yes       |
| *boolean*                                         | internalBilled           | Aktivität intern abgerechnet?                                                                 | Yes       |
| *number*                                          | plannedDurationInSeconds | geplante Dauer                                                                                | No        |
| [EavCrmactivity](#EavCrmactivity)                 | custom                   | Freie Felder der CRM-Aktivität                                                                | No        |
| *number*                                          | billingDiscount          | Rabatt zur Abrechnung                                                                         | No        |
| *boolean*                                         | published                | Ist die Aktivität veröffentlicht                                                              | No        |
| [ApiObjectReference](#ApiObjectReference)         | accountPersonRef         | Ansprechpartner                                                                               | No        |
| *boolean*                                         | billable                 | Abrechenbar?                                                                                  | Yes       |
| *number*                                          | version                  | Version Identifier for this Object (for PUT)                                                  | No        |
| [ApiObjectReference](#ApiObjectReference)         | userRef                  | Von welchem User ist diese Aktivität? Wenn NULL dann handelt es sich um eine System-Aktivität | No        |
| [ScriptingDateTime](#ScriptingDateTime)           | startDateTime            | tatsächliche Startzeit                                                                        | No        |
| *boolean*                                         | system                   | Handelt es sich um eine System-Aktivität?                                                     | Yes       |
| *string*                                          | comment                  | Inhalt dieser Aktivität                                                                       | No        |
| [ApiObjectReference](#ApiObjectReference)         | accountRef               | Zu welcher Adresse gehört diese Aktivität                                                     | No        |
| [CrmObjectRef](#CrmObjectRef)                     | crmParent                | Zu welchem CRM-Objekt gehört diese Aktivität                                                  | No        |

## CrmActivityBillingType

| Value      | Description |
| ---------- | ----------- |
| LIKE\_TASK |             |
| UNCLEAR    |             |
| CUSTOMER   |             |
| INTERNAL   |             |
| PLANNED    |             |

## CrmActivityType

### Attributes:

| Datatype                                          | Name                | Description                                                  | Read-only |
| ------------------------------------------------- | ------------------- | ------------------------------------------------------------ | --------- |
| *string*                                          | descriptionTemplate | Text für Aktivitätstyp der im Editor eingetragen wird        | No        |
| Array<[PossibleUsingType](#PossibleUsingType)>    | possibleUsingTypes  | Mögliche Typen, wo diese Aktivitätsart verwendet werden kann | No        |
| *boolean*                                         | active              | Aktiv?                                                       | Yes       |
| *string*                                          | description         | Beschreibung                                                 | No        |
| *boolean*                                         | emailArchiving      | Für "E-Mail-Archivieren"?                                    | No        |
| *string*                                          | label               | Bezeichnung                                                  | No        |
| *boolean*                                         | billable            | Abrechenbar?                                                 | No        |
| *number*                                          | version             | Version Identifier for this Object (for PUT)                 | No        |
| *boolean*                                         | defaultForComments  | Standard für Kommentare?                                     | No        |
| *boolean*                                         | emailProcessing     | Für "E-Mail-Bearbeitung"?                                    | No        |
| *number*                                          | sortOrder           | Sortierreihenfolge                                           | No        |
| [CrmActivityBillingType](#CrmActivityBillingType) | defaultBillingType  | Standard-Abrechnungsart                                      | No        |
| *number*                                          | id                  | Unique identifier of the Object                              | No        |
| *boolean*                                         | canBePublished      | Darf die Aktivität veröffentlicht werden?                    | No        |
| [MetaInfo](#MetaInfo)                             | info                | MetaInformations for this Object                             | Yes       |

## CrmChecklistItem

### Attributes:

| Datatype              | Name    | Description                                  | Read-only |
| --------------------- | ------- | -------------------------------------------- | --------- |
| *string*              | memo    | Text des Checklisten-Elements                | No        |
| *boolean*             | checked | Ist das Element "angehakt"?                  | No        |
| *number*              | id      | Unique identifier of the Object              | No        |
| *number*              | version | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info    | MetaInformations for this Object             | Yes       |

## CrmDeal

### Attributes:

| Datatype                                         | Name                               | Description                                                  | Read-only |
| ------------------------------------------------ | ---------------------------------- | ------------------------------------------------------------ | --------- |
| *number*                                         | plannedInvestmentSum               | Geplante Investitionssumme                                   | No        |
| [ApiObjectReference](#ApiObjectReference)        | closingReasonRef                   | Abschlußgrund                                                | No        |
| *string*                                         | notes                              | Notizen                                                      | No        |
| [ScriptingDate](#ScriptingDate)                  | plannedPerformanceDate             | Geplantes Leistungs-Datum                                    | No        |
| *string*                                         | detailedClosingReason              | Freier/Detaillierter Abschlußgrund                           | No        |
| *string*                                         | description                        | Notiz/Beschreibung                                           | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | observerRefs                       | Beobachter                                                   | No        |
| [ApiObjectReference](#ApiObjectReference)        | responsibleCustomerPersonRef       | Hauptverantwortlicher Ansprechpartner Kunde                  | No        |
| [ApiObjectReference](#ApiObjectReference)        | priorityRef                        | Priorität der Aufgabe                                        | No        |
| *string*                                         | number                             | Aufgaben-Nummer                                              | Yes       |
| [ApiObjectReference](#ApiObjectReference)        | mainResponsibleUserRef             | Verantwortlicher Benutzer                                    | No        |
| [ApiObjectReference](#ApiObjectReference)        | stateRef                           | Status der Aufgabe                                           | No        |
| [ApiObjectReference](#ApiObjectReference)        | topicRef                           | Thema                                                        | No        |
| [ScriptingDate](#ScriptingDate)                  | plannedClosingDate                 | Geplantes Abschluss-Datum                                    | No        |
| Array<[DocumentRef](#DocumentRef)>               | salesDocumentRefs                  | Verkaufsbelege                                               | No        |
| Array<[DocumentRef](#DocumentRef)>               | contractRefs                       | Vertrag                                                      | No        |
| *number*                                         | id                                 | Unique identifier of the Object                              | No        |
| [ApiObjectReference](#ApiObjectReference)        | typeRef                            | Typ der Aufgabe                                              | No        |
| [MetaInfo](#MetaInfo)                            | info                               | MetaInformations for this Object                             | Yes       |
| Array<[CrmParticipant](#CrmParticipant)>         | additionalParticipantsOfCustomer   | Weitere Teilnehmer vom Auftraggeber                          | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedUserRef                    | Zu Erledigen von Benutzer (zugeordneter Benutzer)            | No        |
| *number*                                         | chance                             | Chance (in Prozent)                                          | No        |
| Array<[CrmObjectRef](#CrmObjectRef)>             | parentRefs                         | Übergeordnete CRM-Objekte                                    | No        |
| [ApiObjectReference](#ApiObjectReference)        | healthRef                          | Gesundheitsstatus                                            | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedByUserRef                  | Zugewiesen von                                               | No        |
| *string*                                         | label                              | Aufgabentitel                                                | No        |
| *boolean*                                        | processedByWorkflow                | In Workflow-Verarbeitung?                                    | Yes       |
| *number*                                         | version                            | Version Identifier for this Object (for PUT)                 | No        |
| [EavCrmdeal](#EavCrmdeal)                        | customField                        | Freie Felder des CRM-Deals                                   | No        |
| Array<[CrmObjectRef](#CrmObjectRef)>             | childRefs                          | Untergeordnete CRM-Objekt                                    | No        |
| Array<[TagDto](#TagDto)>                         | tags                               | Tags                                                         | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedGroupRef                   | Zu Erledigen von Benutzergruppe (zugeordnete Benutzergruppe) | No        |
| Array<[CrmParticipant](#CrmParticipant)>         | additionalParticipantsOfContractor | Weitere Teilnehmer vom Auftragnehmer                         | No        |
| [CrmDealClosingType](#CrmDealClosingType)        | closingType                        | Art des Abschluß                                             | No        |
| [ApiObjectReference](#ApiObjectReference)        | mainResponsibleGroupRef            | Verantwortlicher Benutzer                                    | No        |
| [ApiObjectReference](#ApiObjectReference)        | accountRef                         | Adresse, zu welcher die Aufgabe gehört                       | No        |
| [ScriptingDateTime](#ScriptingDateTime)          | nextPlannedContactDate             | Nächster geplanter Kontakt                                   | No        |
| [ApiObjectReference](#ApiObjectReference)        | salesAgentAccountRef               | Vertreterinformationen                                       | No        |

## CrmDealClosingType

| Value    | Description |
| -------- | ----------- |
| POSITIVE |             |
| NEGATIVE |             |

## CrmDealTopic

### Attributes:

| Datatype              | Name        | Description                                  | Read-only |
| --------------------- | ----------- | -------------------------------------------- | --------- |
| *number*              | sortOrder   | Sortierreihenfolge                           | No        |
| *boolean*             | active      | aktiv                                        | Yes       |
| *string*              | description | Beschreibung                                 | No        |
| *string*              | label       | Bezeichnung                                  | No        |
| *number*              | id          | Unique identifier of the Object              | No        |
| *number*              | version     | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info        | MetaInformations for this Object             | Yes       |

## CrmObjectRef

### Attributes:

| Datatype                  | Name        | Description  | Read-only |
| ------------------------- | ----------- | ------------ | --------- |
| *string*                  | number      | Nummer       | No        |
| *string*                  | description | Beschreibung | No        |
| [CrmSubType](#CrmSubType) | subType     | Sub-Type     | No        |
| *string*                  | label       | Bezeichung   | No        |
| *number*                  | id          | ID           | No        |
| [CrmState](#CrmState)     | state       | Status       | No        |
| [CrmType](#CrmType)       | type        | CRM-Typ      | No        |

## CrmParticipant

### Attributes:

| Datatype                                  | Name             | Description                                  | Read-only |
| ----------------------------------------- | ---------------- | -------------------------------------------- | --------- |
| *string*                                  | description      | Beschreibung                                 | No        |
| *number*                                  | id               | Unique identifier of the Object              | No        |
| [ApiObjectReference](#ApiObjectReference) | accountPersonRef | Ansprechpartner                              | No        |
| *number*                                  | version          | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                     | info             | MetaInformations for this Object             | Yes       |

## CrmPriority

### Attributes:

| Datatype                                        | Name            | Description                                  | Read-only |
| ----------------------------------------------- | --------------- | -------------------------------------------- | --------- |
| *number*                                        | sortOrder       | Sortierreihenfolge                           | No        |
| [CrmPriorityType](#CrmPriorityType)             | crmPriorityType | Prioritäten-Typ                              | No        |
| *string*                                        | label           | Bezeichnung                                  | No        |
| *number*                                        | id              | Unique identifier of the Object              | No        |
| [ApiCreatableReference](#ApiCreatableReference) | portalEnumRef   | portalEnum for this priority                 | No        |
| *number*                                        | version         | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                           | info            | MetaInformations for this Object             | Yes       |

## CrmPriorityType

| Value    | Description |
| -------- | ----------- |
| CRITICAL |             |
| NORMAL   |             |
| LOW      |             |

## CrmProject

### Attributes:

| Datatype                                         | Name                               | Description                                  | Read-only |
| ------------------------------------------------ | ---------------------------------- | -------------------------------------------- | --------- |
| *string*                                         | notes                              | Notizen                                      | No        |
| *number*                                         | recordedTimes                      | Erfasste Zeiten in Sekunden                  | Yes       |
| [ScriptingDate](#ScriptingDate)                  | actualProjectPeriodTo              | Tatsächlicher Projektzeitraum (bis)          | No        |
| [ScriptingDate](#ScriptingDate)                  | actualProjectPeriodFrom            | Tatsächlicher Projektzeitraum (von)          | No        |
| *string*                                         | description                        | Notiz/Beschreibung                           | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | observerRefs                       | Beobachter                                   | No        |
| [ApiObjectReference](#ApiObjectReference)        | priorityRef                        | Priorität der Aufgabe                        | No        |
| [CrmParticipant](#CrmParticipant)                | projectManagerOfContractor         | Projektleiter vom Auftragnehmer              | No        |
| [ApiObjectReference](#ApiObjectReference)        | phaseRef                           | Phase                                        | No        |
| *string*                                         | number                             | Aufgaben-Nummer                              | Yes       |
| [ApiObjectReference](#ApiObjectReference)        | stateRef                           | Status der Aufgabe                           | No        |
| *number*                                         | billedTimes                        | Abgerechnete Zeiten in Sekunden              | Yes       |
| Array<[DocumentRef](#DocumentRef)>               | purchaseDocumentRefs               | Einkaufsbelege                               | No        |
| [ScriptingDate](#ScriptingDate)                  | plannedProjectPeriodFrom           | Geplanter Projektzeitraum (von)              | No        |
| Array<[DocumentRef](#DocumentRef)>               | salesDocumentRefs                  | Verkaufsbelege                               | No        |
| Array<[DocumentRef](#DocumentRef)>               | contractRefs                       | Vertrag                                      | No        |
| *number*                                         | id                                 | Unique identifier of the Object              | No        |
| [ScriptingDate](#ScriptingDate)                  | contractConclusionDate             | Datum Vertragsabschluss                      | No        |
| [ApiObjectReference](#ApiObjectReference)        | typeRef                            | Typ der Aufgabe                              | No        |
| [MetaInfo](#MetaInfo)                            | info                               | MetaInformations for this Object             | Yes       |
| Array<[CrmParticipant](#CrmParticipant)>         | additionalParticipantsOfCustomer   | Weitere Teilnehmer vom Auftraggeber          | No        |
| [CrmParticipant](#CrmParticipant)                | projectManagerOfCustomer           | Projektleiter vom Auftraggeber               | No        |
| Array<[CrmObjectRef](#CrmObjectRef)>             | parentRefs                         | Übergeordnete CRM-Objekte                    | No        |
| *number*                                         | effortCommissioned                 | Gesamt beauftragte Zeit in Sekunden          | No        |
| *number*                                         | effortEstimation                   | Gesamt Aufwandsschätzung in Sekunden         | No        |
| Array<[CrmChecklistItem](#CrmChecklistItem)>     | checklist                          | Checkliste: Memo + Checked                   | No        |
| *string*                                         | label                              | Aufgabentitel                                | No        |
| *boolean*                                        | processedByWorkflow                | In Workflow-Verarbeitung?                    | Yes       |
| *number*                                         | version                            | Version Identifier for this Object (for PUT) | No        |
| [EavCrmproject](#EavCrmproject)                  | customField                        | Freie Felder des CRM-Projekten               | No        |
| Array<[CrmObjectRef](#CrmObjectRef)>             | childRefs                          | Untergeordnete CRM-Objekt                    | No        |
| Array<[TagDto](#TagDto)>                         | tags                               | Tags                                         | No        |
| Array<[CrmParticipant](#CrmParticipant)>         | additionalParticipantsOfContractor | Weitere Teilnehmer vom Auftragnehmer         | No        |
| [ApiObjectReference](#ApiObjectReference)        | accountRef                         | Adresse, zu welcher die Aufgabe gehört       | No        |
| [ScriptingDate](#ScriptingDate)                  | plannedProjectPeriodTo             | Geplanter Projektzeitraum (bis)              | No        |

## CrmReference

### Attributes:

| Datatype                                  | Name          | Description      | Read-only |
| ----------------------------------------- | ------------- | ---------------- | --------- |
| [ApiObjectReference](#ApiObjectReference) | reference     | Referenz         | No        |
| [CrmReferenceType](#CrmReferenceType)     | referenceType | Typ der Referenz | No        |

## CrmReferenceType

| Value          | Description |
| -------------- | ----------- |
| ARTICLE        |             |
| DOCUMENT\_LINE |             |
| OPEN\_ITEM     |             |
| ASSET          |             |

## CrmReminder

### Attributes:

| Datatype                                  | Name     | Description                                  | Read-only |
| ----------------------------------------- | -------- | -------------------------------------------- | --------- |
| *number*                                  | crmId    | ID des CRM Objekts                           | No        |
| *string*                                  | note     | Notiz zur Erinnerung                         | No        |
| [ApiObjectReference](#ApiObjectReference) | userRef  | Wer soll erinnert werden                     | No        |
| *boolean*                                 | critical | Kritische Erinnerung?                        | No        |
| *number*                                  | id       | Unique identifier of the Object              | No        |
| *number*                                  | version  | Version Identifier for this Object (for PUT) | No        |
| [ScriptingDateTime](#ScriptingDateTime)   | remindAt | Erinnerungszeitpunkt                         | No        |
| [MetaInfo](#MetaInfo)                     | info     | MetaInformations for this Object             | Yes       |

## CrmState

### Attributes:

| Datatype                                        | Name                         | Description                                             | Read-only |
| ----------------------------------------------- | ---------------------------- | ------------------------------------------------------- | --------- |
| Array<[CrmSubType](#CrmSubType)>                | crmSubTypes                  | Typ zu dem dieser Status gehört                         | No        |
| *boolean*                                       | active                       | active                                                  | Yes       |
| *string*                                        | description                  | Beschreibung                                            | No        |
| *boolean*                                       | needsCommentOnPositiveFinish | Kommentar bei positivem Abschluß erforderlich           | No        |
| *string*                                        | label                        | Bezeichnung                                             | No        |
| [ApiCreatableReference](#ApiCreatableReference) | portalEnumRef                | portalEnum for this state                               | No        |
| *number*                                        | version                      | Version Identifier for this Object (for PUT)            | No        |
| *boolean*                                       | finishState                  | Handelt es sich um einen End-Status                     | No        |
| *number*                                        | sortOrder                    | Sortierreihenfolge                                      | No        |
| *number*                                        | id                           | Unique identifier of the Object                         | No        |
| *boolean*                                       | readyToBill                  | Handelt es sich um einen "Bereit zur Abrechnung"-Status | No        |
| *boolean*                                       | needsCommentOnNegativeFinish | Kommentar bei negativem Abschluß erforderlich           | No        |
| *boolean*                                       | startState                   | Handelt es sich um einen Anfang-Status                  | No        |
| [MetaInfo](#MetaInfo)                           | info                         | MetaInformations for this Object                        | Yes       |

## CrmSubType

### Attributes:

| Datatype              | Name        | Description                                  | Read-only |
| --------------------- | ----------- | -------------------------------------------- | --------- |
| *number*              | sortOrder   | Sortierreihenfolge                           | No        |
| *boolean*             | active      | aktiv                                        | Yes       |
| *string*              | description | Beschreibung                                 | No        |
| *string*              | label       | Bezeichnung                                  | No        |
| *number*              | id          | Unique identifier of the Object              | No        |
| *number*              | version     | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info        | MetaInformations for this Object             | Yes       |

## CrmTask

### Attributes:

| Datatype                                         | Name                               | Description                                                  | Read-only |
| ------------------------------------------------ | ---------------------------------- | ------------------------------------------------------------ | --------- |
| [DocumentRef](#DocumentRef)                      | customerOfferRef                   | Angebot                                                      | No        |
| [ApiObjectReference](#ApiObjectReference)        | mainResponsibleParticipantRef      | Verantwortlicher Teilnehmer (Ansprechpartner)                | No        |
| Array<[CrmReminder](#CrmReminder)>               | reminders                          | Liste von Erinnerungen                                       | No        |
| *string*                                         | notes                              | Notizen                                                      | No        |
| Array<[CrmReference](#CrmReference)>             | references                         | Referenzen                                                   | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | observerRefs                       | Beobachter                                                   | No        |
| [ApiObjectReference](#ApiObjectReference)        | responsibleCustomerPersonRef       | Hauptverantwortlicher Ansprechpartner Kunde                  | No        |
| [ApiObjectReference](#ApiObjectReference)        | priorityRef                        | Priorität der Aufgabe                                        | No        |
| *string*                                         | number                             | Aufgaben-Nummer                                              | Yes       |
| [ApiObjectReference](#ApiObjectReference)        | mainResponsibleUserRef             | Verantwortlicher Benutzer                                    | No        |
| [DocumentRef](#DocumentRef)                      | customerOrderRef                   | Auftrag                                                      | No        |
| *number*                                         | internalRecordedTimes              | Erfasste Zeiten in Sekunden (intern)                         | Yes       |
| Array<[DocumentRef](#DocumentRef)>               | purchaseDocumentRefs               | Einkaufsbelege                                               | No        |
| Array<[DocumentRef](#DocumentRef)>               | contractRefs                       | Vertrag                                                      | No        |
| *number*                                         | id                                 | Unique identifier of the Object                              | No        |
| [MetaInfo](#MetaInfo)                            | info                               | MetaInformations for this Object                             | Yes       |
| Array<[CrmTaskParticipant](#CrmTaskParticipant)> | additionalParticipantsOfCustomer   | Weitere Teilnehmer vom Auftraggeber                          | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedByUserRef                  | Zugewiesen von                                               | No        |
| *number*                                         | version                            | Version Identifier for this Object (for PUT)                 | No        |
| [EavCrmtask](#EavCrmtask)                        | customField                        | Freie Felder der CRM-Aufgabe                                 | No        |
| Array<[CrmObjectRef](#CrmObjectRef)>             | childRefs                          | Untergeordnete CRM-Objekt                                    | No        |
| Array<[TagDto](#TagDto)>                         | tags                               | Tags                                                         | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | duplicatedByTaskRefs               | Wird von diesen Aufgaben dupliziert                          | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedGroupRef                   | Zu Erledigen von Benutzergruppe (zugeordnete Benutzergruppe) | No        |
| [ScriptingDateTime](#ScriptingDateTime)          | dueDateTime                        | Zu erledigen                                                 | No        |
| [ApiObjectReference](#ApiObjectReference)        | mainResponsibleGroupRef            | Verantwortlicher Benutzer                                    | No        |
| [ApiObjectReference](#ApiObjectReference)        | accountRef                         | Adresse, zu welcher die Aufgabe gehört                       | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | blockedByTaskRefs                  | Wird von diesen Aufgaben blockiert                           | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedParticipantRef             | Zu Erledigen von Teilnehmer (Ansprechpartner)                | No        |
| *number*                                         | externalBilledTimes                | Abgerechnete Zeiten in Sekunden (extern)                     | Yes       |
| *number*                                         | kanbanSortOrder                    | Kanban-Sortierreihenfolge                                    | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | relatedToTaskRefs                  | Steht mit diesen Aufgaben im Zusammenhang                    | No        |
| *string*                                         | description                        | Notiz/Beschreibung                                           | No        |
| [ApiObjectReference](#ApiObjectReference)        | stateRef                           | Status der Aufgabe                                           | No        |
| [CrmTaskBillingType](#CrmTaskBillingType)        | billingType                        | Abrechnungsart                                               | No        |
| Array<[DocumentRef](#DocumentRef)>               | billingDocumentRefs                | Abrechnungen                                                 | No        |
| Array<[DocumentRef](#DocumentRef)>               | salesDocumentRefs                  | Verkaufsbelege                                               | No        |
| [ScriptingDateTime](#ScriptingDateTime)          | toBeDoneStartingFrom               | Zu erledigen ab                                              | No        |
| [ApiObjectReference](#ApiObjectReference)        | typeRef                            | Typ der Aufgabe                                              | No        |
| [ApiObjectReference](#ApiObjectReference)        | assignedUserRef                    | Zu Erledigen von Benutzer (zugeordneter Benutzer)            | No        |
| Array<[CrmObjectRef](#CrmObjectRef)>             | parentRefs                         | Übergeordnete CRM-Objekte                                    | No        |
| *number*                                         | externalRecordedTimes              | Erfasste Zeiten in Sekunden (extern)                         | Yes       |
| *number*                                         | effortCommissioned                 | Beauftragte Zeit in Sekunden                                 | No        |
| *number*                                         | effortEstimation                   | Aufwandsschätzung in Sekunden                                | No        |
| [CrmTaskBillingRule](#CrmTaskBillingRule)        | billingRule                        | Abrechnungsregel                                             | No        |
| Array<[CrmChecklistItem](#CrmChecklistItem)>     | checklist                          | Checkliste: Memo + Checked                                   | No        |
| *string*                                         | label                              | Aufgabentitel                                                | No        |
| *boolean*                                        | processedByWorkflow                | In Workflow-Verarbeitung?                                    | Yes       |
| *number*                                         | internalBilledTimes                | Abgerechnete Zeiten in Sekunden (intern)                     | Yes       |
| Array<[ApiObjectReference](#ApiObjectReference)> | blocksTaskRefs                     | Blockiert diese Aufgaben                                     | No        |
| Array<[CrmTaskParticipant](#CrmTaskParticipant)> | additionalParticipantsOfContractor | Weitere Teilnehmer vom Auftragnehmer                         | No        |
| *boolean*                                        | publish                            | Soll die Aufgabe veröffentlicht werden?                      | No        |
| *number*                                         | progress                           | Fortschritt in Prozent                                       | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | duplicatesTaskRefs                 | Duplizierte Aufgaben                                         | No        |

## CrmTaskBillingRule

| Value                           | Description |
| ------------------------------- | ----------- |
| ONLY\_COMPLETE                  |             |
| ONLY\_BILL\_WITH\_PARENT\_TASK  |             |
| ALLOW\_ACTIVITIES\_INDIVIDUALLY |             |

## CrmTaskBillingType

| Value    | Description |
| -------- | ----------- |
| UNCLEAR  |             |
| CUSTOMER |             |
| INTERNAL |             |

## CrmTaskParticipant

### Attributes:

| Datatype                                  | Name             | Description                                  | Read-only |
| ----------------------------------------- | ---------------- | -------------------------------------------- | --------- |
| *boolean*                                 | observer         | Beobachter                                   | No        |
| *string*                                  | description      | Beschreibung                                 | No        |
| *number*                                  | id               | Unique identifier of the Object              | No        |
| *string*                                  | voteComment      | Kommentar zur Abstimmung                     | No        |
| [ApiObjectReference](#ApiObjectReference) | accountPersonRef | Ansprechpartner                              | No        |
| *boolean*                                 | vote             | Abstimmung                                   | No        |
| *number*                                  | version          | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                     | info             | MetaInformations for this Object             | Yes       |

## CrmType

| Value   | Description |
| ------- | ----------- |
| TASK    |             |
| DEAL    |             |
| PROJECT |             |

## CrmTypedDocumentRef

### Description

CRM-Belegreferenz

### Attributes:

| Datatype                                                  | Name              | Description           | Read-only |
| --------------------------------------------------------- | ----------------- | --------------------- | --------- |
| [ECrmSpecialDocumentRefType](#ECrmSpecialDocumentRefType) | specialRefType    | Typ der Belegreferenz | Yes       |
| [EDocumentQualifier](#EDocumentQualifier)                 | documentQualifier | Beleg-Qualifizierer   | Yes       |
| [DocumentRef](#DocumentRef)                               | documentRef       | Belegreferenz         | Yes       |

## CrmTypedDocumentRefList

### Description

Liste von CRM-Belegreferenzen

## CurrencyReference

### Attributes:

| Datatype | Name      | Description                | Read-only |
| -------- | --------- | -------------------------- | --------- |
| *string* | symbol    | Symbol der Währung         | Yes       |
| *string* | isoAlpha3 | IsoAlpha3-Code der Währung | No        |
| *string* | label     | Bezeichnung der Währung    | Yes       |
| *number* | id        | ID der Währung             | No        |

## Customer

### Attributes:

| Datatype                                                            | Name                      | Description                                       | Read-only |
| ------------------------------------------------------------------- | ------------------------- | ------------------------------------------------- | --------- |
| [AccountOrderStackProcessingType](#AccountOrderStackProcessingType) | stackProcessingType       | Option für die Stapelverarbeitung                 | No        |
| [ApiObjectReference](#ApiObjectReference)                           | customerGroupRef          | reference to customer group                       | No        |
| *string*                                                            | dueDateCalculation        | Cron-Ausdruck zur Berechnung der Sammelabrechnung | No        |
| *number*                                                            | maximalLoan               | Kreditlimit                                       | No        |
| [ScriptingDate](#ScriptingDate)                                     | dueDate                   | Fälligkeit der nächsten Sammelabrechnung          | No        |
| *number*                                                            | maxDeliveries             | Maximal mögliche Lieferungen                      | No        |
| *boolean*                                                           | collectiveBillable        | collective billable                               | No        |
| *boolean*                                                           | deliveryBlocked           | Hat der Kunde eine Liefersperre?                  | No        |
| *string*                                                            | number                    | number of customer                                | No        |
| [AccountBillingType](#AccountBillingType)                           | billingType               | presetting of billing type                        | No        |
| [ScriptingDate](#ScriptingDate)                                     | nextDueDate               | Nächste Fälligkeit nach der aktuellen             | No        |
| *number*                                                            | stackProcessingPriority   | Priorität für die Stapelverarbeitung              | No        |
| *boolean*                                                           | collectiveInvoiceManually | Sammelabrechnung nur manuell auslösen?            | No        |
| [ApiObjectReference](#ApiObjectReference)                           | productPriceGroupRef      | reference to product price group                  | No        |
| *number*                                                            | id                        | Unique identifier of the Object                   | No        |
| *string*                                                            | accountingNumber          | finance account-number of customer                | No        |
| [MetaInfo](#MetaInfo)                                               | info                      | MetaInformations for this Object                  | Yes       |
| [ApiObjectReference](#ApiObjectReference)                           | deliveryMethodRef         | reference to the delivery method                  | No        |
| *boolean*                                                           | taxable                   | tax able or tax free                              | No        |
| *boolean*                                                           | active                    | active true/false                                 | Yes       |
| [ApiObjectReference](#ApiObjectReference)                           | responsibleUserRef        | reference to responsible user                     | No        |
| *string*                                                            | ourNumber                 | customers number for us                           | No        |
| [ApiObjectReference](#ApiObjectReference)                           | paymentTermRef            | reference to the payment term                     | No        |
| *number*                                                            | version                   | Version Identifier for this Object (for PUT)      | No        |
| [ApiObjectReference](#ApiObjectReference)                           | deliveryTermRef           | reference to the delivery term                    | No        |
| *string*                                                            | performanceCountryCode    | country code performance country IsoAlpha3        | No        |
| [ApiObjectReference](#ApiObjectReference)                           | paymentMethodRef          | reference to the payment method                   | No        |
| *string*                                                            | currencyCode              | currency code IsoAlpha3                           | No        |

## DangerousGoodInformation

### Attributes:

| Datatype                                        | Name                  | Description                                  | Read-only |
| ----------------------------------------------- | --------------------- | -------------------------------------------- | --------- |
| *string*                                        | shippingName          | shipping name                                | No        |
| [TunnelRestrictionCode](#TunnelRestrictionCode) | tunnelRestrictionCode | tunnel restriction classes                   | No        |
| *string*                                        | transportCategory     | transportation category                      | No        |
| *string*                                        | description           | description                                  | No        |
| *string*                                        | technicalName         | technical name                               | No        |
| *number*                                        | version               | Version Identifier for this Object (for PUT) | No        |
| *boolean*                                       | subsidiaryRisk        | secundary risk of the dangerous good         | No        |
| *string*                                        | classificationCode    | classification code                          | No        |
| *string*                                        | packingCode           | packing code                                 | No        |
| *string*                                        | unNumber              | united nations number (un number)            | No        |
| *string*                                        | identificationClass   | identification class                         | No        |
| [RegulationCode](#RegulationCode)               | regulationCode        | regulation code                              | No        |
| [RegulationSet](#RegulationSet)                 | regulationSet         | regulation Set, e.g. ADR                     | No        |
| *number*                                        | id                    | Unique identifier of the Object              | No        |
| *string*                                        | packingGroup          | packing group (I, II, III or blank)          | No        |
| *number*                                        | hazardousWeight       | weight of the hazardous part                 | No        |
| *string*                                        | adrNumber             | adr identification number                    | No        |
| [MetaInfo](#MetaInfo)                           | info                  | MetaInformations for this Object             | Yes       |

## DealNotificationEventConfig

| Value                    | Description |
| ------------------------ | ----------- |
| DEAL\_CHANGED            |             |
| DEAL\_COMMENT\_MENTIONED |             |
| DEAL\_CLOSED\_LOOSE      |             |
| DEAL\_CLOSED\_WON        |             |
| DEAL\_REMINDER           |             |

## DeliveryMethod

### Attributes:

| Datatype                                                              | Name                  | Description                                                                                           | Read-only |
| --------------------------------------------------------------------- | --------------------- | ----------------------------------------------------------------------------------------------------- | --------- |
| *boolean*                                                             | forwardEmailToShipper | E-Mail an Versender übergeben                                                                         | No        |
| *boolean*                                                             | splitIntoNewDocument  | Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden | No        |
| *number*                                                              | minWeightPerParcel    | Min. Gewicht pro Paket                                                                                | No        |
| *number*                                                              | deliveryTime          | Versanddauer in Tagen                                                                                 | No        |
| *string*                                                              | printDescription      | printDescription                                                                                      | No        |
| *number*                                                              | maxWeightPerParcel    | Max. Gewicht pro Paket                                                                                | No        |
| *boolean*                                                             | active                | Aktiv?                                                                                                | Yes       |
| *string*                                                              | description           | description                                                                                           | No        |
| *string*                                                              | label                 | label for this delivery method                                                                        | No        |
| *number*                                                              | version               | Version Identifier for this Object (for PUT)                                                          | No        |
| *boolean*                                                             | forwardPhoneToShipper | Telefon an Versender übergeben                                                                        | No        |
| [UnitTypeReference](#UnitTypeReference)                               | defaultSizeUnit       | Standardlängeneinheit                                                                                 | No        |
| [DeliveryMethodParcelWeightSource](#DeliveryMethodParcelWeightSource) | parcelWeightSource    | Quelle für Paketgewicht                                                                               | No        |
| Array<[DocumentTypeTerm](#DocumentTypeTerm)>                          | translations          | translations                                                                                          | No        |
| *Array*                                                               | validCountryCodes     | Gültige Ländercodes                                                                                   | No        |
| *number*                                                              | vdsCarrierId          | Versand-Anbieter                                                                                      | No        |
| [UnitTypeReference](#UnitTypeReference)                               | defaultWeightUnit     | Standardgewichtseinheit                                                                               | No        |
| *number*                                                              | id                    | Unique identifier of the Object                                                                       | No        |
| [MetaInfo](#MetaInfo)                                                 | info                  | MetaInformations for this Object                                                                      | Yes       |

## DeliveryMethodParcelWeightSource

| Value                          | Description |
| ------------------------------ | ----------- |
| AUTOMATIC\_VIA\_DOCUMENT\_LINE |             |
| MANUAL\_RECORDING              |             |

## DeliveryTerm

### Attributes:

| Datatype                                                            | Name                            | Description                                                 | Read-only |
| ------------------------------------------------------------------- | ------------------------------- | ----------------------------------------------------------- | --------- |
| *number*                                                            | freeShippingGrossValue          | free shipping gross value                                   | No        |
| *number*                                                            | codNetFee                       | cod net fee to charge on document                           | No        |
| *string*                                                            | printDescription                | printDescription                                            | No        |
| *number*                                                            | codGrossFee                     | cod gross fee to charge on document                         | No        |
| *boolean*                                                           | active                          | Aktiv?                                                      | No        |
| *string*                                                            | description                     | description                                                 | No        |
| *string*                                                            | label                           | label for this delivery term                                | No        |
| [CalculateFreightChargesWithType](#CalculateFreightChargesWithType) | calculateFreightChargesWithType | information, when the shipping charges should be calculated | No        |
| *string*                                                            | languageCode                    | Sprache des Accounts                                        | No        |
| *boolean*                                                           | freightChargesPerParcel         | calculate shipping charges per parcel                       | No        |
| *number*                                                            | version                         | Version Identifier for this Object (for PUT)                | No        |
| [CalculateFreightChargesFromType](#CalculateFreightChargesFromType) | calculateFreightChargesFromType | information, how the shipping charges should be calculated  | No        |
| Array<[DocumentTypeTerm](#DocumentTypeTerm)>                        | translations                    | translations                                                | No        |
| Array<[ApiObjectReference](#ApiObjectReference)>                    | deliveryMethodRefs              | Lieferarten                                                 | No        |
| *number*                                                            | id                              | Unique identifier of the Object                             | No        |
| [ApiObjectReference](#ApiObjectReference)                           | shippingCostArticleRef          | Versandkostenartikel                                        | No        |
| *number*                                                            | freeShippingNetValue            | free shipping net value                                     | No        |
| [MetaInfo](#MetaInfo)                                               | info                            | MetaInformations for this Object                            | Yes       |

## DmsOutputStream

### Description

Leitet die geschriebenen Daten an ein Dokument im DMS weiter.

### Attributes:

| Datatype                                          | Name              | Description | Read-only |
| ------------------------------------------------- | ----------------- | ----------- | --------- |
| [ShelfFileUploadSession](#ShelfFileUploadSession) | delegate          |             | No        |
| [ShelfFile](#ShelfFile)                           | producedFile      |             | No        |
| [ShelfCommonMapper](#ShelfCommonMapper)           | shelfCommonMapper |             | No        |

## Document

### Attributes:

| Datatype                                                  | Name                                | Description                                                                | Read-only |
| --------------------------------------------------------- | ----------------------------------- | -------------------------------------------------------------------------- | --------- |
| [ScriptingDate](#ScriptingDate)                           | confirmedDeliveryDateEnd            | Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)          | No        |
| [ApiObjectReference](#ApiObjectReference)                 | billingAccountRef                   | Referenz zum Rechnungskonto                                                | No        |
| *string*                                                  | externalNumber                      | Externe Belegnummer                                                        | No        |
| Array<[DocumentTax](#DocumentTax)>                        | taxes                               | Steuerzusammenfassung für diesen Beleg                                     | Yes       |
| *number*                                                  | baseTotalNetPrice                   | Gesamtpreis - Netto Basiswährung                                           | No        |
| [DocumentPosDetail](#DocumentPosDetail)                   | posDetail                           | Quittungsdetails                                                           | No        |
| [ScriptingDate](#ScriptingDate)                           | confirmedDeliveryDate               | Bestätigtes Lieferdatum                                                    | No        |
| *string*                                                  | number                              | Belegnummer                                                                | No        |
| *number*                                                  | totalVat                            | Gesamte Mehrwertsteuer                                                     | Yes       |
| [ApiObjectReference](#ApiObjectReference)                 | defaultStorageRef                   | Standardlager für neue Positionen                                          | No        |
| *string*                                                  | orderedBy                           | Name der bestellenden Person                                               | No        |
| [DocumentAddress](#DocumentAddress)                       | deliveryAddress                     | Lieferadresse                                                              | No        |
| *number*                                                  | stackProcessingPriority             | Priorität in der Stapelverarbeitung                                        | No        |
| *number*                                                  | totalLinePriceModifier              | Positionsrabatt gesamt \[BRUTTO, NETTO]                                    | Yes       |
| *number*                                                  | id                                  | Unique identifier of the Object                                            | No        |
| *number*                                                  | posReceiptBalance                   | Quittung: Saldo                                                            |           |
| positiver Wert: Betrag der noch zu zahlen ist             |                                     |                                                                            |           |
| negativer Wert: überzahlter Betrag / Rückgeld             |                                     |                                                                            |           |
| No                                                        |                                     |                                                                            |           |
| *number*                                                  | deliveryQuantityPackages            | Voraussichtliche Paketanzahl (nur Info)                                    | No        |
| *string*                                                  | referencedOrderNumber               | Bestellnummer aus Vorbeleg                                                 | Yes       |
| *string*                                                  | buyerReference                      | Leitweg-ID                                                                 | No        |
| *boolean*                                                 | taxable                             | Steuerpflichtig oder steuerfrei                                            | No        |
| *number*                                                  | baseTotalLinePriceModifier          | Preisanpassungen - Belegpositionssumme Basiswährung                        | No        |
| *number*                                                  | baseDepositPaymentAmount            | Vorkassebetrag Basiswährung                                                | No        |
| *number*                                                  | totalBeforeModifier                 | Gesamtpreis vor Rabatt \[BRUTTO, NETTO]                                    | Yes       |
| *boolean*                                                 | frozen                              | Ist der Beleg festgeschrieben?                                             | Yes       |
| [ApiObjectReference](#ApiObjectReference)                 | responsibleUserRef                  | Referenz auf verantwortlichen Benutzer                                     | No        |
| *string*                                                  | salesAgentNumber                    | Vertreternummer                                                            | Yes       |
| *string*                                                  | languageCode                        | Sprache                                                                    | No        |
| *number*                                                  | version                             | Version Identifier for this Object (for PUT)                               | No        |
| Array<[TagDto](#TagDto)>                                  | tags                                | Tags für diesen Beleg                                                      | No        |
| *number*                                                  | accountId                           | ID der Organisationseinheit                                                | No        |
| *string*                                                  | sourceCountryCode                   | Länderkennzeichen Ursprungsland (ISO Alpha-3)                              | No        |
| *string*                                                  | performanceCountryCode              | Länderkennzeichen Leistungsland (ISO Alpha-3)                              | No        |
| [ScriptingDate](#ScriptingDate)                           | depositPaymentDate                  | Vereinbartes Anzahlungsdatum                                               | Yes       |
| *number*                                                  | shippingCostSum                     | Summe der Versandkosten (netto/brutto)                                     | Yes       |
| [DocumentQualifier](#DocumentQualifier)                   | qualifier                           | Art des Belegs                                                             | Yes       |
| [ApiObjectReference](#ApiObjectReference)                 | paymentMethodRef                    | Referenz auf Zahlungsmethode                                               | No        |
| [ScriptingDate](#ScriptingDate)                           | documentDate                        | Belegdatum                                                                 | No        |
| *boolean*                                                 | taxLiabilityReversed                | Reverse-Charge-Verfahren nach §13b UStG?                                   | No        |
| *number*                                                  | roundingAmount                      | Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt) | Yes       |
| [ScriptingDate](#ScriptingDate)                           | shippingDate                        | Versanddatum                                                               | No        |
| *string*                                                  | supplierNumber                      | Lieferantennummer                                                          | Yes       |
| *number*                                                  | totalGrossPrice                     | Gesamtpreis brutto                                                         | Yes       |
| *boolean*                                                 | deliveryApproved                    | Ist der Beleg zur Lieferung freigegeben?                                   | No        |
| Array<[DocumentPosPayment](#DocumentPosPayment)>          | posPayments                         | Kassen-Zahlungspositionen                                                  | No        |
| *string*                                                  | ourCustomerNumber                   | Kundennummer beim Lieferanten                                              | Yes       |
| *number*                                                  | maxDeliveries                       | Maximal mögliche Lieferungen                                               | No        |
| *boolean*                                                 | posReceiptPayed                     | Ist die Quittung bezahlt                                                   |           |
| true wenn die Quittung bezahlt ist                        |                                     |                                                                            |           |
| No                                                        |                                     |                                                                            |           |
| *number*                                                  | posReceiptPaymentSum                | Quittung: Summe Zahlbetrag                                                 | No        |
| [ScriptingDate](#ScriptingDate)                           | deliveryDate                        | Voraussichtliches Lieferdatum                                              | No        |
| [ScriptingDate](#ScriptingDate)                           | deliveryDateEnd                     | Voraussichtliches Lieferende (nur wenn Lieferdatum gesetzt)                | No        |
| [DocumentContractDetail](#DocumentContractDetail)         | contractDetail                      | Vertragsdetails                                                            | No        |
| *number*                                                  | cashDiscountableTotalGrossPrice     | Skontofähiger Bruttogesamtbetrag                                           | Yes       |
| *boolean*                                                 | paymentPlan                         | Zahlungsplan vorhanden?                                                    | No        |
| [DocumentFabricationDetail](#DocumentFabricationDetail)   | fabricationDetail                   | Produktionsdetails                                                         | No        |
| [CalculationMode](#CalculationMode)                       | calculationMode                     | Berechnungsmodus                                                           | No        |
| *string*                                                  | accountNumber                       | Kontonummer der zugehörigen Organisationseinheit                           | Yes       |
| *boolean*                                                 | processedByWorkflow                 | Wird vom Workflow verarbeitet?                                             | Yes       |
| [PaymentTermRef](#PaymentTermRef)                         | paymentTermRef                      | Referenz auf Zahlungsbedingung                                             | No        |
| *number*                                                  | baseTotalDocumentPriceModifier      | Preisanpassungen - Beleg Basiswährung                                      | No        |
| *boolean*                                                 | forwardPhoneToShipper               | Telefon an Versender übergeben                                             | No        |
| Array<[DocumentText](#DocumentText)>                      | texts                               | Liste der Belegtexte                                                       | No        |
| *boolean*                                                 | collectiveInvoice                   | Sammelrechnung?                                                            | No        |
| *string*                                                  | currencyCode                        | Währung (ISO-Code, Alpha-3)                                                | No        |
| [DocumentAddress](#DocumentAddress)                       | defaultAddress                      | Standardadresse                                                            | No        |
| [ScriptingDate](#ScriptingDate)                           | performanceDate                     | Leistungsdatum                                                             | No        |
| [OrderStackProcessingType](#OrderStackProcessingType)     | stackProcessingType                 | Verarbeitungsoption für Stapel                                             | No        |
| *boolean*                                                 | dropShippingInvoiceApproved         | Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?                  | Yes       |
| [EN16931Profile](#EN16931Profile)                         | en16931Profile                      | EN16931-Profil für elektronische Rechnungen                                | No        |
| [TaxPerformanceLocationType](#TaxPerformanceLocationType) | taxPerformanceLocation              | Ort der steuerlichen Leistungserbringung                                   | No        |
| *number*                                                  | exchangeRate                        | Wechselkurs                                                                | No        |
| [DocumentAdditionalInfo](#DocumentAdditionalInfo)         | additionalInfo                      | Zusätzliche Infos zu Entscheidungen im Belegkontext                        | Yes       |
| *number*                                                  | baseCashDiscountableTotalGrossPrice | skontierbarer Rechnungsbetrag Basiswährung                                 | No        |
| [ScriptingDate](#ScriptingDate)                           | orderedOn                           | Bestelldatum                                                               | No        |
| [MetaInfo](#MetaInfo)                                     | info                                | MetaInformations for this Object                                           | Yes       |
| [ApiObjectReference](#ApiObjectReference)                 | deliveryMethodRef                   | Referenz auf Liefermethode                                                 | No        |
| *number*                                                  | totalPriceModifier                  | Rabatt gesamt \[BRUTTO, NETTO]                                             | Yes       |
| *boolean*                                                 | dropShipping                        | Streckengeschäft                                                           | Yes       |
| *number*                                                  | totalNetPrice                       | Gesamtpreis netto                                                          | Yes       |
| [EInvoiceValidationState](#EInvoiceValidationState)       | valitoolValidationState             | Validierungsstatus bei elektronischen Rechnungen                           | Yes       |
| *boolean*                                                 | published                           | Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?               | Yes       |
| [ApiObjectReference](#ApiObjectReference)                 | afterPickingTargetDocumentTypeRef   | Ziel-Belegtyp nach Kommissionierung                                        | No        |
| *number*                                                  | depositPaymentAmount                | Vereinbarter Anzahlungsbetrag                                              | No        |
| *number*                                                  | totalDocumentPriceModifier          | Belegrabatt gesamt \[BRUTTO, NETTO]                                        | Yes       |
| *string*                                                  | documentType                        | Belegtyp (intern)                                                          | Yes       |
| *number*                                                  | totalGrossVolumeInCubicMeters       | total gross Volume in cubic meters                                         | Yes       |
| *number*                                                  | documentTypeId                      | ID des Belegtyps                                                           | Yes       |
| [DocumentCategory](#DocumentCategory)                     | documentTypeCategory                | Kategorie des Belegs                                                       | Yes       |
| *boolean*                                                 | userDefinedWeight                   | Gesamtgewicht wurde manuell gesetzt                                        | No        |
| [DocumentImportType](#DocumentImportType)                 | importType                          | Importmodus des Belegs                                                     | Yes       |
| [ApiObjectReference](#ApiObjectReference)                 | salesChannelRef                     | Referenz zum zugeordneten Vertriebskanal                                   | No        |
| [BillingType](#BillingType)                               | billingType                         | Abrechnungstyp                                                             | No        |
| *number*                                                  | baseTotalGrossPrice                 | Gesamtpreis - Brutto Basiswährung                                          | No        |
| *string*                                                  | externalIdentifier                  | Externe Kennung                                                            | No        |
| [UnitTypeReference](#UnitTypeReference)                   | grossWeightUnit                     | Einheit für das Gesamtgewicht                                              | No        |
| Array<[DocumentLine](#DocumentLine)>                      | lines                               | Liste der Belegpositionen                                                  | No        |
| *boolean*                                                 | forwardEmailToShipper               | E-Mail an Versender übergeben                                              | No        |
| *string*                                                  | deliveryText                        | Zusätzlicher Liefertext                                                    | No        |
| [EavDocument](#EavDocument)                               | custom                              | Benutzerdefinierte Felder                                                  | No        |
| [ScriptingDate](#ScriptingDate)                           | valueDate                           | Valutadatum                                                                | No        |
| *string*                                                  | customerNumber                      | Kundennummer                                                               | Yes       |
| [DocumentTypeState](#DocumentTypeState)                   | documentState                       | Statusinstanz des Belegs                                                   | Yes       |
| *string*                                                  | taxIdentificationNumber             | Umsatzsteuer-Identifikationsnummer                                         | No        |
| Array<[DocumentShippingCost](#DocumentShippingCost)>      | shippingCosts                       | Versandkostenpositionen                                                    | No        |
| *number*                                                  | posReceiptChangeAmount              | Rückgeld                                                                   | No        |
| [ApiObjectReference](#ApiObjectReference)                 | deliveryTermRef                     | Referenz auf Lieferbedingung                                               | No        |
| *boolean*                                                 | posReceiptBalanced                  | Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld             |           |
| true wenn die Quittung ausbalanciert ist                  |                                     |                                                                            |           |
| No                                                        |                                     |                                                                            |           |
| *number*                                                  | grossWeight                         | Gesamtbruttogewicht                                                        | No        |
| *string*                                                  | baseCurrencyCode                    | Basiswährung des Belegs                                                    | No        |
| [ExchangeRateOrigin](#ExchangeRateOrigin)                 | exchangeRateOrigin                  | Ursprung für Währungskursermittlung                                        | No        |
| Array<[DocumentPriceModifier](#DocumentPriceModifier)>    | priceModifiers                      | Preisänderungen (z.B. Rabatte)                                             | No        |
| [TaxIdVerificationState](#TaxIdVerificationState)         | taxIdVerificationState              | Status der USt-ID-Prüfung                                                  | Yes       |
| [DocumentAddress](#DocumentAddress)                       | billingAddress                      | Rechnungsadresse                                                           | No        |
| [ApiObjectReference](#ApiObjectReference)                 | reportGroupRef                      | Report-Gruppe, falls vom Standard abweichend                               | No        |
| [ApiObjectReference](#ApiObjectReference)                 | orderedByPersonRef                  | Bestellt durch Ansprechpartner                                             | No        |

## DocumentAdditionalInfo

### Attributes:

| Datatype                                                                                                            | Name                           | Description                                                                           | Read-only |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------ | ------------------------------------------------------------------------------------- | --------- |
| [TaxSituationOrigin](#TaxSituationOrigin)                                                                           | taxSituationOrigin             | Steuersachverhalt Herkunft                                                            | No        |
| [LanguageCodeOrigin](#LanguageCodeOrigin)                                                                           | languageCodeOrigin             | Herkunft der Sprache                                                                  | No        |
| Array<[AdditionalParameter](#AdditionalParameter)>                                                                  | contextParameters              | Parameter, welche im {@link DocumentContext} verwendet wurden                         | No        |
| [DocumentRounding](#DocumentRounding)                                                                               | roundingMode                   | Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)             | Yes       |
| [BuyerReferenceOrigin](#BuyerReferenceOrigin)                                                                       | buyerReferenceOrigin           | Herkunft der Käufer-Referenz                                                          | Yes       |
| [CalculationModeOrigin](#CalculationModeOrigin)                                                                     | calculationModeOrigin          | Herkunft des Berechnungsmodus                                                         | Yes       |
| [DocumentAdditionalInfo$IncomingGoodsTarget](#DocumentAdditionalInfoIncomingGoodsTarget)                            | incomingGoodsTarget            | Ziele für den Wareneingang für den gesamten Beleg                                     | No        |
| [EN16931Origin](#EN16931Origin)                                                                                     | en16931Origin                  | Herkunft des E-Rechnungs-Profils                                                      | Yes       |
| Array<[DocumentAdditionalInfo$PrintedTranslatedField](#DocumentAdditionalInfoPrintedTranslatedField)>               | translations                   | Übersetzungen                                                                         | No        |
| *string*                                                                                                            | previousDecisions              | Enthält die Ergebnisse von vorherigen Entscheidungen des Benutzers zu diesem Document | Yes       |
| Array<[DocumentAdditionalInfo$IncomingGoodsTargetOfLine](#DocumentAdditionalInfoIncomingGoodsTargetOfLine)>         | incomingGoodsTargetsPerLine    | Ziele für den Wareneingang je Belegposition                                           | No        |
| Array<[DocumentAdditionalInfo$OrderIntoPickingConvertResult](#DocumentAdditionalInfoOrderIntoPickingConvertResult)> | orderIntoPickingConvertResults | Ergebnisse zu Übernahme "Auftrag in Kommissionierung"                                 | No        |

## DocumentAdditionalInfo$IncomingGoodsTarget

### Attributes:

| Datatype | Name          | Description                     | Read-only |
| -------- | ------------- | ------------------------------- | --------- |
| *number* | pickTrolleyId | Pickwagen für den Wareneingang  | No        |
| *number* | storageBinId  | Lagerplatz für den Wareneingang | No        |

## DocumentAdditionalInfo$IncomingGoodsTargetOfLine

### Attributes:

| Datatype | Name          | Description                     | Read-only |
| -------- | ------------- | ------------------------------- | --------- |
| *number* | pickTrolleyId | Pickwagen für den Wareneingang  | No        |
| *number* | storageBinId  | Lagerplatz für den Wareneingang | No        |
| *number* | lineId        | ID einer Belegposition          | No        |
| *number* | sourceLineId  | ID einer Vorbelegposition       | No        |

## DocumentAdditionalInfo$OrderIntoPickingConvertResult

### Attributes:

| Datatype  | Name    | Description                    | Read-only |
| --------- | ------- | ------------------------------ | --------- |
| *boolean* | success | War die Übernahme erfolgreich? | No        |
| *boolean* | testRun | War es eine Testübernahme?     | No        |
| *string*  | logText | Protokoll der Übernahme        | No        |

## DocumentAdditionalInfo$PrintedTranslatedField

### Attributes:

| Datatype | Name       | Description         | Read-only |
| -------- | ---------- | ------------------- | --------- |
| *string* | fieldName  | name des Feldes     | No        |
| *string* | entityName | zur welcher Entity? | No        |
| *string* | content    | Übersetzung         | No        |

## DocumentAddress

### Attributes:

| Datatype                                  | Name                   | Description                                  | Read-only |
| ----------------------------------------- | ---------------------- | -------------------------------------------- | --------- |
| *string*                                  | city                   | city                                         | No        |
| [ApiObjectReference](#ApiObjectReference) | regionRef              | Region                                       | No        |
| *string*                                  | postOfficeBox          | Post office box                              | No        |
| *string*                                  | street                 | Street                                       | No        |
| *string*                                  | countryCode            | country code IsoAlpha3                       | No        |
| *number*                                  | id                     | Unique identifier of the Object              | No        |
| *string*                                  | mailContact            | Mail contact                                 | No        |
| [MetaInfo](#MetaInfo)                     | info                   | MetaInformations for this Object             | Yes       |
| *string*                                  | globalLocationNumber   | GLN                                          | No        |
| [ApiObjectReference](#ApiObjectReference) | deliveryMethodRef      | Lieferart                                    | No        |
| *string*                                  | postcode               | Postcode                                     | No        |
| *string*                                  | languageCode           | Language Code                                | No        |
| [ApiObjectReference](#ApiObjectReference) | paymentTermRef         | Zahlungsbedingungen                          | No        |
| *number*                                  | version                | Version Identifier for this Object (for PUT) | No        |
| *string*                                  | additionalAddressLine1 | Additional address line1                     | No        |
| *string*                                  | additionalAddressLine2 | Additional address line2                     | No        |
| [ApiObjectReference](#ApiObjectReference) | deliveryTermRef        | Lieferbedingungen                            | No        |
| *string*                                  | streetAddressNumber    | Street address number                        | No        |
| *string*                                  | name3                  | address line 3                               | No        |
| *string*                                  | phoneContact           | Phone contact                                | No        |
| [ApiObjectReference](#ApiObjectReference) | paymentMethodRef       | Zahlungsart                                  | No        |
| [ApiObjectReference](#ApiObjectReference) | accountRef             | Referenz zum Account                         | No        |
| *string*                                  | salutation             | salutation for this address                  | No        |
| *string*                                  | name2                  | address line 2                               | No        |
| *string*                                  | name1                  | address line 1                               | No        |

## DocumentCategory

| Value                                                | Description |
| ---------------------------------------------------- | ----------- |
| CUSTOMER\_OFFER                                      |             |
| CUSTOMER\_ORDER                                      |             |
| CUSTOMER\_DELIVERY\_DOCUMENT                         |             |
| CUSTOMER\_INVOICE                                    |             |
| CUSTOMER\_PROFORMA\_INVOICE                          |             |
| CUSTOMER\_DELIVERY\_INVOICE                          |             |
| CUSTOMER\_PROGRESS\_INVOICE                          |             |
| CUSTOMER\_FINAL\_INVOICE                             |             |
| CUSTOMER\_PARTIAL\_INVOICE                           |             |
| CUSTOMER\_INVOICE\_CANCELLATION                      |             |
| CUSTOMER\_DELIVERY\_INVOICE\_CANCELLATION            |             |
| CUSTOMER\_PROGRESS\_INVOICE\_CANCELLATION            |             |
| CUSTOMER\_FINAL\_INVOICE\_CANCELLATION               |             |
| CUSTOMER\_PARTIAL\_INVOICE\_CANCELLATION             |             |
| CUSTOMER\_DEPOSIT\_INVOICE                           |             |
| CUSTOMER\_DEPOSIT\_INVOICE\_CANCELLATION             |             |
| CUSTOMER\_CREDIT\_NOTE\_WITH\_STOCK                  |             |
| CUSTOMER\_CREDIT\_NOTE\_WITHOUT\_STOCK               |             |
| CUSTOMER\_CREDIT\_NOTE\_WITHOUT\_STOCK\_CANCELLATION |             |
| CUSTOMER\_CREDIT\_NOTE\_WITH\_STOCK\_CANCELLATION    |             |
| SUPPLIER\_PRICE\_REQUEST                             |             |
| SUPPLIER\_ORDER                                      |             |
| SUPPLIER\_DELIVERY\_DOCUMENT                         |             |
| SUPPLIER\_INVOICE                                    |             |
| SUPPLIER\_DELIVERY\_INVOICE                          |             |
| SUPPLIER\_CREDIT\_NOTE\_WITH\_STOCK                  |             |
| SUPPLIER\_CREDIT\_NOTE\_WITHOUT\_STOCK               |             |
| SUPPLIER\_DEPOSIT\_INVOICE                           |             |
| SUPPLIER\_PROGRESS\_INVOICE                          |             |
| SUPPLIER\_PARTIAL\_INVOICE                           |             |
| SUPPLIER\_FINAL\_INVOICE                             |             |
| COMMISSION\_SETTLEMENT                               |             |
| COMMISSION\_SETTLEMENT\_CANCELLATION                 |             |
| SUPPLIER\_COMMISSION\_CREDIT\_NOTE                   |             |
| SUPPLIER\_COMMISSION\_CREDIT\_NOTE\_CANCELLATION     |             |
| CUSTOMER\_SUBSCRIPTION\_CONTRACT                     |             |
| POS\_CASH\_JOURNAL\_OPENING                          |             |
| POS\_CASH\_RECEIPT                                   |             |
| POS\_RETURN\_CASH\_RECEIPT                           |             |
| POS\_CASH\_JOURNAL\_DEPOSIT                          |             |
| POS\_CASH\_JOURNAL\_EXPENSE                          |             |
| POS\_CASH\_JOURNAL\_WITHDRAWAL                       |             |
| POS\_CASH\_JOURNAL\_CLOSING                          |             |
| FABRICATION\_ORDER                                   |             |

## DocumentCommissionOrigin

| Value               | Description |
| ------------------- | ----------- |
| NOT\_COMMISSIONABLE |             |
| USER\_DEFINED       |             |
| AUTOMATIC           |             |
| PREDECESSOR         |             |
| RECALCULATE         |             |

## DocumentContractDetail

### Attributes:

| Datatype                        | Name                         | Description                                   | Read-only |
| ------------------------------- | ---------------------------- | --------------------------------------------- | --------- |
| *string*                        | dueDateCalculation           | Cron-Ausdruck zur Berechnung der Fälligkeit   | No        |
| [ScriptingDate](#ScriptingDate) | runtimeFromDate              | Laufzeit von                                  | No        |
| [ScriptingDate](#ScriptingDate) | endDate                      | Vertragsende (nur Kopf)                       | No        |
| *boolean*                       | publishInPortal              | Portal anzeigen?                              | No        |
| [ScriptingDate](#ScriptingDate) | dueDate                      | Fälligkeit                                    | No        |
| *boolean*                       | active                       | Vertrag aktiv?                                | No        |
| *number*                        | version                      | Version Identifier for this Object (for PUT)  | No        |
| *boolean*                       | calculateDirectly            | Direkt abrechnen?                             | No        |
| [ScriptingDate](#ScriptingDate) | runtimeToDate                | Laufzeit bis                                  | No        |
| [ScriptingDate](#ScriptingDate) | lastProviderCancellationDate | Letztmöglicher kündigungstermin des Anbieters | No        |
| [ScriptingDate](#ScriptingDate) | nextDueDate                  | Nächste Fälligkeit                            | No        |
| [ScriptingDate](#ScriptingDate) | lastCustomerCancellationDate | Letztmöglicher kündigungstermin des Kunden    | No        |
| *number*                        | id                           | Unique identifier of the Object               | No        |
| [ScriptingDate](#ScriptingDate) | startDate                    | Vertragsstart (nur Kopf)                      | No        |
| [MetaInfo](#MetaInfo)           | info                         | MetaInformations for this Object              | Yes       |

## DocumentFabricationDetail

### Attributes:

| Datatype                                  | Name                          | Description                                               | Read-only |
| ----------------------------------------- | ----------------------------- | --------------------------------------------------------- | --------- |
| [ApiObjectReference](#ApiObjectReference) | targetStorageRef              | Ziel-Lager                                                | No        |
| [ApiObjectReference](#ApiObjectReference) | componentsStorageRef          | Material-Lager                                            | No        |
| *string*                                  | note                          | Notiz                                                     | No        |
| [ApiObjectReference](#ApiObjectReference) | qualityAssuranceStorageRef    | QS-Lager                                                  | No        |
| [ApiObjectReference](#ApiObjectReference) | workbenchStorageRef           | Werkbank-Lager                                            | No        |
| [EavFabrication](#EavFabrication)         | custom                        | Freifeld                                                  | No        |
| *number*                                  | version                       | Version Identifier for this Object (for PUT)              | No        |
| [ApiObjectReference](#ApiObjectReference) | defectiveStorageBinRef        | Defekt-Lagerplatz (wenn das Lager mit Lagerplätzen ist)   | No        |
| [ApiObjectReference](#ApiObjectReference) | qualityAssuranceStorageBinRef | QS-Lagerplatz (wenn das Lager mit Lagerplätzen ist)       | No        |
| [ApiObjectReference](#ApiObjectReference) | defectiveStorageRef           | Defekt-Lager                                              | No        |
| [ApiObjectReference](#ApiObjectReference) | targetStorageBinRef           | Ziel-Lagerplatz (wenn das Lager mit Lagerplätzen ist)     | No        |
| [ApiObjectReference](#ApiObjectReference) | workbenchStorageBinRef        | Werkbank-Lagerplatz (wenn das Lager mit Lagerplätzen ist) | No        |
| *number*                                  | id                            | Unique identifier of the Object                           | No        |
| *number*                                  | minimumDegreeOfFulfillment    | Minimaler Erfüllungsgrad                                  | No        |
| [ScriptingDate](#ScriptingDate)           | startDate                     | Startdatum                                                | No        |
| [MetaInfo](#MetaInfo)                     | info                          | MetaInformations for this Object                          | Yes       |

## DocumentFinanceBooking

### Attributes:

| Datatype              | Name           | Description                                  | Read-only |
| --------------------- | -------------- | -------------------------------------------- | --------- |
| *string*              | costCenter1    | Kostenstelle                                 | No        |
| *string*              | ledgerNumber   | FiBu-Kontonummer                             | No        |
| *number*              | documentLineId | Id der Dokumentzeile                         | No        |
| *string*              | description    | Buchungstext                                 | No        |
| *string*              | transactionKey | Buchungsschlüssel                            | No        |
| *string*              | comment        | Kommentar                                    | No        |
| *number*              | id             | Unique identifier of the Object              | No        |
| *number*              | version        | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info           | MetaInformations for this Object             | Yes       |

## DocumentImportType

| Value                       | Description |
| --------------------------- | ----------- |
| NOT\_IMPORTED               |             |
| TRANSFERABLE                |             |
| TRANSFERABLE\_AND\_EDITABLE |             |
| HISTORICAL\_DATA            |             |
| E\_INVOICE                  |             |
| EXTERNALLY\_CREATED         |             |

## DocumentLine

### Attributes:

| Datatype                                                                     | Name                           | Description                                                                                         | Read-only |
| ---------------------------------------------------------------------------- | ------------------------------ | --------------------------------------------------------------------------------------------------- | --------- |
| [ScriptingDate](#ScriptingDate)                                              | confirmedDeliveryDateEnd       | bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt) | No        |
| [UnitTypeReference](#UnitTypeReference)                                      | baseCapacityUnit               | Grundeinheit                                                                                        | No        |
| *number*                                                                     | quantityCommitted              | verarbeitete Menge                                                                                  | Yes       |
| Array<[DocumentTax](#DocumentTax)>                                           | taxes                          | Steuern                                                                                             | No        |
| [DocumentLinePosDetail](#DocumentLinePosDetail)                              | posDetail                      | Kasseninformationen                                                                                 | No        |
| [ScriptingDate](#ScriptingDate)                                              | confirmedDeliveryDate          | bestätigtes Lieferdatum                                                                             | No        |
| *string*                                                                     | number                         | Artikelnummer                                                                                       | No        |
| [DocumentLineRef](#DocumentLineRef)                                          | customerOrderLineRef           | Referenz zur Kundenauftragszeile                                                                    | No        |
| *number*                                                                     | totalGrossWeight               | Gesamtbruttogewicht                                                                                 | No        |
| [ApiObjectReference](#ApiObjectReference)                                    | settledOpenItemRef             | Referenz zum auszugleichenden Offenen Posten (nur bei OPEN\_ITEM\_SETTLEMENT)                       | No        |
| *boolean*                                                                    | cashDiscountable               | skontierbare Position?                                                                              | No        |
| *number*                                                                     | price                          | Preis pro Menge \[Brutto, Netto]                                                                    | No        |
| [DocumentFinanceBooking](#DocumentFinanceBooking)                            | financeBooking                 | FiBu-Buchung                                                                                        | No        |
| *number*                                                                     | totalLinePriceModifier         | Summe Positionspreisänderungen \[Brutto, Netto]                                                     | Yes       |
| [DropShippingPolicy](#DropShippingPolicy)                                    | dropShippingPolicy             | Vorgabe zu Streckengeschäft                                                                         | No        |
| *boolean*                                                                    | articleTaxLiabilityReversed    | Vorgabe §13b UStG Artikel                                                                           | Yes       |
| *number*                                                                     | id                             | Unique identifier of the Object                                                                     | No        |
| [ArticleSerialType](#ArticleSerialType)                                      | serialType                     | Serientyp                                                                                           | Yes       |
| *number*                                                                     | positionOfArticleLine          | Positionsnummer über alle Artikelpositionen hinweg                                                  | Yes       |
| *number*                                                                     | basePrice                      | Preis pro Einheit in Basiswährung                                                                   | No        |
| [ApiObjectReference](#ApiObjectReference)                                    | taxSchemaRef                   | Steuerschema                                                                                        | No        |
| *number*                                                                     | priceUnit                      | Preiseinheit                                                                                        | No        |
| *number*                                                                     | baseTotalLinePriceModifier     | Preisanpassungen - Position Basiswährung                                                            | No        |
| *number*                                                                     | vat                            | Steuerbetrag                                                                                        | Yes       |
| [ApiObjectReference](#ApiObjectReference)                                    | mainArticleLineRef             | Referenz zur Hauptartikel-Position des Zubehörs                                                     | No        |
| *number*                                                                     | version                        | Version Identifier for this Object (for PUT)                                                        | No        |
| *number*                                                                     | totalNetWeight                 | Gesamtnettogewicht                                                                                  | No        |
| *boolean*                                                                    | taxLiabilityReversed           | wird §13b UStG angewendet?                                                                          | Yes       |
| Array<[DocumentLineComponent](#DocumentLineComponent)>                       | components                     | Komponenten                                                                                         | No        |
| [ScriptingDate](#ScriptingDate)                                              | shippingDate                   | Versanddatum                                                                                        | No        |
| *number*                                                                     | settledOpenItemBalance         | Offener Restbetrag des auszugleichenden Offenen Postens (nur in der Response)                       | No        |
| *string*                                                                     | calculationData                | Kalkulationsstruktur                                                                                | No        |
| [DocumentLineRef](#DocumentLineRef)                                          | sourceLineRef                  | Referenz zur Vorbelegzeile                                                                          | No        |
| [PriceSelectionCriteria](#PriceSelectionCriteria)                            | priceSelectionCriteria         | Preisermittlungskriterien                                                                           | Yes       |
| *number*                                                                     | capacity                       | Inhalt der Maßeinheit                                                                               | No        |
| [UnitTypeReference](#UnitTypeReference)                                      | unitType                       | Einheitentyp                                                                                        | No        |
| [AccessoryInsertTerm](#AccessoryInsertTerm)                                  | insertTerm                     | Zubehör Einfügeart                                                                                  | No        |
| [ScriptingDate](#ScriptingDate)                                              | deliveryDate                   | Lieferdatum                                                                                         | No        |
| [ScriptingDate](#ScriptingDate)                                              | deliveryDateEnd                | vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)        | No        |
| *number*                                                                     | settledOpenItemDiscountAmount  | Zum Belegdatum anwendbares Skonto des auszugleichenden Offenen Postens (nur in der Response)        | No        |
| [DocumentContractDetail](#DocumentContractDetail)                            | contractDetail                 | Vertragsinformationen                                                                               | No        |
| *number*                                                                     | baseSalesValueNet              | Nettoverkaufswert der Position in Basiswährung                                                      | No        |
| [UnitTypeReference](#UnitTypeReference)                                      | netWeightUnit                  | Einheit Nettogewicht                                                                                | No        |
| [DocumentLineFabricationDetail](#DocumentLineFabricationDetail)              | fabricationDetail              | Produktionsdetails                                                                                  | No        |
| *number*                                                                     | baseTotalDocumentPriceModifier | Preisanpassungen - anteilig durch Beleg Basiswährung                                                | No        |
| Array<[DocumentText](#DocumentText)>                                         | texts                          | Positionstexte                                                                                      | No        |
| *boolean*                                                                    | commissionable                 | provisionierbare Position?                                                                          | No        |
| *boolean*                                                                    | hasAccessories                 | Hat der Artikel Zubehör?                                                                            | No        |
| *boolean*                                                                    | complete                       | ist diese Position komplett verarbeitet?                                                            | Yes       |
| [ScriptingDate](#ScriptingDate)                                              | settledOpenItemPaymentDueDate  | Fälligkeitsdatum des auszugleichenden Offenen Postens (nur in der Response)                         | No        |
| [ScriptingDate](#ScriptingDate)                                              | performanceDate                | Leistungsdatum                                                                                      | No        |
| *string*                                                                     | customsTariffNumber            | Zolltarifnummer                                                                                     | No        |
| [CountryReference](#CountryReference)                                        | country                        | Land der Herkunft                                                                                   | No        |
| [ApiObjectReference](#ApiObjectReference)                                    | convertedIntoBundleArticleRef  | wurde aufgelöst in Gebindeartikel                                                                   | Yes       |
| *string*                                                                     | internalVatInfo                | Interne Steuerinformationen                                                                         | No        |
| *number*                                                                     | warrantyInMonths               | Garantie in Monaten                                                                                 | No        |
| *boolean*                                                                    | progressInvoice                | Abschlagsposition?                                                                                  | No        |
| *string*                                                                     | packageOptions                 | Versenderspezifische Informationen                                                                  | No        |
| Array<[DocumentLineCommission](#DocumentLineCommission)>                     | commissions                    | Provisionen                                                                                         | No        |
| *number*                                                                     | baseTotalLinePrice             | Gesamtpreis Position in Basiswährung                                                                | No        |
| [DocumentLineType](#DocumentLineType)                                        | lineType                       | Positionstyp                                                                                        | No        |
| *number*                                                                     | preOrderPickedQuantity         | vorgeorderte Menge in Pickvorgang                                                                   | Yes       |
| *Array*                                                                      | supplierOrderLineIds           | Referenz zur Lieferantenbestellungszeile                                                            | No        |
| *string*                                                                     | externalReferenceVds           | Externe Referenz zum VDS-Paket                                                                      | No        |
| [MetaInfo](#MetaInfo)                                                        | info                           | MetaInformations for this Object                                                                    | Yes       |
| *boolean*                                                                    | doPrintLabel                   | Soll zu der Position Etiketten gedruckt werden.                                                     | No        |
| [ApiObjectReference](#ApiObjectReference)                                    | deliveryMethodRef              | Lieferart                                                                                           | No        |
| [ApiObjectReference](#ApiObjectReference)                                    | countryRegion                  | Region der Bezahlung wenn aus Inland kommt                                                          | No        |
| [DocumentCommissionOrigin](#DocumentCommissionOrigin)                        | commissionOrigin               | Provisionsursprung                                                                                  | No        |
| *number*                                                                     | netWeight                      | Nettogewicht                                                                                        | No        |
| *number*                                                                     | salesValueNet                  | Netto-Gesamtpreis (nach Preisänderungen)                                                            | Yes       |
| *string*                                                                     | name                           | Name des Artikels                                                                                   | No        |
| *number*                                                                     | position                       | Positions-Nummer                                                                                    | Yes       |
| *boolean*                                                                    | recalcLinePriceViaComponents   | Soll die DocumentLine über die Komponenten neu berechnet werden?                                    | No        |
| Array<[DocumentLineBooking](#DocumentLineBooking)>                           | bookings                       | Buchungen                                                                                           | No        |
| *number*                                                                     | unitGrossVolumeInCubicMeters   | unit gross Volume in cubic meters                                                                   | No        |
| *number*                                                                     | totalDocumentPriceModifier     | Summe Dokumentpreisänderungen \[Brutto, Netto]                                                      | Yes       |
| *number*                                                                     | pickingQuantity                | Menge in Pick-Vorgang                                                                               | Yes       |
| *number*                                                                     | totalGrossVolumeInCubicMeters  | unit gross Volume in cubic meters                                                                   | Yes       |
| *string*                                                                     | description                    | Beschreibung des Artikels                                                                           | No        |
| [ProductPriceOrigin](#ProductPriceOrigin)                                    | priceOrigin                    | Preisherkunft                                                                                       | Yes       |
| [ApiObjectReference](#ApiObjectReference)                                    | storage                        | Referenz zum Lager                                                                                  | No        |
| [RevenueCalculation](#RevenueCalculation)                                    | revenueCalculation             | Rohertragsermittlung                                                                                | Yes       |
| *number*                                                                     | totalLinePrice                 | Positionssumme \[Brutto, Netto], also Preis\*Menge ./. Positionsrabatte                             | Yes       |
| *number*                                                                     | baseLineId                     | Referenz zur Basiszeile                                                                             | No        |
| [UnitTypeReference](#UnitTypeReference)                                      | grossWeightUnit                | Einheit Bruttogewicht                                                                               | No        |
| *boolean*                                                                    | discountable                   | rabattierbare Position?                                                                             | No        |
| *number*                                                                     | baseCapacity                   | Inhalt der Grundeinheit                                                                             | No        |
| [ProductType](#ProductType)                                                  | productType                    | Produkttyp                                                                                          | No        |
| *number*                                                                     | quantity                       | Menge                                                                                               | No        |
| *string*                                                                     | deliveryText                   | Liefertext                                                                                          | No        |
| *number*                                                                     | presetPrice                    | Vorgabewert für die Preiskalkulation                                                                | Yes       |
| [EavDocumentline](#EavDocumentline)                                          | custom                         | Freifelder                                                                                          | No        |
| *string*                                                                     | settledOpenItemComment         | Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen     | No        |
| *number*                                                                     | articleId                      | Artikel                                                                                             | No        |
| *string*                                                                     | internalPriceModifierInfo      | Interne Preisänderungsinformationen                                                                 | No        |
| [UnitTypeReference](#UnitTypeReference)                                      | capacityUnit                   | Maßeinheit                                                                                          | No        |
| [ApiObjectReference](#ApiObjectReference)                                    | deliveryTermRef                | Lieferbedingung                                                                                     | No        |
| *number*                                                                     | grossWeight                    | Bruttogewicht                                                                                       | No        |
| Array<[DocumentPriceModifier](#DocumentPriceModifier)>                       | priceModifiers                 | angewendete Preisänderungen                                                                         | No        |
| [JsonNode](#JsonNode)                                                        | previousDecisions              | Enthält die Ergebnisse von vorherigen Entscheidungen des Benutzers zu dieser DocumentLine           | Yes       |
| Array<[DocumentLineFabricationComponent](#DocumentLineFabricationComponent)> | fabricationComponents          | Komponenten                                                                                         | No        |
| Array<[ApiObjectReference](#ApiObjectReference)>                             | variantValues                  | Produktvariantenwerte                                                                               | Yes       |

## DocumentLineBooking

### Attributes:

| Datatype                                  | Name            | Description                                  | Read-only |
| ----------------------------------------- | --------------- | -------------------------------------------- | --------- |
| *string*                                  | note            | Notiz                                        | No        |
| [ApiObjectReference](#ApiObjectReference) | serialNumberRef | Seriennummer (Objekt)                        | No        |
| *number*                                  | quantity        | Gebuchte Menge                               | No        |
| *string*                                  | serialNumber2   | Seriennummer 2                               | No        |
| *string*                                  | serialNumber1   | Seriennummer 1                               | No        |
| [ApiObjectReference](#ApiObjectReference) | storageBinRef   | Bebuchter Lagerplatz                         | No        |
| [ApiObjectReference](#ApiObjectReference) | articleRef      | Bebuchter Artikel                            | Yes       |
| *number*                                  | version         | Version Identifier for this Object (for PUT) | No        |
| [ScriptingDate](#ScriptingDate)           | expiryDate      | Haltbarkeitsdatum                            | No        |
| *string*                                  | udi             | Unique Device Identifier (UDI)               | No        |
| *number*                                  | id              | Unique identifier of the Object              | No        |
| [MetaInfo](#MetaInfo)                     | info            | MetaInformations for this Object             | Yes       |

## DocumentLineCommission

### Attributes:

| Datatype                                              | Name                 | Description                                  | Read-only |
| ----------------------------------------------------- | -------------------- | -------------------------------------------- | --------- |
| *string*                                              | valueCurrencyCode    | the currency-code IsoAlpha3                  | No        |
| [ValueType](#ValueType)                               | valueType            | Provisionstyp                                | No        |
| [DocumentCommissionOrigin](#DocumentCommissionOrigin) | origin               | Herkunft                                     | No        |
| *string*                                              | description          | Beschreibung                                 | No        |
| *string*                                              | comment              | Kommentar                                    | No        |
| *number*                                              | id                   | Unique identifier of the Object              | No        |
| [ApiObjectReference](#ApiObjectReference)             | salesAgentAccountRef | Vertreter                                    | No        |
| *number*                                              | value                | Provision Prozent/Wert                       | No        |
| *number*                                              | version              | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo)                                 | info                 | MetaInformations for this Object             | Yes       |

## DocumentLineComponent

### Attributes:

| Datatype                                                                          | Name                          | Description                                   | Read-only |
| --------------------------------------------------------------------------------- | ----------------------------- | --------------------------------------------- | --------- |
| *number*                                                                          | quantity                      | Menge                                         | No        |
| *number*                                                                          | pickingQuantity               | Menge in Kommissionierung                     | No        |
| [DocumentLineComponentFabricationDetail](#DocumentLineComponentFabricationDetail) | fabricationDetail             | Produktionsdetails                            | No        |
| [EavDocumentlinecomponent](#EavDocumentlinecomponent)                             | custom                        | Freifelder                                    | No        |
| *number*                                                                          | quantityCommitted             | Gelieferte Menge                              | No        |
| *number*                                                                          | articleId                     | Referenz auf den Artikel der Komponente       | No        |
| *string*                                                                          | description                   | Beschreibung des Artikels                     | No        |
| *number*                                                                          | version                       | Version Identifier for this Object (for PUT)  | No        |
| *number*                                                                          | sourceDocumentLineComponentId | Referenz auf die Komponente im Quell-Document | No        |
| Array<[DocumentText](#DocumentText)>                                              | texts                         | Texte zu dieser Komponente                    | No        |
| *number*                                                                          | price                         | Einzelpreis                                   | No        |
| *string*                                                                          | name                          | Name des Artikels                             | No        |
| *number*                                                                          | quantityPerAssemblyGroup      | Menge pro Baugruppe                           | No        |
| *number*                                                                          | position                      | Position der Komponente in der Baugruppe      | No        |
| *number*                                                                          | id                            | Unique identifier of the Object               | No        |
| Array<[DocumentLineBooking](#DocumentLineBooking)>                                | bookings                      | Buchungen zu dieser Komponente                | No        |
| [ArticleSerialType](#ArticleSerialType)                                           | serialType                    | Serientyp                                     | Yes       |
| [MetaInfo](#MetaInfo)                                                             | info                          | MetaInformations for this Object              | Yes       |

## DocumentLineComponentFabricationDetail

### Attributes:

| Datatype                                                    | Name                       | Description                                          | Read-only |
| ----------------------------------------------------------- | -------------------------- | ---------------------------------------------------- | --------- |
| [ProductArticleRef](#ProductArticleRef)                     | sourceBundleArticleRef     | Quell-Gebindeartikel für die Umlagerung von Material | No        |
| *number*                                                    | deviatingUnitPrice         | Abweichende Herstellungskosten                       | No        |
| [EavFabricationlinecomponent](#EavFabricationlinecomponent) | custom                     | Freifeld                                             | No        |
| *number*                                                    | id                         | Unique identifier of the Object                      | No        |
| *number*                                                    | version                    | Version Identifier for this Object (for PUT)         | No        |
| *boolean*                                                   | serialInheritanceComponent | Für S/N-Vererbung verwenden                          | No        |
| [MetaInfo](#MetaInfo)                                       | info                       | MetaInformations for this Object                     | Yes       |

## DocumentLineFabricationBookedComponent

### Attributes:

| Datatype                                  | Name            | Description               | Read-only |
| ----------------------------------------- | --------------- | ------------------------- | --------- |
| *string*                                  | number          | Nummer des Artikels       | No        |
| [ApiObjectReference](#ApiObjectReference) | serialNumberRef | Seriennummer              | No        |
| *number*                                  | quantity        | Verwendete Menge          | No        |
| *number*                                  | articleId       | ID des Artikels           | No        |
| *string*                                  | name            | Name des Artikels         | No        |
| *string*                                  | description     | Beschreibung des Artikels | No        |

## DocumentLineFabricationComponent

### Attributes:

| Datatype                                | Name                   | Description                                          | Read-only |
| --------------------------------------- | ---------------------- | ---------------------------------------------------- | --------- |
| [ProductArticleRef](#ProductArticleRef) | sourceBundleArticleRef | Quell-Gebindeartikel für die Umlagerung von Material | No        |
| *number*                                | deviatingUnitPrice     | Abweichende Herstellungskosten                       | No        |
| *number*                                | quantity               | Menge                                                | No        |
| *string*                                | description            | Beschreibung                                         | No        |
| [UnitTypeReference](#UnitTypeReference) | deviatingUnitRef       | Abweichende Produkteinheit                           | No        |
| *number*                                | version                | Version Identifier for this Object (for PUT)         | No        |
| *boolean*                               | forSerialInheritance   | Basis für die Vererbung der Seriennummer             | No        |
| *string*                                | name                   | Bezeichnung                                          | No        |
| *number*                                | position               | Position                                             | No        |
| *number*                                | id                     | Unique identifier of the Object                      | No        |
| [ProductArticleRef](#ProductArticleRef) | componentArticleRef    | Komponentenartikel                                   | No        |
| [MetaInfo](#MetaInfo)                   | info                   | MetaInformations for this Object                     | Yes       |

## DocumentLineFabricationDetail

### Attributes:

| Datatype                                                                                       | Name              | Description                                  | Read-only |
| ---------------------------------------------------------------------------------------------- | ----------------- | -------------------------------------------- | --------- |
| *number*                                                                                       | quantityFinished  | Menge abgeschlossen                          | No        |
| *number*                                                                                       | quantityDefective | Menge defekt                                 | No        |
| Array<[DocumentLineFabricationDetailSerialNumber](#DocumentLineFabricationDetailSerialNumber)> | serialNumbers     | Produzierte Seriennummern                    | No        |
| [EavFabricationline](#EavFabricationline)                                                      | custom            | Freifeld                                     | No        |
| *number*                                                                                       | quantityCommitted | Menge produziert                             | No        |
| *number*                                                                                       | id                | Unique identifier of the Object              | No        |
| *number*                                                                                       | version           | Version Identifier for this Object (for PUT) | No        |
| *number*                                                                                       | quantityInQA      | Menge in QS                                  | No        |
| [MetaInfo](#MetaInfo)                                                                          | info              | MetaInformations for this Object             | Yes       |

## DocumentLineFabricationDetailSerialNumber

### Attributes:

| Datatype                                                                                 | Name              | Description                                  | Read-only |
| ---------------------------------------------------------------------------------------- | ----------------- | -------------------------------------------- | --------- |
| *number*                                                                                 | quantityFinished  | Menge abgeschlossen                          | No        |
| *number*                                                                                 | quantity          | Produzierte/geplante Menge                   | No        |
| [ArticleSerialNumber](#ArticleSerialNumber)                                              | serialNumber      | Produzierte Seriennummer                     | No        |
| Array<[DocumentLineFabricationBookedComponent](#DocumentLineFabricationBookedComponent)> | bookedComponents  | Gebuchte Komponenten                         | No        |
| *number*                                                                                 | quantityDefective | Menge defekt                                 | No        |
| *number*                                                                                 | quantityCommitted | Tatsächlich produzierte Menge                | No        |
| *number*                                                                                 | id                | Unique identifier of the Object              | No        |
| *number*                                                                                 | version           | Version Identifier for this Object (for PUT) | No        |
| *number*                                                                                 | quantityInQA      | Menge in QS                                  | No        |
| [MetaInfo](#MetaInfo)                                                                    | info              | MetaInformations for this Object             | Yes       |

## DocumentLinePosDetail

### Attributes:

| Datatype                                                | Name                        | Description                                                                     | Read-only |
| ------------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------- | --------- |
| [PosPaymentOperation](#PosPaymentOperation)             | paymentOperation            | Art der Zahlungsoperation (PAYMENT, CANCEL, REFUND)                             | No        |
| [CashJournalWithdrawalMode](#CashJournalWithdrawalMode) | withdrawalMode              | Modus für die Entnahme/Abschöpfung beim Kassenabschluss                         | Yes       |
| *number*                                                | depositExpenseTypeId        | Typ der Einlage/Ausgabe                                                         | No        |
| [PosPaymentStatus](#PosPaymentStatus)                   | externalPaymentStatus       | Status der externen Zahlung                                                     | No        |
| *number*                                                | withdrawToBalance           | Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt | Yes       |
| *string*                                                | cancelledExternalPaymentId  | Externe Payment-ID der zu stornierenden Zahlung (nur bei CANCEL)                | No        |
| *number*                                                | version                     | Version Identifier for this Object (for PUT)                                    | No        |
| *number*                                                | withdrawalAmount            | Abschöpfungsbetrag (Modus MANUAL)                                               | Yes       |
| *number*                                                | paymentMethodId             | Zahlungsart                                                                     | No        |
| *string*                                                | externalPaymentErrorMessage | Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)            | No        |
| *number*                                                | balanceBeforeWithdrawal     | Saldo der Zahlungsart vor Abschöpfung                                           | Yes       |
| [PosLineType](#PosLineType)                             | posLineType                 | Typ der Position                                                                | No        |
| *string*                                                | externalPaymentId           | Externe Payment-ID für Verbindung zum Payment-Backend                           | No        |
| *number*                                                | id                          | Unique identifier of the Object                                                 | No        |
| [MetaInfo](#MetaInfo)                                   | info                        | MetaInformations for this Object                                                | Yes       |

## DocumentLineRef

### Attributes:

| Datatype                              | Name          | Description                      | Read-only |
| ------------------------------------- | ------------- | -------------------------------- | --------- |
| *string*                              | number        | Belegnummer                      | No        |
| *number*                              | quantity      | quantity                         | No        |
| *string*                              | documentType  | Belegart                         | No        |
| *string*                              | articleNumber | Artikelnummer                    | No        |
| *number*                              | price         | price per quantity \[GROSS, NET] | No        |
| *string*                              | displayName   | Kurzbezeichnung des Kunden       | No        |
| *string*                              | name          | Artikelbezeichnung               | No        |
| *number*                              | documentId    | Id des Dokuments                 | No        |
| *number*                              | id            | Id der Dokumentzeile             | No        |
| *number*                              | position      | Positions-Nummer                 | No        |
| [DocumentCategory](#DocumentCategory) | category      | Belegtyp                         | No        |
| *string*                              | documentState | Belegstatus                      | No        |

## DocumentLineType

| Value                  | Description |
| ---------------------- | ----------- |
| ARTICLE\_LINE          |             |
| ALTERNATIVE\_POSITION  |             |
| LINK\_POSITION         |             |
| OPTIONAL\_POSITION     |             |
| TEXT\_LINE             |             |
| SHIPPING\_COST\_LINE   |             |
| SUBTOTAL               |             |
| POS                    |             |
| ROUNDING\_LINE         |             |
| OPEN\_ITEM\_SETTLEMENT |             |
| ON\_ACCOUNT\_PAYMENT   |             |

## DocumentPosDetail

### Attributes:

| Datatype                                  | Name                    | Description                                               | Read-only |
| ----------------------------------------- | ----------------------- | --------------------------------------------------------- | --------- |
| *number*                                  | timeEnd                 | Transaktion Endzeit                                       | No        |
| *string*                                  | tssSerialNumber         | TSS Seriennummer                                          | No        |
| [ApiObjectReference](#ApiObjectReference) | fiscalizationBackendRef | Fiskalisierungs-Backend, mit dem der Beleg angelegt wurde | Yes       |
| *string*                                  | signature               | Signatur                                                  | No        |
| *string*                                  | clientSerialNumber      | Client Seriennummer                                       | No        |
| *number*                                  | transactionNumber       | Transaktionsnummer                                        | No        |
| *number*                                  | signatureCounter        | Signaturzähler                                            | No        |
| [TssSignature](#TssSignature)             | tssSignature            | TSS Signatur                                              | No        |
| *number*                                  | version                 | Version Identifier for this Object (for PUT)              | No        |
| *number*                                  | revision                | Revision                                                  | No        |
| *string*                                  | externalReference       | Externe Referenz                                          | Yes       |
| *number*                                  | timeStart               | Transaktion Startzeit                                     | No        |
| [ApiObjectReference](#ApiObjectReference) | cashJournalRef          | Kassenbuch                                                | No        |
| [ApiObjectReference](#ApiObjectReference) | posRegisterRef          | Kasse                                                     | No        |
| *number*                                  | id                      | Unique identifier of the Object                           | No        |
| [ApiObjectReference](#ApiObjectReference) | cashDrawerRef           | Kassenschublade                                           | No        |
| [MetaInfo](#MetaInfo)                     | info                    | MetaInformations for this Object                          | Yes       |

## DocumentPosPayment

### Attributes:

| Datatype                                                | Name                        | Description                                                                                                                          | Read-only |
| ------------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| [PosPaymentOperation](#PosPaymentOperation)             | paymentOperation            | Art der Zahlungsoperation (PAYMENT, CANCEL, REFUND)                                                                                  | Yes       |
| *number*                                                | amount                      | Betrag                                                                                                                               | No        |
| [CashJournalWithdrawalMode](#CashJournalWithdrawalMode) | withdrawalMode              | Modus für die Entnahme/Abschöpfung beim Kassenabschluss (nur bei CASH\_FINAL\_BALANCE-Position relevant)                             | No        |
| [ApiObjectReference](#ApiObjectReference)               | depositExpenseTypeRef       | Typ der Einlage/Ausgabe                                                                                                              | No        |
| [PosPaymentStatus](#PosPaymentStatus)                   | externalPaymentStatus       | Status der externen Zahlung                                                                                                          | Yes       |
| *number*                                                | withdrawToBalance           | Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt                                                      | No        |
| *string*                                                | cancelledExternalPaymentId  | Externe Payment-ID der zu stornierenden Zahlung (nur bei CANCEL)                                                                     | Yes       |
| *number*                                                | version                     | Version Identifier for this Object (for PUT)                                                                                         | No        |
| *number*                                                | withdrawalAmount            | Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet | No        |
| [ApiObjectReference](#ApiObjectReference)               | posPaymentMethodRef         | Zahlungsart                                                                                                                          | No        |
| *string*                                                | externalPaymentErrorMessage | Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)                                                                 | Yes       |
| *number*                                                | balanceBeforeWithdrawal     | Saldo der Zahlungsart vor Abschöpfung (vom Backend gesetzt)                                                                          | Yes       |
| [PosLineType](#PosLineType)                             | posLineType                 | Typ der Position                                                                                                                     | No        |
| *string*                                                | externalPaymentId           | Externe Payment-ID für Verbindung zum Payment-Backend                                                                                | Yes       |
| *number*                                                | id                          | Unique identifier of the Object                                                                                                      | No        |
| [MetaInfo](#MetaInfo)                                   | info                        | MetaInformations for this Object                                                                                                     | Yes       |

## DocumentPriceModifier

### Attributes:

| Datatype                                                                                       | Name                | Description                                    | Read-only |
| ---------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------- | --------- |
| *number*                                                                                       | sourceId            | ID of Source entity of price modifier          | No        |
| *number*                                                                                       | baseCalculatedValue | Berechneter Wert des Modifiers in Basiswährung | No        |
| *number*                                                                                       | calculatedValue     | calculated discount/surcharge                  | No        |
| [PriceModifierType](#PriceModifierType)                                                        | modifierType        | modifierType                                   | No        |
| *number*                                                                                       | version             | Version Identifier for this Object (for PUT)   | No        |
| *number*                                                                                       | baseValue           | Wert des Modifiers in Basiswährung             | No        |
| [DocumentPriceModifier$PriceModifierSourceType](#DocumentPriceModifierPriceModifierSourceType) | sourceType          | Source of price modifier                       | No        |
| [ValueType](#ValueType)                                                                        | valueType           | Type of value                                  | No        |
| *string*                                                                                       | name                | Name of modifier                               | No        |
| *number*                                                                                       | id                  | Unique identifier of the Object                | No        |
| *number*                                                                                       | value               | Value                                          | No        |
| [MetaInfo](#MetaInfo)                                                                          | info                | MetaInformations for this Object               | Yes       |

## DocumentPriceModifier$PriceModifierSourceType

| Value           | Description |
| --------------- | ----------- |
| CUSTOM          |             |
| PRODUCT         |             |
| DISCOUNT\_GROUP |             |

## DocumentQualifier

| Value              | Description |
| ------------------ | ----------- |
| SALE               |             |
| PURCHASE           |             |
| COMMISSION         |             |
| SALES\_CONTRACT    |             |
| PURCHASE\_CONTRACT |             |
| POINT\_OF\_SALE    |             |
| FABRICATION        |             |

## DocumentRef

### Attributes:

| Datatype                              | Name          | Description | Read-only |
| ------------------------------------- | ------------- | ----------- | --------- |
| *string*                              | number        | Belegnummer | No        |
| *string*                              | documentType  | Belegart    | No        |
| *number*                              | id            | ID          | No        |
| [DocumentCategory](#DocumentCategory) | category      | Belegtyp    | No        |
| *string*                              | documentState | Belegstatus | No        |

## DocumentRounding

| Value       | Description |
| ----------- | ----------- |
| NONE        |             |
| SWITZERLAND |             |

## DocumentShippingCost

### Attributes:

| Datatype                             | Name          | Description                                   | Read-only |
| ------------------------------------ | ------------- | --------------------------------------------- | --------- |
| *number*                             | costs         | Die Versandkosten                             | No        |
| *boolean*                            | manualCosts   | Wurden die Versandkosten manuell eingetragen? | No        |
| *boolean*                            | freeShipping  | Keine Versandkosten (freier Versand)          | No        |
| Array<[DocumentText](#DocumentText)> | texts         | Texte                                         | No        |
| *string*                             | name          | Artikelname                                   | No        |
| Array<[DocumentTax](#DocumentTax)>   | taxes         | Steuern                                       | No        |
| *string*                             | description   | Artikelbeschreibung                           | No        |
| *number*                             | purchasePrice | Einkaufspreis                                 | No        |
| *number*                             | id            | Unique identifier of the Object               | No        |
| *number*                             | version       | Version Identifier for this Object (for PUT)  | No        |
| [MetaInfo](#MetaInfo)                | info          | MetaInformations for this Object              | Yes       |

## DocumentTax

### Attributes:

| Datatype                                  | Name                    | Description                                  | Read-only |
| ----------------------------------------- | ----------------------- | -------------------------------------------- | --------- |
| *number*                                  | taxableAmount           | taxable amount                               | No        |
| *boolean*                                 | taxFree                 | Steuerfrei?                                  | No        |
| *number*                                  | baseTaxValue            | Steuerbetrag in Basiswährung                 | No        |
| *string*                                  | internalCalculationInfo | internal calculation infos                   | No        |
| *number*                                  | grossAmount             | gross amount                                 | No        |
| *number*                                  | version                 | Version Identifier for this Object (for PUT) | No        |
| *number*                                  | baseGrossAmount         | Bruttobetrag in Basiswährung                 | No        |
| [ApiObjectReference](#ApiObjectReference) | taxRateRef              | reference to tax rate                        | No        |
| *number*                                  | baseTaxableAmount       | Besteuerbarer Betrag in Basiswährung         | No        |
| *number*                                  | taxValue                | tax value                                    | No        |
| *number*                                  | id                      | Unique identifier of the Object              | No        |
| [DocumentTaxType](#DocumentTaxType)       | taxType                 | tax type                                     | No        |
| [MetaInfo](#MetaInfo)                     | info                    | MetaInformations for this Object             | Yes       |

## DocumentTaxType

| Value | Description |
| ----- | ----------- |
| VAT   |             |

## DocumentText

### Attributes:

| Datatype                                  | Name                                | Description                                                                                                | Read-only |
| ----------------------------------------- | ----------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------- |
| *boolean*                                 | transferableIntoSubsequentDocuments | Does this text remain after transfer into a subsequent document                                            | No        |
| *boolean*                                 | deleted                             | Wurde entfernt und soll deshalb nicht mehr angezeigt werden.                                               | No        |
| [TextPosition](#TextPosition)             | textPosition                        | position relative to the product line OR Document. For usage within text-line, this position is irrelevant | No        |
| [ApiObjectReference](#ApiObjectReference) | textTemplateRef                     | textBaustein Vorlage                                                                                       | No        |
| *boolean*                                 | initialized                         | ist der content befüllt?                                                                                   | Yes       |
| *number*                                  | id                                  | Unique identifier of the Object                                                                            | No        |
| *number*                                  | version                             | Version Identifier for this Object (for PUT)                                                               | No        |
| *string*                                  | content                             | if this attribute is used, the text is used as free-text                                                   | No        |
| [MetaInfo](#MetaInfo)                     | info                                | MetaInformations for this Object                                                                           | Yes       |

## DocumentTransferToStateRequest

### Description

Transfer-to-State-Request für Belege

### Attributes:

| Datatype                                           | Name                   | Description                            | Read-only |
| -------------------------------------------------- | ---------------------- | -------------------------------------- | --------- |
| [DocumentType](#DocumentType)                      | copyTargetDocumentType |                                        | No        |
| *number*                                           | documentId             | ID eines Belegs                        | No        |
| Array<[AdditionalParameter](#AdditionalParameter)> | parameters             | Zusätzliche Parameter                  | No        |
| [EDocumentTransition](#EDocumentTransition)        | transition             | Transition zum gewünschten Ziel-Status | No        |

## DocumentTransferToTypeRequest

### Description

Transfer-to-Type-Request für Belege

### Attributes:

| Datatype                                           | Name               | Description                                     | Read-only |
| -------------------------------------------------- | ------------------ | ----------------------------------------------- | --------- |
| *string*                                           | targetDocumentType | Gewünschte Ziel-Belegart                        | No        |
| *number*                                           | documentId         | ID eines Belegs                                 | No        |
| *boolean*                                          | copyDocument       | Soll der Beleg kopiert werden? (Standard: nein) | No        |
| Array<[AdditionalParameter](#AdditionalParameter)> | parameters         | Zusätzliche Parameter                           | No        |

## DocumentType

### Attributes:

| Datatype                                             | Name                          | Description                                                  | Read-only |
| ---------------------------------------------------- | ----------------------------- | ------------------------------------------------------------ | --------- |
| *boolean*                                            | showForManualDocumentCreation | Darf dieser Typ zur Neuanlage von Belegen verwendet werden?  | No        |
| *boolean*                                            | active                        | ist diese Belegart aktiv                                     | No        |
| [ApiObjectReference](#ApiObjectReference)            | shelfDocumentTypeRef          | Referenz auf die Dokumentenart im DMS                        | No        |
| *number*                                             | version                       | Version Identifier for this Object (for PUT)                 | No        |
| Array<[DocumentTypeLabel](#DocumentTypeLabel)>       | labels                        | label/name of this type                                      | No        |
| *string*                                             | nextNumber                    | nächste Belegnummer                                          | Yes       |
| [SequencerConfiguration](#SequencerConfiguration)    | sequencerConfiguration        | Zählerkreis                                                  | No        |
| *number*                                             | sortOrder                     | Sortierung                                                   | No        |
| Array<[DocumentTypeFollowUp](#DocumentTypeFollowUp)> | followUpDocumentTypes         | follow up document types                                     | Yes       |
| [PublishingPolicy](#PublishingPolicy)                | publishingPolicy              | Verhalten zugeordnetem DMS-Dokument                          | No        |
| *boolean*                                            | requiresBusinessRelationship  | Geschäftsbeziehung verpflichtend                             | No        |
| *number*                                             | id                            | Unique identifier of the Object                              | No        |
| [DocumentCategory](#DocumentCategory)                | category                      | associated category                                          | No        |
| *boolean*                                            | defaultTypeOfCategory         | ist diese Belegart die Standard-Belegart für ihre Kategorie? | No        |
| *string*                                             | key                           | unique key for this type (internal representation)           | No        |
| [MetaInfo](#MetaInfo)                                | info                          | MetaInformations for this Object                             | Yes       |

## DocumentTypeFollowUp

### Attributes:

| Datatype                                  | Name                  | Description                                  | Read-only |
| ----------------------------------------- | --------------------- | -------------------------------------------- | --------- |
| *boolean*                                 | active                | ist diese Folge-Belegart aktiv               | Yes       |
| [ApiObjectReference](#ApiObjectReference) | targetDocumentTypeRef | target type                                  | No        |
| *number*                                  | id                    | Unique identifier of the Object              | No        |
| *number*                                  | version               | Version Identifier for this Object (for PUT) | No        |
| [ApiObjectReference](#ApiObjectReference) | sourceDocumentTypeRef | source type                                  | No        |
| [MetaInfo](#MetaInfo)                     | info                  | MetaInformations for this Object             | Yes       |

## DocumentTypeLabel

### Attributes:

| Datatype              | Name          | Description                                  | Read-only |
| --------------------- | ------------- | -------------------------------------------- | --------- |
| *string*              | labelPrintout | label/name of this type (for printout)       | No        |
| *string*              | label         | label/name of this type (for display)        | No        |
| *number*              | id            | Unique identifier of the Object              | No        |
| *string*              | languageCode  | Language code                                | No        |
| *number*              | version       | Version Identifier for this Object (for PUT) | No        |
| [MetaInfo](#MetaInfo) | info          | MetaInformations for this Object             | Yes       |

## DocumentTypeState

### Attributes:

| Datatype                                                               | Name       | Description                  | Read-only |
| ---------------------------------------------------------------------- | ---------- | ---------------------------- | --------- |
| [DocumentTypeState$StateDefinition](#DocumentTypeStateStateDefinition) | definition | additional state information | No        |
| *string*                                                               | label      | label/name of this state     | No        |
| *string*                                                               | key        | unique key for this state    | No        |

## DocumentTypeState$StateDefinition

| Value             | Description |
| ----------------- | ----------- |
| SELECTABLE\_TYPES |             |
| EDITABLE          |             |
| DELETED           |             |

## DocumentTypeTerm

### Attributes:

| Datatype                                  | Name         | Description                                  | Read-only |
| ----------------------------------------- | ------------ | -------------------------------------------- | --------- |
| [ApiObjectReference](#ApiObjectReference) | documentType | documentType                                 | No        |
| *number*                                  | id           | Unique identifier of the Object              | No        |
| *string*                                  | languageCode | sprache                                      | No        |
| *number*                                  | version      | Version Identifier for this Object (for PUT) | No        |
| *string*                                  | content      | content                                      | No        |
| [MetaInfo](#MetaInfo)                     | info         | MetaInformations for this Object             | Yes       |

## DropShippingPolicy

| Value                                       | Description |
| ------------------------------------------- | ----------- |
| ANY                                         |             |
| DROP\_SHIPPING                              |             |
| STORAGE                                     |             |
| STORAGE\_WITH\_FALLBACK\_TO\_DROP\_SHIPPING |             |

## DummySerialNumberStockTransferApi

### Attributes:

| Datatype                        | Name                    | Description                                                              | Read-only |
| ------------------------------- | ----------------------- | ------------------------------------------------------------------------ | --------- |
| *number*                        | targetStorageId         | Ziel-Lager                                                               | No        |
| *number*                        | serialNumberId          | Seriennummer                                                             | No        |
| *string*                        | note                    | Bemerkung                                                                | No        |
| [ScriptingDate](#ScriptingDate) | bookDate                | Buchungsdatum                                                            | No        |
| [ScriptingDate](#ScriptingDate) | targetExpiryDate        | Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt      | No        |
| *string*                        | targetSerialNumber      | Die gültige Seriennummer                                                 | No        |
| *number*                        | sourceStorageBinId      | Quell-Lagerplatz                                                         | No        |
| *number*                        | quantity                | Menge                                                                    | No        |
| *number*                        | sourceStorageId         | Quell-Lager                                                              | No        |
| *number*                        | targetStorageBinId      | Ziel-Lagerplatz                                                          | No        |
| *number*                        | articleId               | Artikel                                                                  | No        |
| *number*                        | picklistLineComponentId | Komponente einer Picklistenposition, falls dafür die Buchung stattfindet | No        |

## ECrmPriorityType

| Value    | Description |
| -------- | ----------- |
| CRITICAL |             |
| NORMAL   |             |
| LOW      |             |

## ECrmSpecialDocumentRefType

| Value             | Description      |
| ----------------- | ---------------- |
| NONE              | Normaler Beleg   |
| CUSTOMER\_OFFER   | Angebot          |
| CUSTOMER\_ORDER   | Auftrag          |
| BILLING\_DOCUMENT | Abrechnungsbeleg |

## ECrmType

| Value   | Description |
| ------- | ----------- |
| TASK    | Aufgaben    |
| DEAL    | Deals       |
| PROJECT | Projekte    |

## EDocumentCategory

| Value                                                | Description |
| ---------------------------------------------------- | ----------- |
| CUSTOMER\_OFFER                                      |             |
| CUSTOMER\_ORDER                                      |             |
| CUSTOMER\_DELIVERY\_DOCUMENT                         |             |
| CUSTOMER\_INVOICE                                    |             |
| CUSTOMER\_PROFORMA\_INVOICE                          |             |
| CUSTOMER\_DELIVERY\_INVOICE                          |             |
| CUSTOMER\_DEPOSIT\_INVOICE                           |             |
| CUSTOMER\_DEPOSIT\_INVOICE\_CANCELLATION             |             |
| CUSTOMER\_PROGRESS\_INVOICE                          |             |
| CUSTOMER\_PROGRESS\_INVOICE\_CANCELLATION            |             |
| CUSTOMER\_PARTIAL\_INVOICE                           |             |
| CUSTOMER\_PARTIAL\_INVOICE\_CANCELLATION             |             |
| CUSTOMER\_FINAL\_INVOICE                             |             |
| CUSTOMER\_FINAL\_INVOICE\_CANCELLATION               |             |
| CUSTOMER\_CREDIT\_NOTE\_WITH\_STOCK                  |             |
| CUSTOMER\_CREDIT\_NOTE\_WITHOUT\_STOCK               |             |
| CUSTOMER\_INVOICE\_CANCELLATION                      |             |
| CUSTOMER\_DELIVERY\_INVOICE\_CANCELLATION            |             |
| CUSTOMER\_CREDIT\_NOTE\_WITHOUT\_STOCK\_CANCELLATION |             |
| CUSTOMER\_CREDIT\_NOTE\_WITH\_STOCK\_CANCELLATION    |             |
| SUPPLIER\_PRICE\_REQUEST                             |             |
| SUPPLIER\_ORDER                                      |             |
| SUPPLIER\_DELIVERY\_DOCUMENT                         |             |
| SUPPLIER\_INVOICE                                    |             |
| SUPPLIER\_DELIVERY\_INVOICE                          |             |
| SUPPLIER\_CREDIT\_NOTE\_WITH\_STOCK                  |             |
| SUPPLIER\_CREDIT\_NOTE\_WITHOUT\_STOCK               |             |
| SUPPLIER\_DEPOSIT\_INVOICE                           |             |
| SUPPLIER\_PROGRESS\_INVOICE                          |             |
| SUPPLIER\_PARTIAL\_INVOICE                           |             |
| SUPPLIER\_FINAL\_INVOICE                             |             |
| COMMISSION\_SETTLEMENT                               |             |
| COMMISSION\_SETTLEMENT\_CANCELLATION                 |             |
| SUPPLIER\_COMMISSION\_CREDIT\_NOTE                   |             |
| SUPPLIER\_COMMISSION\_CREDIT\_NOTE\_CANCELLATION     |             |
| CUSTOMER\_SUBSCRIPTION\_CONTRACT                     |             |
| POS\_CASH\_JOURNAL\_OPENING                          |             |
| POS\_CASH\_RECEIPT                                   |             |
| POS\_RETURN\_CASH\_RECEIPT                           |             |
| POS\_CASH\_JOURNAL\_DEPOSIT                          |             |
| POS\_CASH\_JOURNAL\_EXPENSE                          |             |
| POS\_CASH\_JOURNAL\_WITHDRAWAL                       |             |
| POS\_CASH\_JOURNAL\_CLOSING                          |             |
| FABRICATION\_ORDER                                   |             |

## EDocumentQualifier

| Value              | Description |
| ------------------ | ----------- |
| SALE               |             |
| PURCHASE           |             |
| COMMISSION         |             |
| POINT\_OF\_SALE    |             |
| SALES\_CONTRACT    |             |
| PURCHASE\_CONTRACT |             |
| FABRICATION        |             |

## EDocumentTransition

| Value                                   | Description                                    |
| --------------------------------------- | ---------------------------------------------- |
| BEGIN\_EDITING                          | Bearbeitung beginnen                           |
| END\_EDITING                            | Speichern                                      |
| CANCEL\_EDITING                         | Bearbeitung abbrechen                          |
| EDIT\_ACCEPTED                          | Bearbeiten (für übernommenen Beleg)            |
| CANCEL\_EDITING\_ACCEPTED               | Bearbeitung abbrechen (für übernommenen Beleg) |
| SAVE\_ACCEPTED                          | Speichern (für übernommenen Beleg)             |
| CREATE\_NEW\_VERSION                    | Neue Version erstellen                         |
| ORDER\_IN\_PICKING                      | Auftrag in Kommissionierung übernehmen         |
| ORDER\_RESET\_FROM\_PICKING             | Auftrags aus Kommissionierung stornieren       |
| ORDER\_CLOSE\_REMAINING                 | Auftrag abschließen                            |
| DISSOLVE                                | Beleg auflösen                                 |
| CANCEL\_POS\_RECEIPT                    | Quittung abbrechen                             |
| START\_FABRICATION                      | Produktion starten                             |
| CANCEL\_FABRICATION                     | Produktion stornieren                          |
| UPDATE\_WHILE\_IN\_FABRICATION          |                                                |
| PAUSE\_FABRICATION                      | Produktion pausieren                           |
| RESUME\_FABRICATION                     | Produktion fortsetzen                          |
| COMPLETE\_FABRICATION                   | Produktion fertigstellen                       |
| RESTART\_FABRICATION                    | Produktion fortsetzen                          |
| START\_FABRICATION\_QA                  | QS-Prüfung starten                             |
| START\_PROCESSING\_FABRICATION\_QA      |                                                |
| PROCESSING\_FABRICATION\_QA             |                                                |
| FINISH\_PROCESSING\_FABRICATION\_QA     |                                                |
| CANCEL\_FABRICATION\_QA                 | QS-Prüfung abbrechen                           |
| FINISH\_FABRICATION\_QA                 | QS-Prüfung abschließen                         |
| FINISH\_FABRICATION                     | Produktion abschließen                         |
| CUSTOMER\_ORDER\_TO\_FABRICATION\_ORDER | Kundenauftrag in Produktionsauftrag übernehmen |

## EInvoiceValidationState

| Value          | Description |
| -------------- | ----------- |
| NOT\_VALIDATED |             |
| VALID          |             |
| NOT\_VALID     |             |

## ELinebreakType

| Value  | Description |
| ------ | ----------- |
| CR\_LF |             |
| CR     |             |
| LF     |             |

## EN16931Origin

| Value                  | Description |
| ---------------------- | ----------- |
| FROM\_BILLING\_ADDRESS |             |
| FROM\_DEFAULT\_ADDRESS |             |
| FROM\_ACCOUNT\_PARAMS  |             |
| USER\_DEFINED          |             |

## EN16931Profile

| Value           | Description |
| --------------- | ----------- |
| ZUGFERD         |             |
| XRECHNUNG       |             |
| NO\_EN\_PROFILE |             |

## EScriptingAuthenticationType

| Value         | Description |
| ------------- | ----------- |
| BASIC\_AUTH   |             |
| BEARER\_TOKEN |             |

## EShelfDocumentDeletionState

| Value            | Description |
| ---------------- | ----------- |
| NOT\_YET         |             |
| PREPARE\_DELETE  |             |
| FILE\_DELETED    |             |
| MANUALLY\_RETAIN |             |

## EWorkflowInstanceState

| Value                    | Description            |
| ------------------------ | ---------------------- |
| CREATED                  | Erstellt               |
| IN\_PROCESS              | In Verarbeitung        |
| COMPLETED\_SUCCESSFULLY  | Erfolgreich beendet    |
| COMPLETED\_WITH\_FAILURE | Fehlgeschlagen         |
| ERRONEOUS                | Fehlerhaft             |
| ABORTED\_CRASHED         | Abgestürzt abgebrochen |
| ABORTED\_MANUALLY        | Manuell abgebrochen    |
| CRASHED                  | Abgestürzt             |
| WAITING                  | Wartend                |
| INTERRUPTED              | Unterbrochen           |

## EavAccount

### Description

Zusatzfelder

## EavAccountaddress

### Description

Zusatzfelder

## EavAccountlisting

### Description

Zusatzfelder

## EavAccountperson

### Description

Zusatzfelder

## EavArticle

### Description

Zusatzfelder

## EavArticleListing

### Description

Zusatzfelder

## EavArticleListingDescription

### Description

Zusatzfelder

## EavAsset

### Description

Zusatzfelder

## EavContact

### Description

Zusatzfelder

## EavCrmactivity

### Description

Zusatzfelder

## EavCrmdeal

### Description

Zusatzfelder

## EavCrmproject

### Description

Zusatzfelder

## EavCrmtask

### Description

Zusatzfelder

## EavDocument

### Description

Zusatzfelder

## EavDocumentline

### Description

Zusatzfelder

## EavDocumentlinecomponent

### Description

Zusatzfelder

## EavFabrication

### Description

Zusatzfelder

## EavFabricationline

### Description

Zusatzfelder

## EavFabricationlinecomponent

### Description

Zusatzfelder

## EavProductgroup

### Description

Zusatzfelder

## EavProductmaingroup

### Description

Zusatzfelder

## EavSalesagent

### Description

Zusatzfelder

## EavShelfdocument

### Description

Zusatzfelder

## EavShelfshare

### Description

Zusatzfelder

## EavTextenumeration

### Description

Zusatzfelder

## EavVariantattributelisting

### Description

Zusatzfelder

## EavVariantvaluelisting

### Description

Zusatzfelder

## ExchangeRateOrigin

| Value                         | Description |
| ----------------------------- | ----------- |
| AUTOMATIC                     |             |
| AUTOMATIC\_FOR\_CURRENT\_DATE |             |
| USER\_DEFINED                 |             |

## FabricationComponentForProduction

### Attributes:

| Datatype | Name                    | Description                                                            | Read-only |
| -------- | ----------------------- | ---------------------------------------------------------------------- | --------- |
| *number* | serialNumberId          | Zu produzierende Seriennummer, für die die Komponente verwendet werden | No        |
| *number* | quantity                | Zu verwendende Menge                                                   | No        |
| *number* | documentLineComponentId | ID der Komponente                                                      | No        |
| *number* | articleSerialNumberId   | ID einer Seriennummer                                                  | No        |

## FabricationDefectiveRequest

### Attributes:

| Datatype                                                           | Name                        | Description                                                                      | Read-only |
| ------------------------------------------------------------------ | --------------------------- | -------------------------------------------------------------------------------- | --------- |
| *number*                                                           | quantity                    | (Nicht mehr) defekte Menge                                                       | No        |
| Array<[SerialNumberWithQuantityApi](#SerialNumberWithQuantityApi)> | serialNumberIdsWithQuantity | (Nicht mehr) defekte Seriennummern                                               | No        |
| *boolean*                                                          | createLineForReproduction   | Soll eine neue Position zur Nachproduktion der defekten Artikel erstellt werden? | No        |

## FabricationOfComponents

| Value                             | Description |
| --------------------------------- | ----------- |
| NEVER                             |             |
| COMPLETELY\_IF\_NECESSARY         |             |
| REQUIRED\_QUANTITY\_IF\_NECESSARY |             |
| ALWAYS                            |             |

## FabricationProduceRequest

### Attributes:

| Datatype                                                                       | Name                    | Description                                 | Read-only |
| ------------------------------------------------------------------------------ | ----------------------- | ------------------------------------------- | --------- |
| *boolean*                                                                      | autoCommitComponents    | Material automatisch bestätigen             | No        |
| *number*                                                                       | quantity                | Zu produzierende Menge                      | No        |
| Array<[FabricationComponentForProduction](#FabricationComponentForProduction)> | componentsForProduction | Für die Produktion zu verwendendes Material | No        |
| *number*                                                                       | documentLineId          | ID der zu produzierenden Position           | No        |
| Array<[FabricationSerialNumber](#FabricationSerialNumber)>                     | serialNumbers           | Zu produzierende Seriennummern              | No        |

## FabricationRemainingComponent

### Attributes:

| Datatype                                    | Name                    | Description                                                 | Read-only |
| ------------------------------------------- | ----------------------- | ----------------------------------------------------------- | --------- |
| [ArticleSerialNumber](#ArticleSerialNumber) | lineSerialNumber        | Zu produzierende Seriennummer, zu der die Komponente gehört | No        |
| *number*                                    | quantity                | Offene Menge                                                | No        |
| *number*                                    | documentLineComponentId | ID der Komponente                                           | No        |
| [ApiObjectReference](#ApiObjectReference)   | articleRef              | Artikel                                                     | No        |
| [ArticleSerialType](#ArticleSerialType)     | serialType              | Serientyp                                                   | No        |

## FabricationRevertRequest

### Attributes:

| Datatype                                                                       | Name                 | Description                      | Read-only |
| ------------------------------------------------------------------------------ | -------------------- | -------------------------------- | --------- |
| *number*                                                                       | quantity             | Zu stornierende Menge            | No        |
| *boolean*                                                                      | autoRevertComponents | Material automatisch stornieren  | No        |
| *number*                                                                       | documentLineId       | ID der zu stornierenden Position | No        |
| Array<[FabricationSerialNumber](#FabricationSerialNumber)>                     | serialNumbers        | Zu stornierende Seriennummern    | No        |
| Array<[FabricationComponentForProduction](#FabricationComponentForProduction)> | componentsToRevert   | Zu stornierendes Material        | No        |

## FabricationSerialNumber

### Attributes:

| Datatype                        | Name           | Description                                                                                                | Read-only |
| ------------------------------- | -------------- | ---------------------------------------------------------------------------------------------------------- | --------- |
| *number*                        | serialNumberId | ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern) | No        |
| [ScriptingDate](#ScriptingDate) | expiryDate     | MHD / Verfallsdatum                                                                                        | No        |
| *string*                        | note           | Bemerkung                                                                                                  | No        |
| *number*                        | quantity       | Abweichende Menge für Chargen                                                                              | No        |
| *string*                        | serialNumber2  | Seriennummer 2                                                                                             | No        |
| *string*                        | serialNumber1  | Seriennummer 1                                                                                             | No        |

## FabricationSerialNumberLabelingType

| Value                     | Description |
| ------------------------- | ----------- |
| QUERY\_ON\_START          |             |
| QUERY\_ON\_FINISH         |             |
| INHERITANCE               |             |
| AUTOMATICALLY\_ON\_START  |             |
| AUTOMATICALLY\_ON\_FINISH |             |

## Group

### Attributes:

| Datatype                                         | Name        | Description                                  | Read-only |
| ------------------------------------------------ | ----------- | -------------------------------------------- | --------- |
| Array<[ApiObjectReference](#ApiObjectReference)> | roles       | roles associated with this group             | No        |
| *boolean*                                        | active      | Is the group active?                         | No        |
| *string*                                         | description | Description of this Group                    | No        |
| *string*                                         | label       | Label of this Group                          | No        |
| *number*                                         | id          | Unique identifier of the Object              | No        |
| *number*                                         | version     | Version Identifier for this Object (for PUT) | No        |
| Array<[ApiObjectReference](#ApiObjectReference)> | users       | users associated with this group             | Yes       |
| [MetaInfo](#MetaInfo)                            | info        | MetaInformations for this Object             | Yes       |

## ImportDataMap

### Description

Zu importierende Daten

## JsonNode

## LanguageCodeOrigin

| Value                   | Description |
| ----------------------- | ----------- |
| FROM\_DELIVERY\_ADDRESS |             |
| FROM\_BILLING\_ADDRESS  |             |
| FROM\_DEFAULT\_ADDRESS  |             |
| FROM\_MY\_COMPANY       |             |

## ListingState

| Value                    | Description |
| ------------------------ | ----------- |
| DISABLED                 |             |
| NEED\_SYNCHRONIZE        |             |
| QUEUED\_FOR\_SYNCHRONIZE |             |
| SYNCHRONIZED             |             |
| ERRONEOUS                |             |
| NEED\_DELETION           |             |
| QUEUED\_FOR\_DELETION    |             |

## MetaInfo

### Attributes:

| Datatype                                | Name        | Description                                  | Read-only |
| --------------------------------------- | ----------- | -------------------------------------------- | --------- |
| [ScriptingDateTime](#ScriptingDateTime) | createdAt   | Created At Timestamp                         | Yes       |
| *number*                                | createdFrom | TenantUser-Identifier of the creator         | Yes       |
| *number*                                | updatedFrom | TenantUser-Identifier of most recent updater | Yes       |
| [ScriptingDateTime](#ScriptingDateTime) | updatedAt   | Last Updated AT Timestamp                    | Yes       |

## NotificationDataprovider

### Attributes:

| Datatype                             | Name          | Description | Read-only |
| ------------------------------------ | ------------- | ----------- | --------- |
| [Referenceable](#Referenceable)      | referenceable |             | No        |
| Set<[Referenceable](#Referenceable)> | links         |             | No        |
| *NotificationEventConfig*            | event         |             | No        |

*NotificationEventConfigOpenItemAttributes:OpenItem$BookingAccountTypeOpenItem$OpenItemPaymentKindOpenItem$OpenItemQualifierOpenItem$OpenItemRefundTypeOpenItemBalanceStateOpenItemDunningStateOpenItemPaymentPlanAttributes:OpenItemPaymentPlan$PaymentPlanTypeOpenItemPaymentStateOpenItemRecordAttributes:OpenItemRecord$RecordOriginOpenItemRecord$RecordQualifierOrderStackProcessingTypePaymentDiscountOriginPaymentMethodAttributes:PaymentPlanManualRuleAttributes:PaymentTermAttributes:PaymentTermRefAttributes:PaymentTypePersonGenderTypePickTrolleyAttributes:PickTrolleyBoxAttributes:PickTrolleyBoxStatePickTrolleyStatePickTrolleyTypePickingDeviatingQuantityPickingTypePicklistAttributes:PicklistLineAttributes:PicklistLineBookingAttributes:PicklistLineBookingStatePicklistLineComponentAttributes:PicklistLineStatePicklistLineTypePicklistScriptTypePicklistStatePicklistTemplateAttributes:PicklistTemplate$DateRangeAttributes:PicklistTemplate$OrderSelectionOptionsAttributes:PicklistTemplate$PicklistCreationOptionsAttributes:PicklistTemplate$PicklistProcessingOptionsAttributes:PicklistTemplate$PicklistScriptAttributes:PlainScriptingWriterDescriptionWriter für einfache Texte ohne besondere FormatierungPosLineTypePosPaymentOperationPosPaymentStatusPossibleUsingTypePriceModifierTypePriceSelectionCriteriaAttributes:ProductAttributes:ProductArticleRefAttributes:ProductDiscountAttributes:ProductGroupAttributes:ProductMainGroupAttributes:ProductPriceAttributes:ProductPriceOriginProductPriceQualifierProductTypePublishingPolicyPurchasePriceSourceRecommendedRetailPriceAttributes:ReferenceableRegulationCodeRegulationSetRequestDocumentAttributes:RequestDocumentLineAttributes:RequestDocumentLineBookingAttributes:RequestDocumentLineCommissionAttributes:RequestDocumentLineFabricationDetailAttributes:RequestDocumentLineShippingCostDetailAttributes:RequestDocumentPriceModifierAttributes:RequestDocumentTextAttributes:RevenueCalculationAttributes:SalesAgentAttributes:SalesAgentCommissionTypeScenarioAttributes:ScenarioActualValueAttributes:ScenarioDimensionAttributes:ScenarioDimensionValueAttributes:ScenarioFactDefAttributes:ScenarioFactDef$FactTypeScriptOutputRequestDescriptionAusgabe-AnforderungScriptingDateDescriptionDatentyp für DatumswerteScriptingDateTimeDescriptionDatentyp für Datum-Zeit-WerteScriptingOutputStreamScriptingXmlWriterDescriptionZum einfachen Schreiben von Daten im XML-FormatSecureHttpClientDescriptionHTTP-Client fürs ScriptingSequenceAssignmentModeSequenceTypeSequencerConfigurationAttributes:SequencerConfigurationDetailAttributes:SerialNumberWithQuantityApiAttributes:ShelfCommonMapperShelfDocumentAttributes:ShelfDocumentAttributionAttributes:ShelfDocumentDeletionStateShelfDocumentStateShelfDocumentTypeAttributes:ShelfFileAttributes:ShelfFileMetaDataAttributes:ShelfFileUploadSessionShelfShareAttributes:ShelfShareAvailabilityShelfSharePublishStateShelfTranslatableTextAttributes:StockAttributes:StockJournalFactorStockMovementManualApiAttributes:StockTransferApiAttributes:StockTransferResultAttributes:StorageBinRefAttributes:StringCollectorOutputStreamDescriptionSpeichert die geschriebenen Daten als String.SubFileInfoAttributes:SupplierAttributes:TagDtoAttributes:TagTypeTaxIdForeignCountryAttributes:TaxIdVerificationStateTaxPerformanceLocationTypeTaxRateAttributes:TaxSituationOriginTaxStateTypeTextEnumCreateAttributes:TextEnumGetAttributes:TextPositionTssSignatureAttributes:TssSignature$TssSignatureStatusTunnelRestrictionCodeUUIDUnitTypeReferenceAttributes:UpdateDocumentRequestDescriptionDetails zur Aktualisierung eines BelegsAttributes:UserAttributes:ValueTypeVariantAttributeAttributes:VariantAttributeListingAttributes:VariantDescriptionAttributes:VariantSchemaAttributes:VariantValueAttributes:VariantValueListingAttributes:VariantValueReferenceAttributes:WithDefaults\<List>Attributes:WithDefaultsAttributes:WorkflowInstanceDetailsAttributes:*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.vario-software.de/scripting-reference/types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
