Skip to content

Commit

Permalink
AB API Version 30.60 02/05 bereitgestellt
Browse files Browse the repository at this point in the history
  • Loading branch information
SemikolonDEV committed Jun 3, 2024
1 parent a502af5 commit 4e43854
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
42 changes: 40 additions & 2 deletions AB-API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
url: https://www.hamburger-software.de
termsOfService: https://www.hamburger-software.de
title: HS API (Auftragsbearbeitung)
version: 3.60.0200
version: 3.60.0205
servers:
- url: https://{hostname}:{port}/ab-api
variables:
Expand Down Expand Up @@ -16249,6 +16249,7 @@ components:
DirectDebitPaymentMethod: OneOff
ShortDescription: WAHL
LastModified: 2000-01-23T04:56:07.000+00:00
PriceListType: Specific
Addresses:
- CountryId: 1
Zip: Zip
Expand Down Expand Up @@ -16297,6 +16298,7 @@ components:
TermsOfPaymentId: 1
BookingCodeKey: KST
SepaMandateReference: SepaMandateReference
DateDependentPriceList: "0"
BankInstitutionName: Postbank Ndl der Deutschen Bank
PreferredEmailDispatch: All
DirectDebitProcedure: NoDirectDebit
Expand All @@ -16323,6 +16325,8 @@ components:
IsReverseCharge: false
Notes: Notes
IsTaxable: Taxable
DateDependentPriceListInfo:
CurrentPriceListNumber: 0
UsePeppol: true
CreditLimit: 50000
ElectronicInvoiceFormat: XRechnung
Expand Down Expand Up @@ -16596,8 +16600,28 @@ components:
description: Datum SEPA-Mandat im Format YYYY-MM-DD
nullable: true
type: string
PriceListType:
description: |
Gibt an, ob für den Kunden eine datumsabhängige Preisliste (DateDependent)
oder spezifische Preisliste (Specific) verwendet werden soll.
Bei Änderung der Preisliste oder Preislistengruppe des Kunden (per POST oder PUT) muss
PriceListType zwingend gefüllt sein.
enum:
- DateDependent
- Specific
example: Specific
nullable: true
type: string
DateDependentPriceList:
description: Ordnungsbegriff der Preislistengruppe
example: "0"
nullable: true
type: string
DateDependentPriceListInfo:
$ref: '#/components/schemas/DateDependentPriceListInfo'
PriceListNumber:
description: Nummer der Preisliste
description: |
Nummer der spezifischen Preisliste, sofern PriceListType als Specific festgelegt ist.
example: 1
nullable: true
type: integer
Expand Down Expand Up @@ -16722,6 +16746,20 @@ components:
type: boolean
title: Customer
type: object
DateDependentPriceListInfo:
description: |
Daten einer Preislistengruppe.
example:
CurrentPriceListNumber: 0
properties:
CurrentPriceListNumber:
description: Nummer der aktuell gültigen Preisliste
example: 0
nullable: true
readOnly: true
type: integer
title: DateDependentPriceListInfo
type: object
Supplier:
example:
CreationDate: 2000-01-23T04:56:07.000+00:00
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 HS - Hamburger Software GmbH & Co. KG
Copyright (c) 2024 HS - Hamburger Software GmbH & Co. KG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
AB 3.60 02/05
---------------------------------------------------------------------------------------------------

Änderungen an bestehenden Models
- Customer/PriceListType -> Neue Property für den Typ der Preisliste
- Customer/DateDependentPriceList -> Neue Property für den Ordnungsbegriff der Preislistengruppe
- Customer/DateDependentPriceListInfo -> Neue Property für weitere Informationen zur Preislistengruppe (z.B. Nummer der gültigen Preisliste)

Neue Models
- DateDependentPriceListInfo

AB 3.60 02/00
---------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 4e43854

Please sign in to comment.