1.0.1 • Published 3 years ago

proffix-rest v1.0.1

Weekly downloads
13
License
MIT
Repository
-
Last release
3 years ago

proffix_rest_api_request_sammlung

ProffixRestApiRequestSammlung - JavaScript client for proffix_rest_api_request_sammlung Dies ist eine Request-Sammlung der PROFFIX REST API, welche das PROFFIX REST API Entwicklerhandbuch unter https://www.proffix.net/entwickler/restapi/handbuch ergänzt. This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install proffix_rest_api_request_sammlung --save
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

Finally, switch to the directory you want to use your proffix_rest_api_request_sammlung from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

You should now be able to require('proffix_rest_api_request_sammlung') in javascript files from the directory you ran the last command above from.

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file, that's to say your javascript file where you actually use this library):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var api = new ProffixRestApiRequestSammlung.ADRApi()

var contentType = "contentType_example"; // {String} 

var pxSessionId = "pxSessionId_example"; // {String} 

var body = new ProffixRestApiRequestSammlung.ADR1AdressdokumentRequest(); // {ADR1AdressdokumentRequest} 

api.aDRAdressdokument(contentType, pxSessionId, body).then(function() {
  console.log('API called successfully.');
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to http://example.com

ClassMethodHTTP requestDescription
ProffixRestApiRequestSammlung.ADRApiaDRAdressdokumentPOST /ADR/AdressdokumentADR/Adressdokument
ProffixRestApiRequestSammlung.ADRApiaDRAdressdokumentAdressDokumentNrGET /ADR/Adressdokument/1ADR/Adressdokument/{AdressDokumentNr}
ProffixRestApiRequestSammlung.ADRApiaDRAdressePOST /ADR/AdresseADR/Adresse
ProffixRestApiRequestSammlung.ADRApiaDRAdresseAdressNrGET /ADR/Adresse/1ADR/Adresse/{AdressNr}
ProffixRestApiRequestSammlung.ADRApiaDRAdressgruppePOST /ADR/AdressgruppeADR/Adressgruppe
ProffixRestApiRequestSammlung.ADRApiaDRAdressgruppeAdressgruppeNrGET /ADR/Adressgruppe/INTEADR/Adressgruppe/{AdressgruppeNr}
ProffixRestApiRequestSammlung.ADRApiaDRKommunikationPOST /ADR/KommunikationADR/Kommunikation
ProffixRestApiRequestSammlung.ADRApiaDRKommunikationKommunikationNrGET /ADR/Kommunikation/1ADR/Kommunikation/{KommunikationNr}
ProffixRestApiRequestSammlung.ADRApiaDRKontaktPOST /ADR/KontaktADR/Kontakt
ProffixRestApiRequestSammlung.ADRApiaDRKontaktKontaktNrGET /ADR/Kontakt/2ADR/Kontakt/{KontaktNr}
ProffixRestApiRequestSammlung.ADRApiaDRKontakttypKontakttypNrGET /ADR/Kontakttyp/DIRADR/Kontakttyp/{KontakttypNr}
ProffixRestApiRequestSammlung.ADRApiaDRNotizPOST /ADR/NotizADR/Notiz
ProffixRestApiRequestSammlung.ADRApiaDRNotizNotizNrGET /ADR/Notiz/1ADR/Notiz/{NotizNr}
ProffixRestApiRequestSammlung.ADRApiaDRNotizartNotizartNrGET /ADR/Notizart/ALARMADR/Notizart/{NotizartNr}
ProffixRestApiRequestSammlung.ADRApiaDRZahlungsartPOST /ADR/ZahlungsartADR/Zahlungsart
ProffixRestApiRequestSammlung.ADRApiaDRZahlungsartZahlungsartNrGET /ADR/Zahlungsart/2ADR/Zahlungsart/{ZahlungsartNr}
ProffixRestApiRequestSammlung.AUFApiaUFDokumentPOST /AUF/DokumentAUF/Dokument
ProffixRestApiRequestSammlung.AUFApiaUFDokumentDokumentNrGET /AUF/Dokument/100018AUF/Dokument/{DokumentNr}
ProffixRestApiRequestSammlung.AUFApiaUFDokumentDokumentNrentsperrenPOST /AUF/Dokument/1/entsperrenAUF/Dokument/{DokumentNr}/entsperren
ProffixRestApiRequestSammlung.AUFApiaUFDokumentDokumentNrstatusentfernenPOST /AUF/Dokument/1/statusentfernenAUF/Dokument/{DokumentNr}/statusentfernen
ProffixRestApiRequestSammlung.AUFApiaUFDokumentDokumentNrteilrechnungerstellenPOST /AUF/Dokument/100018/teilrechnungerstellenAUF/Dokument/{DokumentNr}/teilrechnungerstellen
ProffixRestApiRequestSammlung.AUFApiaUFDokumentDokumentNrumwandelnPOST /AUF/Dokument/100037/umwandelnAUF/Dokument/{DokumentNr}/umwandeln
ProffixRestApiRequestSammlung.AUFApiaUFDokumentstatusDokumentstatusNrGET /AUF/Dokumentstatus/AAUF/Dokumentstatus/{DokumentstatusNr}
ProffixRestApiRequestSammlung.AUFApiaUFDokumenttypDokumenttypNrGET /AUF/Dokumenttyp/TRAUF/Dokumenttyp/{DokumenttypNr}
ProffixRestApiRequestSammlung.AUFApiaUFDokumentverknuepfungDokumentverknuepfungNrGET /AUF/Dokumentverknuepfung/1AUF/Dokumentverknuepfung/{DokumentverknuepfungNr}
ProffixRestApiRequestSammlung.AUFApiaUFESRNummerESRNrGET /AUF/ESRNummer/1AUF/ESRNummer/{ESRNr}
ProffixRestApiRequestSammlung.AUFApiaUFGutscheinPOST /AUF/GutscheinAUF/Gutschein
ProffixRestApiRequestSammlung.AUFApiaUFGutscheinGutscheinNrGET /AUF/Gutschein/KRUDT-3ISTL-VGTH7AUF/Gutschein/{GutscheinNr}
ProffixRestApiRequestSammlung.AUFApiaUFGutscheingutscheinnrgenerierenPOST /AUF/Gutschein/gutscheinnrgenerierenAUF/Gutschein/gutscheinnrgenerieren
ProffixRestApiRequestSammlung.AUFApiaUFOccasionsobjektOccasionsobjektNrGET /AUF/Occasionsobjekt/3AUF/Occasionsobjekt/{OccasionsobjektNr}
ProffixRestApiRequestSammlung.AUFApiaUFTextTextNrGET /AUF/Text/TAUF/Text/{TextNr}
ProffixRestApiRequestSammlung.AUFApiaUFZuschlagZuschlagNrGET /AUF/Zuschlag/1AUF/Zuschlag/{ZuschlagNr}
ProffixRestApiRequestSammlung.BASApibASAnlageAnlageNrGET /BAS/Anlage/1BAS/Anlage/{AnlageNr}
ProffixRestApiRequestSammlung.BASApibASGarantiezusatzGarantiezusatzNrGET /BAS/Garantiezusatz/1BAS/Garantiezusatz/{GarantiezusatzNr}
ProffixRestApiRequestSammlung.BASApibASInstallationInstallationNrGET /BAS/Installation/1BAS/Installation/{InstallationNr}
ProffixRestApiRequestSammlung.BASApibASKundeKundeNrGET /BAS/Kunde/1BAS/Kunde/{KundeNr}
ProffixRestApiRequestSammlung.BASApibASPrioritaetPrioritaetNrGET /BAS/Prioritaet/1BAS/Prioritaet/{PrioritaetNr}
ProffixRestApiRequestSammlung.BASApibASStandortStandortNrGET /BAS/Standort/1BAS/Standort/{StandortNr}
ProffixRestApiRequestSammlung.BASApibASVertragstypVertragstypNrGET /BAS/Vertragstyp/SIMBAS/Vertragstyp/{VertragstypNr}
ProffixRestApiRequestSammlung.CRMApicRMAufgabeAufgabeNrGET /CRM/Aufgabe/1CRM/Aufgabe/{AufgabeNr}
ProffixRestApiRequestSammlung.CRMApicRMTelefonnummerzuweisungPOST /CRM/TelefonnummerzuweisungCRM/Telefonnummerzuweisung
ProffixRestApiRequestSammlung.CRMApicRMTelefonnummerzuweisungTelefonNrGET /CRM/Telefonnummerzuweisung/+41 (079) 1231212CRM/Telefonnummerzuweisung/{TelefonNr}
ProffixRestApiRequestSammlung.DEBApidEBBuchungPOST /DEB/BuchungDEB/Buchung
ProffixRestApiRequestSammlung.DEBApidEBBuchungBuchungNrGET /DEB/Buchung/165DEB/Buchung/{BuchungNr}
ProffixRestApiRequestSammlung.DEBApidEBBuchungzahlungerfassenPOST /DEB/Buchung/zahlungerfassenDEB/Buchung/zahlungerfassen
ProffixRestApiRequestSammlung.EDOApieDOSSCCNummerSSCCNummerNrGET /EDO/SSCCNummer/1EDO/SSCCNummer/{SSCCNummerNr}
ProffixRestApiRequestSammlung.EINApieINBestelltypBestelltypNrGET /EIN/Bestelltyp/EINGANGEIN/Bestelltyp/{BestelltypNr}
ProffixRestApiRequestSammlung.EINApieINBestellungBestellungNrGET /EIN/Bestellung/50031EIN/Bestellung/{BestellungNr}
ProffixRestApiRequestSammlung.EINApieINBestellungBestellungNrPositionBestellpositionNrStatusGET /EIN/Bestellung/50035/Position/64/StatusEIN/Bestellung/{BestellungNr}/Position/{BestellpositionNr}/Status
ProffixRestApiRequestSammlung.EINApieINWareneingangslisteWareneingangslisteNrGET /EIN/Wareneingangsliste/20130205EIN/Wareneingangsliste/{WareneingangslisteNr}
ProffixRestApiRequestSammlung.EINApiputEINBestellungBestellungNrPositionBestellpositionNrStatusPUT /EIN/Bestellung/50035/Position/64/StatusEIN/Bestellung/{BestellungNr}/Position/{BestellpositionNr}/Status
ProffixRestApiRequestSammlung.FIBApifIBBuchungPOST /FIB/BuchungFIB/Buchung
ProffixRestApiRequestSammlung.FIBApifIBBuchungBuchungNrGET /FIB/Buchung/2892FIB/Buchung/{BuchungNr}
ProffixRestApiRequestSammlung.FIBApifIBBuchungsartBuchungsartNrGET /FIB/Buchungsart/0000FIB/Buchungsart/{BuchungsartNr}
ProffixRestApiRequestSammlung.FIBApifIBFibuStammdatenGET /FIB/FibuStammdatenFIB/FibuStammdaten
ProffixRestApiRequestSammlung.FIBApifIBKontoPOST /FIB/KontoFIB/Konto
ProffixRestApiRequestSammlung.FIBApifIBKontoKontoNrGET /FIB/Konto/1000FIB/Konto/{KontoNr}
ProffixRestApiRequestSammlung.FIBApifIBKontoKontoNrSaldoGET /FIB/Konto/1000/SaldoFIB/Konto/{KontoNr}/Saldo
ProffixRestApiRequestSammlung.FIBApifIBKontoSaldoKontotypKontotypNrGET /FIB/Konto/Saldo/Kontotyp/1FIB/Konto/Saldo/Kontotyp/{KontotypNr}
ProffixRestApiRequestSammlung.FIBApifIBKontoklasseKontoklasseNrGET /FIB/Kontoklasse/1FIB/Kontoklasse/{KontoklasseNr}
ProffixRestApiRequestSammlung.FIBApifIBKostenartPOST /FIB/KostenartFIB/Kostenart
ProffixRestApiRequestSammlung.FIBApifIBKostenartKostenartNrGET /FIB/Kostenart/KOARTFIB/Kostenart/{KostenartNr}
ProffixRestApiRequestSammlung.FIBApifIBKostenstellePOST /FIB/KostenstelleFIB/Kostenstelle
ProffixRestApiRequestSammlung.FIBApifIBKostenstelleKostenstelleNrGET /FIB/Kostenstelle/KOSTEFIB/Kostenstelle/{KostenstelleNr}
ProffixRestApiRequestSammlung.FIBApifIBKostenstellengruppeKostenstellengruppeGET /FIB/Kostenstellengruppe/TestFIB/Kostenstellengruppe/{Kostenstellengruppe}
ProffixRestApiRequestSammlung.FIBApifIBKostenstellenklasseKostenstellenklasseGET /FIB/Kostenstellenklasse/AFIB/Kostenstellenklasse/{Kostenstellenklasse}
ProffixRestApiRequestSammlung.FIBApifIBKostenstellenuntergruppeKostenstellenuntergruppeGET /FIB/Kostenstellenuntergruppe/UGRPFIB/Kostenstellenuntergruppe/{Kostenstellenuntergruppe}
ProffixRestApiRequestSammlung.KREApikREBuchungPOST /KRE/BuchungKRE/Buchung
ProffixRestApiRequestSammlung.KREApikREBuchungBuchungNrGET /KRE/Buchung/165KRE/Buchung/{BuchungNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikelPOST /LAG/ArtikelLAG/Artikel
ProffixRestApiRequestSammlung.LAGApilAGArtikelArtikelNrGET /LAG/Artikel/HARIBOLAG/Artikel/{ArtikelNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikelArtikelNrausgangbuchenPOST /LAG/Artikel/CPU/ausgangbuchenLAG/Artikel/{ArtikelNr}/ausgangbuchen
ProffixRestApiRequestSammlung.LAGApilAGArtikelArtikelNreingangbuchenPOST /LAG/Artikel/HD/eingangbuchenLAG/Artikel/{ArtikelNr}/eingangbuchen
ProffixRestApiRequestSammlung.LAGApilAGArtikelArtikelNrinventurbuchenPOST /LAG/Artikel/CPU2/inventurbuchenLAG/Artikel/{ArtikelNr}/inventurbuchen
ProffixRestApiRequestSammlung.LAGApilAGArtikelArtikelNrverschiebungbuchenPOST /LAG/Artikel/RAM2/verschiebungbuchenLAG/Artikel/{ArtikelNr}/verschiebungbuchen
ProffixRestApiRequestSammlung.LAGApilAGArtikelbildPOST /LAG/ArtikelbildLAG/Artikelbild
ProffixRestApiRequestSammlung.LAGApilAGArtikelbildArtikelbildNrGET /LAG/Artikelbild/1LAG/Artikelbild/{ArtikelbildNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikeldokumentPOST /LAG/ArtikeldokumentLAG/Artikeldokument
ProffixRestApiRequestSammlung.LAGApilAGArtikeldokumentArtikelNrGET /LAG/Artikeldokument/1LAG/Artikeldokument/{ArtikelNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikelgruppeArtikelgruppeNrGET /LAG/Artikelgruppe/ORDLAG/Artikelgruppe/{ArtikelgruppeNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikelklasseArtikelklasseNrGET /LAG/Artikelklasse/MOEBLAG/Artikelklasse/{ArtikelklasseNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikeloptionPOST /LAG/ArtikeloptionLAG/Artikeloption
ProffixRestApiRequestSammlung.LAGApilAGArtikeloptionArtikeloptionNrGET /LAG/Artikeloption/1LAG/Artikeloption/{ArtikeloptionNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikelstatistikArtikelstatistikNrGET /LAG/Artikelstatistik/1LAG/Artikelstatistik/{ArtikelstatistikNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikeltextPOST /LAG/ArtikeltextLAG/Artikeltext
ProffixRestApiRequestSammlung.LAGApilAGArtikeltextArtikeltextNrGET /LAG/Artikeltext/8LAG/Artikeltext/{ArtikeltextNr}
ProffixRestApiRequestSammlung.LAGApilAGArtikeluntergruppeArtikeluntergruppeNrGET /LAG/Artikeluntergruppe/FLATLAG/Artikeluntergruppe/{ArtikeluntergruppeNr}
ProffixRestApiRequestSammlung.LAGApilAGBestandGET /LAG/BestandLAG/Bestand
ProffixRestApiRequestSammlung.LAGApilAGBestellvorschlagPOST /LAG/BestellvorschlagLAG/Bestellvorschlag
ProffixRestApiRequestSammlung.LAGApilAGBestellvorschlagBestellvorschlagNrGET /LAG/Bestellvorschlag/1LAG/Bestellvorschlag/{BestellvorschlagNr}
ProffixRestApiRequestSammlung.LAGApilAGChargePOST /LAG/ChargeLAG/Charge
ProffixRestApiRequestSammlung.LAGApilAGChargeChargeNrGET /LAG/Charge/A1234-ZLAG/Charge/{ChargeNr}
ProffixRestApiRequestSammlung.LAGApilAGHerstellerPOST /LAG/HerstellerLAG/Hersteller
ProffixRestApiRequestSammlung.LAGApilAGHerstellerHerstellerNrGET /LAG/Hersteller/1LAG/Hersteller/{HerstellerNr}
ProffixRestApiRequestSammlung.LAGApilAGLagerortLagerortNrGET /LAG/Lagerort/NEBENLAG/Lagerort/{LagerortNr}
ProffixRestApiRequestSammlung.LAGApilAGLagerplatzLagerplatzNrGET /LAG/Lagerplatz/XYZLAG/Lagerplatz/{LagerplatzNr}
ProffixRestApiRequestSammlung.LAGApilAGLieferantPOST /LAG/LieferantLAG/Lieferant
ProffixRestApiRequestSammlung.LAGApilAGLieferantLieferantNrGET /LAG/Lieferant/1LAG/Lieferant/{LieferantNr}
ProffixRestApiRequestSammlung.LAGApilAGNotizPOST /LAG/NotizLAG/Notiz
ProffixRestApiRequestSammlung.LAGApilAGNotizNotizNrGET /LAG/Notiz/7LAG/Notiz/{NotizNr}
ProffixRestApiRequestSammlung.LAGApilAGNotizartNotizartNrGET /LAG/Notizart/ERLLAG/Notizart/{NotizartNr}
ProffixRestApiRequestSammlung.LAGApilAGSammelartikelSammelartikelNrGET /LAG/Sammelartikel/HOSELAG/Sammelartikel/{SammelartikelNr}
ProffixRestApiRequestSammlung.LAGApilAGSerieNummerSerieNummerNrGET /LAG/SerieNummer/180LAG/SerieNummer/{SerieNummerNr}
ProffixRestApiRequestSammlung.LAGApilAGStuecklistenpositionGET /LAG/StuecklistenpositionLAG/Stuecklistenposition
ProffixRestApiRequestSammlung.LAGApilAGStuecklistenpositionStuecklistenpositionNrGET /LAG/Stuecklistenposition/1LAG/Stuecklistenposition/{StuecklistenpositionNr}
ProffixRestApiRequestSammlung.LAGApilAGVerpackungVerpackungNrGET /LAG/Verpackung/KARTONLAG/Verpackung/{VerpackungNr}
ProffixRestApiRequestSammlung.LAGApilAGVerpackungsstufeVerpackungsstufeNrGET /LAG/Verpackungsstufe/10LAG/Verpackungsstufe/{VerpackungsstufeNr}
ProffixRestApiRequestSammlung.LAGApilAGVerpackungszuweisungPOST /LAG/VerpackungszuweisungLAG/Verpackungszuweisung
ProffixRestApiRequestSammlung.LAGApilAGVerpackungszuweisungVerpackungszuweisungNrGET /LAG/Verpackungszuweisung/1LAG/Verpackungszuweisung/{VerpackungszuweisungNr}
ProffixRestApiRequestSammlung.LOHApilOHAbteilungAbteilungNrGET /LOH/Abteilung/1LOH/Abteilung/{AbteilungNr}
ProffixRestApiRequestSammlung.LOHApilOHKindKindNrGET /LOH/Kind/1LOH/Kind/{KindNr}
ProffixRestApiRequestSammlung.LOHApilOHKinderzulageKinderzulageNrGET /LOH/Kinderzulage/1LOH/Kinderzulage/{KinderzulageNr}
ProffixRestApiRequestSammlung.LOHApilOHKrankentaggeldversicherungscodeKrankentaggeldversicherungscodeNrGET /LOH/Krankentaggeldversicherungscode/A0LOH/Krankentaggeldversicherungscode/{KrankentaggeldversicherungscodeNr}
ProffixRestApiRequestSammlung.LOHApilOHLohnabrechnungLohnabrechnungNrGET /LOH/Lohnabrechnung/2274LOH/Lohnabrechnung/{LohnabrechnungNr}
ProffixRestApiRequestSammlung.LOHApilOHLohnartLohnartNrGET /LOH/Lohnart/1000.1LOH/Lohnart/{LohnartNr}
ProffixRestApiRequestSammlung.LOHApilOHLohnbewegungPOST /LOH/LohnbewegungLOH/Lohnbewegung
ProffixRestApiRequestSammlung.LOHApilOHLohnbewegungLohnbewegungNrGET /LOH/Lohnbewegung/2274LOH/Lohnbewegung/{LohnbewegungNr}
ProffixRestApiRequestSammlung.LOHApilOHMitarbeiterPOST /LOH/MitarbeiterLOH/Mitarbeiter
ProffixRestApiRequestSammlung.LOHApilOHMitarbeiterMitarbeiterNrGET /LOH/Mitarbeiter/1LOH/Mitarbeiter/{MitarbeiterNr}
ProffixRestApiRequestSammlung.LOHApilOHQuellensteuerQuellensteuerNrGET /LOH/Quellensteuer/100000LOH/Quellensteuer/{QuellensteuerNr}
ProffixRestApiRequestSammlung.LOHApilOHUnfallversicherungscodeUnfallversicherungscodeNrGET /LOH/Unfallversicherungscode/A0LOH/Unfallversicherungscode/{UnfallversicherungscodeNr}
ProffixRestApiRequestSammlung.LOHApilOHUnfallzusatzversicherungscodeUnfallzusatzversicherungscodeNrGET /LOH/Unfallzusatzversicherungscode/A0LOH/Unfallzusatzversicherungscode/{UnfallzusatzversicherungscodeNr}
ProffixRestApiRequestSammlung.LOHApilOHZivilstandZivilstandNrGET /LOH/Zivilstand/1LOH/Zivilstand/{ZivilstandNr}
ProffixRestApiRequestSammlung.PREApipREAssortierungGET /PRE/AssortierungPRE/Assortierung
ProffixRestApiRequestSammlung.PREApipREAssortierungAssortierungNrGET /PRE/Assortierung/1PRE/Assortierung/{AssortierungNr}
ProffixRestApiRequestSammlung.PREApipREPreisberechnungsformelGET /PRE/PreistypPRE/Preisberechnungsformel
ProffixRestApiRequestSammlung.PREApipREPreisberechnungsformelPreisberechnungsformelNrGET /PRE/Preisberechnungsformel/1PRE/Preisberechnungsformel/{PreisberechnungsformelNr}
ProffixRestApiRequestSammlung.PREApipREPreisstaffelGET /PRE/PreisstaffelPRE/Preisstaffel
ProffixRestApiRequestSammlung.PREApipREPreisstaffelPreisstaffelNrGET /PRE/Preisstaffel/11.15.1.CPU1PRE/Preisstaffel/{PreisstaffelNr}
ProffixRestApiRequestSammlung.PROApipROAuftragPOST /PRO/AuftragPRO/Auftrag
ProffixRestApiRequestSammlung.PROApipROAuftragAuftragNrGET /PRO/Auftrag/1PRO/Auftrag/{AuftragNr}
ProffixRestApiRequestSammlung.PROApipROBankBankNrGET /PRO/Bank/1PRO/Bank/{BankNr}
ProffixRestApiRequestSammlung.PROApipROBelegartBelegartNrGET /PRO/Belegart/ABPRO/Belegart/{BelegartNr}
ProffixRestApiRequestSammlung.PROApipROBenutzereinstellungPOST /PRO/BenutzereinstellungPRO/Benutzereinstellung
ProffixRestApiRequestSammlung.PROApipROBenutzereinstellungBenutzereinstellungNrGET /PRO/Benutzereinstellung/TestPRO/Benutzereinstellung/{BenutzereinstellungNr}
ProffixRestApiRequestSammlung.PROApipROBenutzergruppeBenutzergruppeNrGET /PRO/Benutzergruppe/ADMINPRO/Benutzergruppe/{BenutzergruppeNr}
ProffixRestApiRequestSammlung.PROApipROBerechtigungPOST /PRO/BerechtigungPRO/Berechtigung
ProffixRestApiRequestSammlung.PROApipROBerechtigungBerechtigungNrGET /PRO/Berechtigung/5885PRO/Berechtigung/{BerechtigungNr}
ProffixRestApiRequestSammlung.PROApipROBriefanredeBriefanredeNrGET /PRO/Briefanrede/1PRO/Briefanrede/{BriefanredeNr}
ProffixRestApiRequestSammlung.PROApipROBuchungstextGET /PRO/BuchungstextPRO/Buchungstext
ProffixRestApiRequestSammlung.PROApipRODateiPOST /PRO/DateiPRO/Datei
ProffixRestApiRequestSammlung.PROApipRODateiDateiNrGET /PRO/Datei/nsDznl0xSe4O9JXzDHA-Z_yQA3WWNivrjo2SyJL4yTpky1sZuTHjftyedVi_pO1F5ZlThroG0fMxxZOg_KgOWwLh31jnvfpjykU19-m_GzEPRO/Datei/{DateiNr}
ProffixRestApiRequestSammlung.PROApipRODatenbankkeyPasswordGET /PRO/DatenbankPRO/Datenbank?key={Password}
ProffixRestApiRequestSammlung.PROApipRODruckerDruckerNrGET /PRO/Drucker/e16c568058e994d7a0bb27219e48e11e8b87d0c5dd79e7d8805b9ffd6f0ef649PRO/Drucker/{DruckerNr}
ProffixRestApiRequestSammlung.PROApipROEinheitEinheitNrGET /PRO/Einheit/STKPRO/Einheit/{EinheitNr}
ProffixRestApiRequestSammlung.PROApipROEinheitsmatrixEinheitLagerGET /PRO/Einheitsmatrix/STKPRO/Einheitsmatrix/{EinheitLager}
ProffixRestApiRequestSammlung.PROApipROEinheitsmatrixEinheitLagerEinheitRechnungGET /PRO/Einheitsmatrix/STK/M2PRO/Einheitsmatrix/{EinheitLager}/{EinheitRechnung}
ProffixRestApiRequestSammlung.PROApipROEinstellungModulSectionGET /PRO/Einstellung/PXSTUNDEN/DefRapportMobilePRO/Einstellung/{Modul}/{Section}
ProffixRestApiRequestSammlung.PROApipROFeiertagFeiertagNrGET /PRO/Feiertag/1PRO/Feiertag/{FeiertagNr}
ProffixRestApiRequestSammlung.PROApipROFelddefinitionGET /PRO/Felddefinition
ProffixRestApiRequestSammlung.PROApipROFelddefinitionTabellennameFeldnameGET /PRO/Felddefinition/ADR_AdressDef/AuftErtragPRO/Felddefinition/{Tabellenname}/{Feldname}
ProffixRestApiRequestSammlung.PROApipROFunktionFunktionNrGET /PRO/Funktion/1PRO/Funktion/{FunktionNr}
ProffixRestApiRequestSammlung.PROApipROInfoGET /PRO/InfoPRO/Info
ProffixRestApiRequestSammlung.PROApipROKonditionKonditionNrGET /PRO/Kondition/1PRO/Kondition/{KonditionNr}
ProffixRestApiRequestSammlung.PROApipROLandLandNrGET /PRO/Land/CHPRO/Land/{LandNr}
ProffixRestApiRequestSammlung.PROApipROLieferartLieferartNrGET /PRO/Lieferart/KurierPRO/Lieferart/{LieferartNr}
ProffixRestApiRequestSammlung.PROApipROListeListeNrGET /PRO/Liste/2376PRO/Liste/{ListeNr}
ProffixRestApiRequestSammlung.PROApipROListeListeNrDokumentDokumentNrzugferdgenerierenPOST /PRO/Liste/13030/Dokument/600028/zugferdgenerierenPRO/Liste/{ListeNr}/Dokument/{DokumentNr}/zugferdgenerieren
ProffixRestApiRequestSammlung.PROApipROListeListeNrDruckerDruckerNrPOST /PRO/Liste/12869/Drucker/e16c568058e994d7a0bb27219e48e11e8b87d0c5dd79e7d8805b9ffd6f0ef649/druckenPRO/Liste/{ListeNr}/Drucker/{DruckerNr}
ProffixRestApiRequestSammlung.PROApipROListeListeNrgenerierenPOST /PRO/Liste/2376/generierenPRO/Liste/{ListeNr}/generieren
ProffixRestApiRequestSammlung.PROApipROLoginPOST /PRO/LoginPRO/Login
ProffixRestApiRequestSammlung.PROApipROMitarbeiterPOST /PRO/MitarbeiterPRO/Mitarbeiter
ProffixRestApiRequestSammlung.PROApipROMitarbeiterMitarbeiterNrGET /PRO/Mitarbeiter/1PRO/Mitarbeiter/{MitarbeiterNr}
ProffixRestApiRequestSammlung.PROApipROMitarbeiterMitarbeiterNrBenutzerPOST /PRO/Mitarbeiter/1/BenutzerPRO/Mitarbeiter/{MitarbeiterNr}/Benutzer
ProffixRestApiRequestSammlung.PROApipRORahmenvertragRahmenvertragNrGET /PRO/Rahmenvertrag/1PRO/Rahmenvertrag/{RahmenvertragNr}
ProffixRestApiRequestSammlung.PROApipRORechtModulGET /PRO/Recht/PXRESOURCEPRO/Recht/{Modul}
ProffixRestApiRequestSammlung.PROApipRORechtModulFormGET /PRO/Recht/PXRESOURCE/FRMHAUPTPRO/Recht/{Modul}/{Form}
ProffixRestApiRequestSammlung.PROApipRORechtModulFormMenuGET /PRO/Recht/PXRESOURCE/FRMHAUPT/KALENDERPRO/Recht/{Modul}/{Form}/{Menu}
ProffixRestApiRequestSammlung.PROApipRORegionRegionNrGET /PRO/Region/SGPRO/Region/{RegionNr}
ProffixRestApiRequestSammlung.PROApipROSollstundenplanHistorySollstundenplanHistoryNrGET /PRO/SollstundenplanHistory/1PRO/SollstundenplanHistory/{SollstundenplanHistoryNr}
ProffixRestApiRequestSammlung.PROApipROSollstundenplanSollstundenplanNrGET /PRO/Sollstundenplan/1PRO/Sollstundenplan/{SollstundenplanNr}
ProffixRestApiRequestSammlung.PROApipROSpracheSpracheNrGET /PRO/Sprache/DPRO/Sprache/{SpracheNr}
ProffixRestApiRequestSammlung.PROApipROStammdatenGET /PRO/StammdatenPRO/Stammdaten
ProffixRestApiRequestSammlung.PROApipROSteuercodeSteuercodeNrGET /PRO/Steuercode/1PRO/Steuercode/{SteuercodeNr}
ProffixRestApiRequestSammlung.PROApipROVertreterVertreterNrGET /PRO/Vertreter/FVPRO/Vertreter/{VertreterNr}
ProffixRestApiRequestSammlung.PROApipROWaehrungStandardGET /PRO/Waehrung/StandardPRO/Waehrung/Standard
ProffixRestApiRequestSammlung.PROApipROWaehrungWaehrungNrGET /PRO/Waehrung/CHFPRO/Waehrung/{WaehrungNr}
ProffixRestApiRequestSammlung.PROApipROWaehrungkurseaktualisierenPOST /PRO/Waehrung/kurseaktualisierenPRO/Waehrung/kurseaktualisieren
ProffixRestApiRequestSammlung.PROApipROZusatztabelleZusatztabellennameGET /PRO/Zusatztabelle/ZUS_DVD_SammlungPRO/Zusatztabelle/{Zusatztabellenname}
ProffixRestApiRequestSammlung.PROApipROZusatztabelleZusatztabellennameSchlsselGET /PRO/Zusatztabelle/ZUS_DVD_Sammlung/1PRO/Zusatztabelle/{Zusatztabellenname}/{Schlüssel}
ProffixRestApiRequestSammlung.PROApipostPROZusatztabelleZusatztabellennamePOST /PRO/Zusatztabelle/ZUS_DVD_Sammlung/1PRO/Zusatztabelle/{Zusatztabellenname}
ProffixRestApiRequestSammlung.RESApirESPlanobjektPOST /RES/PlanobjektRES/Planobjekt
ProffixRestApiRequestSammlung.RESApirESPlanobjektPlanobjektNrGET /RES/Planobjekt/5RES/Planobjekt/{PlanobjektNr}
ProffixRestApiRequestSammlung.RESApirESPlanobjektstatusPlanobjektstatusNrGET /RES/Planobjektstatus/1RES/Planobjektstatus/{PlanobjektstatusNr}
ProffixRestApiRequestSammlung.RESApirESRessourceRessourceNrGET /RES/Ressource/1RES/Ressource/{RessourceNr}
ProffixRestApiRequestSammlung.RESApirESRessourcengruppeRessourcengruppeNrGET /RES/Ressourcengruppe/1RES/Ressourcengruppe/{RessourcengruppeNr}
ProffixRestApiRequestSammlung.RESApirESRessourcengruppenzuordnungRessourcengruppenzuordnungNrGET /RES/Ressourcengruppenzuordnung/3RES/Ressourcengruppenzuordnung/{RessourcengruppenzuordnungNr}
ProffixRestApiRequestSammlung.SRVApisRVServiceartServiceartNrGET /SRV/Serviceart/SERSRV/Serviceart/{ServiceartNr}
ProffixRestApiRequestSammlung.SRVApisRVServiceauftragPOST /SRV/ServiceauftragSRV/Serviceauftrag
ProffixRestApiRequestSammlung.SRVApisRVServiceauftragServiceauftragNrGET /SRV/Serviceauftrag/2SRV/Serviceauftrag/{ServiceauftragNr}
ProffixRestApiRequestSammlung.SRVApisRVServiceauftragsdokumentPOST /SRV/ServiceauftragsdokumentSRV/Serviceauftragsdokument
ProffixRestApiRequestSammlung.SRVApisRVServiceauftragsdokumentServiceauftragsdokumentNrGET /SRV/Serviceauftragsdokument/1SRV/Serviceauftragsdokument/{ServiceauftragsdokumentNr}
ProffixRestApiRequestSammlung.SRVApisRVStatusStatusNrGET /SRV/Status/40SRV/Status/{StatusNr}
ProffixRestApiRequestSammlung.STUApisTUAbrechnungsartAbrechnungsartNrGET /STU/Abrechnungsart/1STU/Abrechnungsart/{AbrechnungsartNr}
ProffixRestApiRequestSammlung.STUApisTUGebaeudeartGebaeudeartNrGET /STU/Gebaeudeart/1STU/Gebaeudeart/{GebaeudeartNr}
ProffixRestApiRequestSammlung.STUApisTUOffenerRapportPOST /STU/OffenerRapportSTU/OffenerRapport
ProffixRestApiRequestSammlung.STUApisTUOffenerRapportRapportNrGET /STU/OffenerRapport/1STU/OffenerRapport/{RapportNr}
ProffixRestApiRequestSammlung.STUApisTUOffenerRapportRapportNrabschliessenPOST /STU/OffenerRapport/1/abschliessenSTU/OffenerRapport/{RapportNr}/abschliessen
ProffixRestApiRequestSammlung.STUApisTUOffenerRapportRapportNrstartenPOST /STU/OffenerRapport/1/startenSTU/OffenerRapport/{RapportNr}/starten
ProffixRestApiRequestSammlung.STUApisTUOffenerRapportRapportNrstoppenPOST /STU/OffenerRapport/1/stoppenSTU/OffenerRapport/{RapportNr}/stoppen
ProffixRestApiRequestSammlung.STUApisTUPositionsartPositionsartNrGET /STU/Positionsart/1STU/Positionsart/{PositionsartNr}
ProffixRestApiRequestSammlung.STUApisTUProjektProjektNrGET /STU/Projekt/3STU/Projekt/{ProjektNr}
ProffixRestApiRequestSammlung.STUApisTURapportPOST /STU/RapportSTU/Rapport
ProffixRestApiRequestSammlung.STUApisTURapportRapportNrGET /STU/Rapport/1STU/Rapport/{RapportNr}
ProffixRestApiRequestSammlung.STUApisTURapportabschliessenPOST /STU/Rapport/abschliessenSTU/Rapport/abschliessen
ProffixRestApiRequestSammlung.STUApisTURapportdokumentPOST /STU/RapportdokumentSTU/Rapportdokument
ProffixRestApiRequestSammlung.STUApisTURapportdokumentRapportdokumentNrGET /STU/Rapportdokument/1STU/Rapportdokument/{RapportdokumentNr}
ProffixRestApiRequestSammlung.STUApisTURapportfreigebenPOST /STU/Rapport/freigebenSTU/Rapport/freigeben
ProffixRestApiRequestSammlung.STUApisTUSpesenartSpesenartNrGET /STU/Spesenart/1STU/Spesenart/{SpesenartNr}
ProffixRestApiRequestSammlung.STUApisTUStatusartStatusartNrGET /STU/Statusart/1STU/Statusart/{StatusartNr}
ProffixRestApiRequestSammlung.STUApisTUTeilleistungTeilleistungNrGET /STU/Teilleistung/1STU/Teilleistung/{TeilleistungNr}
ProffixRestApiRequestSammlung.STUApisTUTeilleistungsgruppeTeilleistungsgruppeNrGET /STU/Teilleistungsgruppe/1STU/Teilleistungsgruppe/{TeilleistungsgruppeNr}
ProffixRestApiRequestSammlung.STUApisTUTeilleistungstypTeilleistungstypNrGET /STU/Teilleistungstyp/1STU/Teilleistungstyp/{TeilleistungstypNr}
ProffixRestApiRequestSammlung.STUApisTUTeilleistungsuntergruppeTeilleistungsuntergruppeNrGET /STU/Teilleistungsuntergruppe/1STU/Teilleistungsuntergruppe/{TeilleistungsuntergruppeNr}
ProffixRestApiRequestSammlung.UTILSApiuTILSTelefonnummerformatierenPOST /UTILS/Telefonnummer/formatierenUTILS/Telefonnummer/formatieren
ProffixRestApiRequestSammlung.UTILSApiuTILSTextkonvertierenPOST /UTILS/Text/konvertierenUTILS/Text/konvertieren
ProffixRestApiRequestSammlung.UTILSApiuTILSTransaktionbeginnenPOST /UTILS/Transaktion/beginnenUTILS/Transaktion/beginnen
ProffixRestApiRequestSammlung.UTILSApiuTILSTransaktioncommittenPOST /UTILS/Transaktion/committenUTILS/Transaktion/committen
ProffixRestApiRequestSammlung.UTILSApiuTILSTransaktionzurueckrollenPOST /UTILS/Transaktion/zurueckrollenUTILS/Transaktion/zurueckrollen
ProffixRestApiRequestSammlung.ZEIApiputZEIStundenStundenNrPUT /ZEI/Stunden/1796ZEI/Stunden/{StundenNr}
ProffixRestApiRequestSammlung.ZEIApizEIStempelGET /ZEI/StempelZEI/Stempel
ProffixRestApiRequestSammlung.ZEIApizEIStempelstartenPOST /ZEI/Stempel/startenZEI/Stempel/starten
ProffixRestApiRequestSammlung.ZEIApizEIStempelstoppenPOST /ZEI/Stempel/stoppenZEI/Stempel/stoppen
ProffixRestApiRequestSammlung.ZEIApizEIStundenPeriodePeriodeNrabrechnenPOST /ZEI/Stunden/Periode/201702/abrechnenZEI/Stunden/Periode/{PeriodeNr}/abrechnen
ProffixRestApiRequestSammlung.ZEIApizEIStundenStundenNrGET /ZEI/Stunden/308ZEI/Stunden/{StundenNr}
ProffixRestApiRequestSammlung.ZEIApizEIStundeninfoGET /ZEI/StundeninfoZEI/Stundeninfo
ProffixRestApiRequestSammlung.ZEIApizEIStundensperreGET /ZEI/StundensperreZEI/Stundensperre
ProffixRestApiRequestSammlung.ZEIApizEIStundenzeitraumerfassenPOST /ZEI/Stunden/zeitraumerfassenZEI/Stunden/zeitraumerfassen

Documentation for Models