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
For Node.js
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
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.
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
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.
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
}
}
]
}
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);
});
All URIs are relative to http://example.com
Class | Method | HTTP request | Description |
---|---|---|---|
ProffixRestApiRequestSammlung.ADRApi | aDRAdressdokument | POST /ADR/Adressdokument | ADR/Adressdokument |
ProffixRestApiRequestSammlung.ADRApi | aDRAdressdokumentAdressDokumentNr | GET /ADR/Adressdokument/1 | ADR/Adressdokument/{AdressDokumentNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRAdresse | POST /ADR/Adresse | ADR/Adresse |
ProffixRestApiRequestSammlung.ADRApi | aDRAdresseAdressNr | GET /ADR/Adresse/1 | ADR/Adresse/{AdressNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRAdressgruppe | POST /ADR/Adressgruppe | ADR/Adressgruppe |
ProffixRestApiRequestSammlung.ADRApi | aDRAdressgruppeAdressgruppeNr | GET /ADR/Adressgruppe/INTE | ADR/Adressgruppe/{AdressgruppeNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRKommunikation | POST /ADR/Kommunikation | ADR/Kommunikation |
ProffixRestApiRequestSammlung.ADRApi | aDRKommunikationKommunikationNr | GET /ADR/Kommunikation/1 | ADR/Kommunikation/{KommunikationNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRKontakt | POST /ADR/Kontakt | ADR/Kontakt |
ProffixRestApiRequestSammlung.ADRApi | aDRKontaktKontaktNr | GET /ADR/Kontakt/2 | ADR/Kontakt/{KontaktNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRKontakttypKontakttypNr | GET /ADR/Kontakttyp/DIR | ADR/Kontakttyp/{KontakttypNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRNotiz | POST /ADR/Notiz | ADR/Notiz |
ProffixRestApiRequestSammlung.ADRApi | aDRNotizNotizNr | GET /ADR/Notiz/1 | ADR/Notiz/{NotizNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRNotizartNotizartNr | GET /ADR/Notizart/ALARM | ADR/Notizart/{NotizartNr} |
ProffixRestApiRequestSammlung.ADRApi | aDRZahlungsart | POST /ADR/Zahlungsart | ADR/Zahlungsart |
ProffixRestApiRequestSammlung.ADRApi | aDRZahlungsartZahlungsartNr | GET /ADR/Zahlungsart/2 | ADR/Zahlungsart/{ZahlungsartNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFDokument | POST /AUF/Dokument | AUF/Dokument |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentDokumentNr | GET /AUF/Dokument/100018 | AUF/Dokument/{DokumentNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentDokumentNrentsperren | POST /AUF/Dokument/1/entsperren | AUF/Dokument/{DokumentNr}/entsperren |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentDokumentNrstatusentfernen | POST /AUF/Dokument/1/statusentfernen | AUF/Dokument/{DokumentNr}/statusentfernen |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentDokumentNrteilrechnungerstellen | POST /AUF/Dokument/100018/teilrechnungerstellen | AUF/Dokument/{DokumentNr}/teilrechnungerstellen |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentDokumentNrumwandeln | POST /AUF/Dokument/100037/umwandeln | AUF/Dokument/{DokumentNr}/umwandeln |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentstatusDokumentstatusNr | GET /AUF/Dokumentstatus/A | AUF/Dokumentstatus/{DokumentstatusNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumenttypDokumenttypNr | GET /AUF/Dokumenttyp/TR | AUF/Dokumenttyp/{DokumenttypNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFDokumentverknuepfungDokumentverknuepfungNr | GET /AUF/Dokumentverknuepfung/1 | AUF/Dokumentverknuepfung/{DokumentverknuepfungNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFESRNummerESRNr | GET /AUF/ESRNummer/1 | AUF/ESRNummer/{ESRNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFGutschein | POST /AUF/Gutschein | AUF/Gutschein |
ProffixRestApiRequestSammlung.AUFApi | aUFGutscheinGutscheinNr | GET /AUF/Gutschein/KRUDT-3ISTL-VGTH7 | AUF/Gutschein/{GutscheinNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFGutscheingutscheinnrgenerieren | POST /AUF/Gutschein/gutscheinnrgenerieren | AUF/Gutschein/gutscheinnrgenerieren |
ProffixRestApiRequestSammlung.AUFApi | aUFOccasionsobjektOccasionsobjektNr | GET /AUF/Occasionsobjekt/3 | AUF/Occasionsobjekt/{OccasionsobjektNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFTextTextNr | GET /AUF/Text/T | AUF/Text/{TextNr} |
ProffixRestApiRequestSammlung.AUFApi | aUFZuschlagZuschlagNr | GET /AUF/Zuschlag/1 | AUF/Zuschlag/{ZuschlagNr} |
ProffixRestApiRequestSammlung.BASApi | bASAnlageAnlageNr | GET /BAS/Anlage/1 | BAS/Anlage/{AnlageNr} |
ProffixRestApiRequestSammlung.BASApi | bASGarantiezusatzGarantiezusatzNr | GET /BAS/Garantiezusatz/1 | BAS/Garantiezusatz/{GarantiezusatzNr} |
ProffixRestApiRequestSammlung.BASApi | bASInstallationInstallationNr | GET /BAS/Installation/1 | BAS/Installation/{InstallationNr} |
ProffixRestApiRequestSammlung.BASApi | bASKundeKundeNr | GET /BAS/Kunde/1 | BAS/Kunde/{KundeNr} |
ProffixRestApiRequestSammlung.BASApi | bASPrioritaetPrioritaetNr | GET /BAS/Prioritaet/1 | BAS/Prioritaet/{PrioritaetNr} |
ProffixRestApiRequestSammlung.BASApi | bASStandortStandortNr | GET /BAS/Standort/1 | BAS/Standort/{StandortNr} |
ProffixRestApiRequestSammlung.BASApi | bASVertragstypVertragstypNr | GET /BAS/Vertragstyp/SIM | BAS/Vertragstyp/{VertragstypNr} |
ProffixRestApiRequestSammlung.CRMApi | cRMAufgabeAufgabeNr | GET /CRM/Aufgabe/1 | CRM/Aufgabe/{AufgabeNr} |
ProffixRestApiRequestSammlung.CRMApi | cRMTelefonnummerzuweisung | POST /CRM/Telefonnummerzuweisung | CRM/Telefonnummerzuweisung |
ProffixRestApiRequestSammlung.CRMApi | cRMTelefonnummerzuweisungTelefonNr | GET /CRM/Telefonnummerzuweisung/+41 (079) 1231212 | CRM/Telefonnummerzuweisung/{TelefonNr} |
ProffixRestApiRequestSammlung.DEBApi | dEBBuchung | POST /DEB/Buchung | DEB/Buchung |
ProffixRestApiRequestSammlung.DEBApi | dEBBuchungBuchungNr | GET /DEB/Buchung/165 | DEB/Buchung/{BuchungNr} |
ProffixRestApiRequestSammlung.DEBApi | dEBBuchungzahlungerfassen | POST /DEB/Buchung/zahlungerfassen | DEB/Buchung/zahlungerfassen |
ProffixRestApiRequestSammlung.EDOApi | eDOSSCCNummerSSCCNummerNr | GET /EDO/SSCCNummer/1 | EDO/SSCCNummer/{SSCCNummerNr} |
ProffixRestApiRequestSammlung.EINApi | eINBestelltypBestelltypNr | GET /EIN/Bestelltyp/EINGANG | EIN/Bestelltyp/{BestelltypNr} |
ProffixRestApiRequestSammlung.EINApi | eINBestellungBestellungNr | GET /EIN/Bestellung/50031 | EIN/Bestellung/{BestellungNr} |
ProffixRestApiRequestSammlung.EINApi | eINBestellungBestellungNrPositionBestellpositionNrStatus | GET /EIN/Bestellung/50035/Position/64/Status | EIN/Bestellung/{BestellungNr}/Position/{BestellpositionNr}/Status |
ProffixRestApiRequestSammlung.EINApi | eINWareneingangslisteWareneingangslisteNr | GET /EIN/Wareneingangsliste/20130205 | EIN/Wareneingangsliste/{WareneingangslisteNr} |
ProffixRestApiRequestSammlung.EINApi | putEINBestellungBestellungNrPositionBestellpositionNrStatus | PUT /EIN/Bestellung/50035/Position/64/Status | EIN/Bestellung/{BestellungNr}/Position/{BestellpositionNr}/Status |
ProffixRestApiRequestSammlung.FIBApi | fIBBuchung | POST /FIB/Buchung | FIB/Buchung |
ProffixRestApiRequestSammlung.FIBApi | fIBBuchungBuchungNr | GET /FIB/Buchung/2892 | FIB/Buchung/{BuchungNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBBuchungsartBuchungsartNr | GET /FIB/Buchungsart/0000 | FIB/Buchungsart/{BuchungsartNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBFibuStammdaten | GET /FIB/FibuStammdaten | FIB/FibuStammdaten |
ProffixRestApiRequestSammlung.FIBApi | fIBKonto | POST /FIB/Konto | FIB/Konto |
ProffixRestApiRequestSammlung.FIBApi | fIBKontoKontoNr | GET /FIB/Konto/1000 | FIB/Konto/{KontoNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBKontoKontoNrSaldo | GET /FIB/Konto/1000/Saldo | FIB/Konto/{KontoNr}/Saldo |
ProffixRestApiRequestSammlung.FIBApi | fIBKontoSaldoKontotypKontotypNr | GET /FIB/Konto/Saldo/Kontotyp/1 | FIB/Konto/Saldo/Kontotyp/{KontotypNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBKontoklasseKontoklasseNr | GET /FIB/Kontoklasse/1 | FIB/Kontoklasse/{KontoklasseNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenart | POST /FIB/Kostenart | FIB/Kostenart |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenartKostenartNr | GET /FIB/Kostenart/KOART | FIB/Kostenart/{KostenartNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenstelle | POST /FIB/Kostenstelle | FIB/Kostenstelle |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenstelleKostenstelleNr | GET /FIB/Kostenstelle/KOSTE | FIB/Kostenstelle/{KostenstelleNr} |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenstellengruppeKostenstellengruppe | GET /FIB/Kostenstellengruppe/Test | FIB/Kostenstellengruppe/{Kostenstellengruppe} |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenstellenklasseKostenstellenklasse | GET /FIB/Kostenstellenklasse/A | FIB/Kostenstellenklasse/{Kostenstellenklasse} |
ProffixRestApiRequestSammlung.FIBApi | fIBKostenstellenuntergruppeKostenstellenuntergruppe | GET /FIB/Kostenstellenuntergruppe/UGRP | FIB/Kostenstellenuntergruppe/{Kostenstellenuntergruppe} |
ProffixRestApiRequestSammlung.KREApi | kREBuchung | POST /KRE/Buchung | KRE/Buchung |
ProffixRestApiRequestSammlung.KREApi | kREBuchungBuchungNr | GET /KRE/Buchung/165 | KRE/Buchung/{BuchungNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikel | POST /LAG/Artikel | LAG/Artikel |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelArtikelNr | GET /LAG/Artikel/HARIBO | LAG/Artikel/{ArtikelNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelArtikelNrausgangbuchen | POST /LAG/Artikel/CPU/ausgangbuchen | LAG/Artikel/{ArtikelNr}/ausgangbuchen |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelArtikelNreingangbuchen | POST /LAG/Artikel/HD/eingangbuchen | LAG/Artikel/{ArtikelNr}/eingangbuchen |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelArtikelNrinventurbuchen | POST /LAG/Artikel/CPU2/inventurbuchen | LAG/Artikel/{ArtikelNr}/inventurbuchen |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelArtikelNrverschiebungbuchen | POST /LAG/Artikel/RAM2/verschiebungbuchen | LAG/Artikel/{ArtikelNr}/verschiebungbuchen |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelbild | POST /LAG/Artikelbild | LAG/Artikelbild |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelbildArtikelbildNr | GET /LAG/Artikelbild/1 | LAG/Artikelbild/{ArtikelbildNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeldokument | POST /LAG/Artikeldokument | LAG/Artikeldokument |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeldokumentArtikelNr | GET /LAG/Artikeldokument/1 | LAG/Artikeldokument/{ArtikelNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelgruppeArtikelgruppeNr | GET /LAG/Artikelgruppe/ORD | LAG/Artikelgruppe/{ArtikelgruppeNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelklasseArtikelklasseNr | GET /LAG/Artikelklasse/MOEB | LAG/Artikelklasse/{ArtikelklasseNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeloption | POST /LAG/Artikeloption | LAG/Artikeloption |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeloptionArtikeloptionNr | GET /LAG/Artikeloption/1 | LAG/Artikeloption/{ArtikeloptionNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikelstatistikArtikelstatistikNr | GET /LAG/Artikelstatistik/1 | LAG/Artikelstatistik/{ArtikelstatistikNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeltext | POST /LAG/Artikeltext | LAG/Artikeltext |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeltextArtikeltextNr | GET /LAG/Artikeltext/8 | LAG/Artikeltext/{ArtikeltextNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGArtikeluntergruppeArtikeluntergruppeNr | GET /LAG/Artikeluntergruppe/FLAT | LAG/Artikeluntergruppe/{ArtikeluntergruppeNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGBestand | GET /LAG/Bestand | LAG/Bestand |
ProffixRestApiRequestSammlung.LAGApi | lAGBestellvorschlag | POST /LAG/Bestellvorschlag | LAG/Bestellvorschlag |
ProffixRestApiRequestSammlung.LAGApi | lAGBestellvorschlagBestellvorschlagNr | GET /LAG/Bestellvorschlag/1 | LAG/Bestellvorschlag/{BestellvorschlagNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGCharge | POST /LAG/Charge | LAG/Charge |
ProffixRestApiRequestSammlung.LAGApi | lAGChargeChargeNr | GET /LAG/Charge/A1234-Z | LAG/Charge/{ChargeNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGHersteller | POST /LAG/Hersteller | LAG/Hersteller |
ProffixRestApiRequestSammlung.LAGApi | lAGHerstellerHerstellerNr | GET /LAG/Hersteller/1 | LAG/Hersteller/{HerstellerNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGLagerortLagerortNr | GET /LAG/Lagerort/NEBEN | LAG/Lagerort/{LagerortNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGLagerplatzLagerplatzNr | GET /LAG/Lagerplatz/XYZ | LAG/Lagerplatz/{LagerplatzNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGLieferant | POST /LAG/Lieferant | LAG/Lieferant |
ProffixRestApiRequestSammlung.LAGApi | lAGLieferantLieferantNr | GET /LAG/Lieferant/1 | LAG/Lieferant/{LieferantNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGNotiz | POST /LAG/Notiz | LAG/Notiz |
ProffixRestApiRequestSammlung.LAGApi | lAGNotizNotizNr | GET /LAG/Notiz/7 | LAG/Notiz/{NotizNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGNotizartNotizartNr | GET /LAG/Notizart/ERL | LAG/Notizart/{NotizartNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGSammelartikelSammelartikelNr | GET /LAG/Sammelartikel/HOSE | LAG/Sammelartikel/{SammelartikelNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGSerieNummerSerieNummerNr | GET /LAG/SerieNummer/180 | LAG/SerieNummer/{SerieNummerNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGStuecklistenposition | GET /LAG/Stuecklistenposition | LAG/Stuecklistenposition |
ProffixRestApiRequestSammlung.LAGApi | lAGStuecklistenpositionStuecklistenpositionNr | GET /LAG/Stuecklistenposition/1 | LAG/Stuecklistenposition/{StuecklistenpositionNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGVerpackungVerpackungNr | GET /LAG/Verpackung/KARTON | LAG/Verpackung/{VerpackungNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGVerpackungsstufeVerpackungsstufeNr | GET /LAG/Verpackungsstufe/10 | LAG/Verpackungsstufe/{VerpackungsstufeNr} |
ProffixRestApiRequestSammlung.LAGApi | lAGVerpackungszuweisung | POST /LAG/Verpackungszuweisung | LAG/Verpackungszuweisung |
ProffixRestApiRequestSammlung.LAGApi | lAGVerpackungszuweisungVerpackungszuweisungNr | GET /LAG/Verpackungszuweisung/1 | LAG/Verpackungszuweisung/{VerpackungszuweisungNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHAbteilungAbteilungNr | GET /LOH/Abteilung/1 | LOH/Abteilung/{AbteilungNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHKindKindNr | GET /LOH/Kind/1 | LOH/Kind/{KindNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHKinderzulageKinderzulageNr | GET /LOH/Kinderzulage/1 | LOH/Kinderzulage/{KinderzulageNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHKrankentaggeldversicherungscodeKrankentaggeldversicherungscodeNr | GET /LOH/Krankentaggeldversicherungscode/A0 | LOH/Krankentaggeldversicherungscode/{KrankentaggeldversicherungscodeNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHLohnabrechnungLohnabrechnungNr | GET /LOH/Lohnabrechnung/2274 | LOH/Lohnabrechnung/{LohnabrechnungNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHLohnartLohnartNr | GET /LOH/Lohnart/1000.1 | LOH/Lohnart/{LohnartNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHLohnbewegung | POST /LOH/Lohnbewegung | LOH/Lohnbewegung |
ProffixRestApiRequestSammlung.LOHApi | lOHLohnbewegungLohnbewegungNr | GET /LOH/Lohnbewegung/2274 | LOH/Lohnbewegung/{LohnbewegungNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHMitarbeiter | POST /LOH/Mitarbeiter | LOH/Mitarbeiter |
ProffixRestApiRequestSammlung.LOHApi | lOHMitarbeiterMitarbeiterNr | GET /LOH/Mitarbeiter/1 | LOH/Mitarbeiter/{MitarbeiterNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHQuellensteuerQuellensteuerNr | GET /LOH/Quellensteuer/100000 | LOH/Quellensteuer/{QuellensteuerNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHUnfallversicherungscodeUnfallversicherungscodeNr | GET /LOH/Unfallversicherungscode/A0 | LOH/Unfallversicherungscode/{UnfallversicherungscodeNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHUnfallzusatzversicherungscodeUnfallzusatzversicherungscodeNr | GET /LOH/Unfallzusatzversicherungscode/A0 | LOH/Unfallzusatzversicherungscode/{UnfallzusatzversicherungscodeNr} |
ProffixRestApiRequestSammlung.LOHApi | lOHZivilstandZivilstandNr | GET /LOH/Zivilstand/1 | LOH/Zivilstand/{ZivilstandNr} |
ProffixRestApiRequestSammlung.PREApi | pREAssortierung | GET /PRE/Assortierung | PRE/Assortierung |
ProffixRestApiRequestSammlung.PREApi | pREAssortierungAssortierungNr | GET /PRE/Assortierung/1 | PRE/Assortierung/{AssortierungNr} |
ProffixRestApiRequestSammlung.PREApi | pREPreisberechnungsformel | GET /PRE/Preistyp | PRE/Preisberechnungsformel |
ProffixRestApiRequestSammlung.PREApi | pREPreisberechnungsformelPreisberechnungsformelNr | GET /PRE/Preisberechnungsformel/1 | PRE/Preisberechnungsformel/{PreisberechnungsformelNr} |
ProffixRestApiRequestSammlung.PREApi | pREPreisstaffel | GET /PRE/Preisstaffel | PRE/Preisstaffel |
ProffixRestApiRequestSammlung.PREApi | pREPreisstaffelPreisstaffelNr | GET /PRE/Preisstaffel/11.15.1.CPU1 | PRE/Preisstaffel/{PreisstaffelNr} |
ProffixRestApiRequestSammlung.PROApi | pROAuftrag | POST /PRO/Auftrag | PRO/Auftrag |
ProffixRestApiRequestSammlung.PROApi | pROAuftragAuftragNr | GET /PRO/Auftrag/1 | PRO/Auftrag/{AuftragNr} |
ProffixRestApiRequestSammlung.PROApi | pROBankBankNr | GET /PRO/Bank/1 | PRO/Bank/{BankNr} |
ProffixRestApiRequestSammlung.PROApi | pROBelegartBelegartNr | GET /PRO/Belegart/AB | PRO/Belegart/{BelegartNr} |
ProffixRestApiRequestSammlung.PROApi | pROBenutzereinstellung | POST /PRO/Benutzereinstellung | PRO/Benutzereinstellung |
ProffixRestApiRequestSammlung.PROApi | pROBenutzereinstellungBenutzereinstellungNr | GET /PRO/Benutzereinstellung/Test | PRO/Benutzereinstellung/{BenutzereinstellungNr} |
ProffixRestApiRequestSammlung.PROApi | pROBenutzergruppeBenutzergruppeNr | GET /PRO/Benutzergruppe/ADMIN | PRO/Benutzergruppe/{BenutzergruppeNr} |
ProffixRestApiRequestSammlung.PROApi | pROBerechtigung | POST /PRO/Berechtigung | PRO/Berechtigung |
ProffixRestApiRequestSammlung.PROApi | pROBerechtigungBerechtigungNr | GET /PRO/Berechtigung/5885 | PRO/Berechtigung/{BerechtigungNr} |
ProffixRestApiRequestSammlung.PROApi | pROBriefanredeBriefanredeNr | GET /PRO/Briefanrede/1 | PRO/Briefanrede/{BriefanredeNr} |
ProffixRestApiRequestSammlung.PROApi | pROBuchungstext | GET /PRO/Buchungstext | PRO/Buchungstext |
ProffixRestApiRequestSammlung.PROApi | pRODatei | POST /PRO/Datei | PRO/Datei |
ProffixRestApiRequestSammlung.PROApi | pRODateiDateiNr | GET /PRO/Datei/nsDznl0xSe4O9JXzDHA-Z_yQA3WWNivrjo2SyJL4yTpky1sZuTHjftyedVi_pO1F5ZlThroG0fMxxZOg_KgOWwLh31jnvfpjykU19-m_GzE | PRO/Datei/{DateiNr} |
ProffixRestApiRequestSammlung.PROApi | pRODatenbankkeyPassword | GET /PRO/Datenbank | PRO/Datenbank?key={Password} |
ProffixRestApiRequestSammlung.PROApi | pRODruckerDruckerNr | GET /PRO/Drucker/e16c568058e994d7a0bb27219e48e11e8b87d0c5dd79e7d8805b9ffd6f0ef649 | PRO/Drucker/{DruckerNr} |
ProffixRestApiRequestSammlung.PROApi | pROEinheitEinheitNr | GET /PRO/Einheit/STK | PRO/Einheit/{EinheitNr} |
ProffixRestApiRequestSammlung.PROApi | pROEinheitsmatrixEinheitLager | GET /PRO/Einheitsmatrix/STK | PRO/Einheitsmatrix/{EinheitLager} |
ProffixRestApiRequestSammlung.PROApi | pROEinheitsmatrixEinheitLagerEinheitRechnung | GET /PRO/Einheitsmatrix/STK/M2 | PRO/Einheitsmatrix/{EinheitLager}/{EinheitRechnung} |
ProffixRestApiRequestSammlung.PROApi | pROEinstellungModulSection | GET /PRO/Einstellung/PXSTUNDEN/DefRapportMobile | PRO/Einstellung/{Modul}/{Section} |
ProffixRestApiRequestSammlung.PROApi | pROFeiertagFeiertagNr | GET /PRO/Feiertag/1 | PRO/Feiertag/{FeiertagNr} |
ProffixRestApiRequestSammlung.PROApi | pROFelddefinition | GET / | PRO/Felddefinition |
ProffixRestApiRequestSammlung.PROApi | pROFelddefinitionTabellennameFeldname | GET /PRO/Felddefinition/ADR_AdressDef/AuftErtrag | PRO/Felddefinition/{Tabellenname}/{Feldname} |
ProffixRestApiRequestSammlung.PROApi | pROFunktionFunktionNr | GET /PRO/Funktion/1 | PRO/Funktion/{FunktionNr} |
ProffixRestApiRequestSammlung.PROApi | pROInfo | GET /PRO/Info | PRO/Info |
ProffixRestApiRequestSammlung.PROApi | pROKonditionKonditionNr | GET /PRO/Kondition/1 | PRO/Kondition/{KonditionNr} |
ProffixRestApiRequestSammlung.PROApi | pROLandLandNr | GET /PRO/Land/CH | PRO/Land/{LandNr} |
ProffixRestApiRequestSammlung.PROApi | pROLieferartLieferartNr | GET /PRO/Lieferart/Kurier | PRO/Lieferart/{LieferartNr} |
ProffixRestApiRequestSammlung.PROApi | pROListeListeNr | GET /PRO/Liste/2376 | PRO/Liste/{ListeNr} |
ProffixRestApiRequestSammlung.PROApi | pROListeListeNrDokumentDokumentNrzugferdgenerieren | POST /PRO/Liste/13030/Dokument/600028/zugferdgenerieren | PRO/Liste/{ListeNr}/Dokument/{DokumentNr}/zugferdgenerieren |
ProffixRestApiRequestSammlung.PROApi | pROListeListeNrDruckerDruckerNr | POST /PRO/Liste/12869/Drucker/e16c568058e994d7a0bb27219e48e11e8b87d0c5dd79e7d8805b9ffd6f0ef649/drucken | PRO/Liste/{ListeNr}/Drucker/{DruckerNr} |
ProffixRestApiRequestSammlung.PROApi | pROListeListeNrgenerieren | POST /PRO/Liste/2376/generieren | PRO/Liste/{ListeNr}/generieren |
ProffixRestApiRequestSammlung.PROApi | pROLogin | POST /PRO/Login | PRO/Login |
ProffixRestApiRequestSammlung.PROApi | pROMitarbeiter | POST /PRO/Mitarbeiter | PRO/Mitarbeiter |
ProffixRestApiRequestSammlung.PROApi | pROMitarbeiterMitarbeiterNr | GET /PRO/Mitarbeiter/1 | PRO/Mitarbeiter/{MitarbeiterNr} |
ProffixRestApiRequestSammlung.PROApi | pROMitarbeiterMitarbeiterNrBenutzer | POST /PRO/Mitarbeiter/1/Benutzer | PRO/Mitarbeiter/{MitarbeiterNr}/Benutzer |
ProffixRestApiRequestSammlung.PROApi | pRORahmenvertragRahmenvertragNr | GET /PRO/Rahmenvertrag/1 | PRO/Rahmenvertrag/{RahmenvertragNr} |
ProffixRestApiRequestSammlung.PROApi | pRORechtModul | GET /PRO/Recht/PXRESOURCE | PRO/Recht/{Modul} |
ProffixRestApiRequestSammlung.PROApi | pRORechtModulForm | GET /PRO/Recht/PXRESOURCE/FRMHAUPT | PRO/Recht/{Modul}/{Form} |
ProffixRestApiRequestSammlung.PROApi | pRORechtModulFormMenu | GET /PRO/Recht/PXRESOURCE/FRMHAUPT/KALENDER | PRO/Recht/{Modul}/{Form}/{Menu} |
ProffixRestApiRequestSammlung.PROApi | pRORegionRegionNr | GET /PRO/Region/SG | PRO/Region/{RegionNr} |
ProffixRestApiRequestSammlung.PROApi | pROSollstundenplanHistorySollstundenplanHistoryNr | GET /PRO/SollstundenplanHistory/1 | PRO/SollstundenplanHistory/{SollstundenplanHistoryNr} |
ProffixRestApiRequestSammlung.PROApi | pROSollstundenplanSollstundenplanNr | GET /PRO/Sollstundenplan/1 | PRO/Sollstundenplan/{SollstundenplanNr} |
ProffixRestApiRequestSammlung.PROApi | pROSpracheSpracheNr | GET /PRO/Sprache/D | PRO/Sprache/{SpracheNr} |
ProffixRestApiRequestSammlung.PROApi | pROStammdaten | GET /PRO/Stammdaten | PRO/Stammdaten |
ProffixRestApiRequestSammlung.PROApi | pROSteuercodeSteuercodeNr | GET /PRO/Steuercode/1 | PRO/Steuercode/{SteuercodeNr} |
ProffixRestApiRequestSammlung.PROApi | pROVertreterVertreterNr | GET /PRO/Vertreter/FV | PRO/Vertreter/{VertreterNr} |
ProffixRestApiRequestSammlung.PROApi | pROWaehrungStandard | GET /PRO/Waehrung/Standard | PRO/Waehrung/Standard |
ProffixRestApiRequestSammlung.PROApi | pROWaehrungWaehrungNr | GET /PRO/Waehrung/CHF | PRO/Waehrung/{WaehrungNr} |
ProffixRestApiRequestSammlung.PROApi | pROWaehrungkurseaktualisieren | POST /PRO/Waehrung/kurseaktualisieren | PRO/Waehrung/kurseaktualisieren |
ProffixRestApiRequestSammlung.PROApi | pROZusatztabelleZusatztabellenname | GET /PRO/Zusatztabelle/ZUS_DVD_Sammlung | PRO/Zusatztabelle/{Zusatztabellenname} |
ProffixRestApiRequestSammlung.PROApi | pROZusatztabelleZusatztabellennameSchlssel | GET /PRO/Zusatztabelle/ZUS_DVD_Sammlung/1 | PRO/Zusatztabelle/{Zusatztabellenname}/{SchlĂĽssel} |
ProffixRestApiRequestSammlung.PROApi | postPROZusatztabelleZusatztabellenname | POST /PRO/Zusatztabelle/ZUS_DVD_Sammlung/1 | PRO/Zusatztabelle/{Zusatztabellenname} |
ProffixRestApiRequestSammlung.RESApi | rESPlanobjekt | POST /RES/Planobjekt | RES/Planobjekt |
ProffixRestApiRequestSammlung.RESApi | rESPlanobjektPlanobjektNr | GET /RES/Planobjekt/5 | RES/Planobjekt/{PlanobjektNr} |
ProffixRestApiRequestSammlung.RESApi | rESPlanobjektstatusPlanobjektstatusNr | GET /RES/Planobjektstatus/1 | RES/Planobjektstatus/{PlanobjektstatusNr} |
ProffixRestApiRequestSammlung.RESApi | rESRessourceRessourceNr | GET /RES/Ressource/1 | RES/Ressource/{RessourceNr} |
ProffixRestApiRequestSammlung.RESApi | rESRessourcengruppeRessourcengruppeNr | GET /RES/Ressourcengruppe/1 | RES/Ressourcengruppe/{RessourcengruppeNr} |
ProffixRestApiRequestSammlung.RESApi | rESRessourcengruppenzuordnungRessourcengruppenzuordnungNr | GET /RES/Ressourcengruppenzuordnung/3 | RES/Ressourcengruppenzuordnung/{RessourcengruppenzuordnungNr} |
ProffixRestApiRequestSammlung.SRVApi | sRVServiceartServiceartNr | GET /SRV/Serviceart/SER | SRV/Serviceart/{ServiceartNr} |
ProffixRestApiRequestSammlung.SRVApi | sRVServiceauftrag | POST /SRV/Serviceauftrag | SRV/Serviceauftrag |
ProffixRestApiRequestSammlung.SRVApi | sRVServiceauftragServiceauftragNr | GET /SRV/Serviceauftrag/2 | SRV/Serviceauftrag/{ServiceauftragNr} |
ProffixRestApiRequestSammlung.SRVApi | sRVServiceauftragsdokument | POST /SRV/Serviceauftragsdokument | SRV/Serviceauftragsdokument |
ProffixRestApiRequestSammlung.SRVApi | sRVServiceauftragsdokumentServiceauftragsdokumentNr | GET /SRV/Serviceauftragsdokument/1 | SRV/Serviceauftragsdokument/{ServiceauftragsdokumentNr} |
ProffixRestApiRequestSammlung.SRVApi | sRVStatusStatusNr | GET /SRV/Status/40 | SRV/Status/{StatusNr} |
ProffixRestApiRequestSammlung.STUApi | sTUAbrechnungsartAbrechnungsartNr | GET /STU/Abrechnungsart/1 | STU/Abrechnungsart/{AbrechnungsartNr} |
ProffixRestApiRequestSammlung.STUApi | sTUGebaeudeartGebaeudeartNr | GET /STU/Gebaeudeart/1 | STU/Gebaeudeart/{GebaeudeartNr} |
ProffixRestApiRequestSammlung.STUApi | sTUOffenerRapport | POST /STU/OffenerRapport | STU/OffenerRapport |
ProffixRestApiRequestSammlung.STUApi | sTUOffenerRapportRapportNr | GET /STU/OffenerRapport/1 | STU/OffenerRapport/{RapportNr} |
ProffixRestApiRequestSammlung.STUApi | sTUOffenerRapportRapportNrabschliessen | POST /STU/OffenerRapport/1/abschliessen | STU/OffenerRapport/{RapportNr}/abschliessen |
ProffixRestApiRequestSammlung.STUApi | sTUOffenerRapportRapportNrstarten | POST /STU/OffenerRapport/1/starten | STU/OffenerRapport/{RapportNr}/starten |
ProffixRestApiRequestSammlung.STUApi | sTUOffenerRapportRapportNrstoppen | POST /STU/OffenerRapport/1/stoppen | STU/OffenerRapport/{RapportNr}/stoppen |
ProffixRestApiRequestSammlung.STUApi | sTUPositionsartPositionsartNr | GET /STU/Positionsart/1 | STU/Positionsart/{PositionsartNr} |
ProffixRestApiRequestSammlung.STUApi | sTUProjektProjektNr | GET /STU/Projekt/3 | STU/Projekt/{ProjektNr} |
ProffixRestApiRequestSammlung.STUApi | sTURapport | POST /STU/Rapport | STU/Rapport |
ProffixRestApiRequestSammlung.STUApi | sTURapportRapportNr | GET /STU/Rapport/1 | STU/Rapport/{RapportNr} |
ProffixRestApiRequestSammlung.STUApi | sTURapportabschliessen | POST /STU/Rapport/abschliessen | STU/Rapport/abschliessen |
ProffixRestApiRequestSammlung.STUApi | sTURapportdokument | POST /STU/Rapportdokument | STU/Rapportdokument |
ProffixRestApiRequestSammlung.STUApi | sTURapportdokumentRapportdokumentNr | GET /STU/Rapportdokument/1 | STU/Rapportdokument/{RapportdokumentNr} |
ProffixRestApiRequestSammlung.STUApi | sTURapportfreigeben | POST /STU/Rapport/freigeben | STU/Rapport/freigeben |
ProffixRestApiRequestSammlung.STUApi | sTUSpesenartSpesenartNr | GET /STU/Spesenart/1 | STU/Spesenart/{SpesenartNr} |
ProffixRestApiRequestSammlung.STUApi | sTUStatusartStatusartNr | GET /STU/Statusart/1 | STU/Statusart/{StatusartNr} |
ProffixRestApiRequestSammlung.STUApi | sTUTeilleistungTeilleistungNr | GET /STU/Teilleistung/1 | STU/Teilleistung/{TeilleistungNr} |
ProffixRestApiRequestSammlung.STUApi | sTUTeilleistungsgruppeTeilleistungsgruppeNr | GET /STU/Teilleistungsgruppe/1 | STU/Teilleistungsgruppe/{TeilleistungsgruppeNr} |
ProffixRestApiRequestSammlung.STUApi | sTUTeilleistungstypTeilleistungstypNr | GET /STU/Teilleistungstyp/1 | STU/Teilleistungstyp/{TeilleistungstypNr} |
ProffixRestApiRequestSammlung.STUApi | sTUTeilleistungsuntergruppeTeilleistungsuntergruppeNr | GET /STU/Teilleistungsuntergruppe/1 | STU/Teilleistungsuntergruppe/{TeilleistungsuntergruppeNr} |
ProffixRestApiRequestSammlung.UTILSApi | uTILSTelefonnummerformatieren | POST /UTILS/Telefonnummer/formatieren | UTILS/Telefonnummer/formatieren |
ProffixRestApiRequestSammlung.UTILSApi | uTILSTextkonvertieren | POST /UTILS/Text/konvertieren | UTILS/Text/konvertieren |
ProffixRestApiRequestSammlung.UTILSApi | uTILSTransaktionbeginnen | POST /UTILS/Transaktion/beginnen | UTILS/Transaktion/beginnen |
ProffixRestApiRequestSammlung.UTILSApi | uTILSTransaktioncommitten | POST /UTILS/Transaktion/committen | UTILS/Transaktion/committen |
ProffixRestApiRequestSammlung.UTILSApi | uTILSTransaktionzurueckrollen | POST /UTILS/Transaktion/zurueckrollen | UTILS/Transaktion/zurueckrollen |
ProffixRestApiRequestSammlung.ZEIApi | putZEIStundenStundenNr | PUT /ZEI/Stunden/1796 | ZEI/Stunden/{StundenNr} |
ProffixRestApiRequestSammlung.ZEIApi | zEIStempel | GET /ZEI/Stempel | ZEI/Stempel |
ProffixRestApiRequestSammlung.ZEIApi | zEIStempelstarten | POST /ZEI/Stempel/starten | ZEI/Stempel/starten |
ProffixRestApiRequestSammlung.ZEIApi | zEIStempelstoppen | POST /ZEI/Stempel/stoppen | ZEI/Stempel/stoppen |
ProffixRestApiRequestSammlung.ZEIApi | zEIStundenPeriodePeriodeNrabrechnen | POST /ZEI/Stunden/Periode/201702/abrechnen | ZEI/Stunden/Periode/{PeriodeNr}/abrechnen |
ProffixRestApiRequestSammlung.ZEIApi | zEIStundenStundenNr | GET /ZEI/Stunden/308 | ZEI/Stunden/{StundenNr} |
ProffixRestApiRequestSammlung.ZEIApi | zEIStundeninfo | GET /ZEI/Stundeninfo | ZEI/Stundeninfo |
ProffixRestApiRequestSammlung.ZEIApi | zEIStundensperre | GET /ZEI/Stundensperre | ZEI/Stundensperre |
ProffixRestApiRequestSammlung.ZEIApi | zEIStundenzeitraumerfassen | POST /ZEI/Stunden/zeitraumerfassen | ZEI/Stunden/zeitraumerfassen |
- ProffixRestApiRequestSammlung.ADRAdressdokumentRequest
- ProffixRestApiRequestSammlung.ADRAdresseAdressNr
- ProffixRestApiRequestSammlung.ADRAdressgruppeAdressgruppeNr
- ProffixRestApiRequestSammlung.ADRAdressgruppeRequest
- ProffixRestApiRequestSammlung.ADRKommunikationRequest
- ProffixRestApiRequestSammlung.ADRKontaktKontaktNr
- ProffixRestApiRequestSammlung.ADRKontaktRequest
- ProffixRestApiRequestSammlung.ADRKontakttypKontakttypNr
- ProffixRestApiRequestSammlung.ADRNotizNotizNr
- ProffixRestApiRequestSammlung.ADRNotizRequest
- ProffixRestApiRequestSammlung.ADRNotizartNotizartNr
- ProffixRestApiRequestSammlung.ADRZahlungsartRequest
- ProffixRestApiRequestSammlung.ADRZahlungsartZahlungsartNr
- ProffixRestApiRequestSammlung.AUFDokumentDokumentNr
- ProffixRestApiRequestSammlung.AUFDokumentDokumentNrentsperrenRequest
- ProffixRestApiRequestSammlung.AUFDokumentDokumentNrstatusentfernenRequest
- ProffixRestApiRequestSammlung.AUFDokumentDokumentNrteilrechnungerstellenRequest
- ProffixRestApiRequestSammlung.AUFDokumentDokumentNrumwandelnRequest
- ProffixRestApiRequestSammlung.AUFDokumentRequest
- ProffixRestApiRequestSammlung.AUFDokumentstatusDokumentstatusNr
- ProffixRestApiRequestSammlung.AUFDokumenttypDokumenttypNr
- ProffixRestApiRequestSammlung.AUFESRNummerESRNr
- ProffixRestApiRequestSammlung.AUFGutscheinGutscheinNr
- ProffixRestApiRequestSammlung.AUFGutscheinRequest
- ProffixRestApiRequestSammlung.AUFGutscheingutscheinnrgenerieren
- ProffixRestApiRequestSammlung.AUFOccasionsobjektOccasionsobjektNr
- ProffixRestApiRequestSammlung.AUFZuschlagZuschlagNr
- ProffixRestApiRequestSammlung.Adresse
- ProffixRestApiRequestSammlung.Adresse31
- ProffixRestApiRequestSammlung.Adressgruppen
- ProffixRestApiRequestSammlung.Adressgruppen2
- ProffixRestApiRequestSammlung.Artikel
- ProffixRestApiRequestSammlung.Artikel7
- ProffixRestApiRequestSammlung.Artikelgruppe
- ProffixRestApiRequestSammlung.Artikelklasse
- ProffixRestApiRequestSammlung.Aufgabe
- ProffixRestApiRequestSammlung.Aufgabe1
- ProffixRestApiRequestSammlung.Aufgabe2
- ProffixRestApiRequestSammlung.Auftrag
- ProffixRestApiRequestSammlung.Auftrag3
- ProffixRestApiRequestSammlung.Auftrag4
- ProffixRestApiRequestSammlung.Auftrag5
- ProffixRestApiRequestSammlung.Auftrag6
- ProffixRestApiRequestSammlung.Auftrag8
- ProffixRestApiRequestSammlung.Aufwandskonto
- ProffixRestApiRequestSammlung.BASAnlageAnlageNr
- ProffixRestApiRequestSammlung.BASGarantiezusatzGarantiezusatzNr
- ProffixRestApiRequestSammlung.BASInstallationInstallationNr
- ProffixRestApiRequestSammlung.BASKundeKundeNr
- ProffixRestApiRequestSammlung.BASPrioritaetPrioritaetNr
- ProffixRestApiRequestSammlung.BASStandortStandortNr
- ProffixRestApiRequestSammlung.BASVertragstypVertragstypNr
- ProffixRestApiRequestSammlung.Bank
- ProffixRestApiRequestSammlung.Belegart
- ProffixRestApiRequestSammlung.Belege
- ProffixRestApiRequestSammlung.Benutzer
- ProffixRestApiRequestSammlung.Benutzergruppe
- ProffixRestApiRequestSammlung.Bestandeskonto
- ProffixRestApiRequestSammlung.Bestelltyp
- ProffixRestApiRequestSammlung.Bestelltyp2
- ProffixRestApiRequestSammlung.BestelltypabfragenCopy
- ProffixRestApiRequestSammlung.Betraege
- ProffixRestApiRequestSammlung.Betraege1
- ProffixRestApiRequestSammlung.Betraege2
- ProffixRestApiRequestSammlung.Buchungen
- ProffixRestApiRequestSammlung.Buchungen1
- ProffixRestApiRequestSammlung.Buchungen2
- ProffixRestApiRequestSammlung.Buchungen3
- ProffixRestApiRequestSammlung.Buchungen5
- ProffixRestApiRequestSammlung.Buchungen6
- ProffixRestApiRequestSammlung.Buchungen7
- ProffixRestApiRequestSammlung.Buchungsart
- ProffixRestApiRequestSammlung.Buchungsbewegungen
- ProffixRestApiRequestSammlung.Buchungsbewegungen1
- ProffixRestApiRequestSammlung.CRMAufgabeAufgabeNr
- ProffixRestApiRequestSammlung.CRMTelefonnummerzuweisungRequest
- ProffixRestApiRequestSammlung.DEBBuchungBuchungNr
- ProffixRestApiRequestSammlung.DEBBuchungRequest
- ProffixRestApiRequestSammlung.DEBBuchungzahlungerfassenMehrereBelegeRequest
- ProffixRestApiRequestSammlung.DEBBuchungzahlungerfassenMehrereBelegeundRechnungssaldoRequest
- ProffixRestApiRequestSammlung.DEBBuchungzahlungerfassenMittelsGutschriftRequest
- ProffixRestApiRequestSammlung.DEBBuchungzahlungerfassenMittelsGutschriftundRechnungssaldoRequest
- ProffixRestApiRequestSammlung.DEBBuchungzahlungerfassenRequest
- ProffixRestApiRequestSammlung.Datenbank
- ProffixRestApiRequestSammlung.DebitorenErtragskonto
- ProffixRestApiRequestSammlung.DebitorenErtragskonto2
- ProffixRestApiRequestSammlung.DebitorenSteuercode
- ProffixRestApiRequestSammlung.DebitorenSteuercode2
- ProffixRestApiRequestSammlung.DebitorenWaehrung
- ProffixRestApiRequestSammlung.DebitorenWaehrung2
- ProffixRestApiRequestSammlung.Dokumentstatus
- ProffixRestApiRequestSammlung.Dokumenttyp
- ProffixRestApiRequestSammlung.EINBestellungBestellungNr
- ProffixRestApiRequestSammlung.EINBestellungBestellungNrPositionBestellpositionNrStatus
- ProffixRestApiRequestSammlung.EINBestellungBestellungNrPositionBestellpositionNrStatusRequest
- ProffixRestApiRequestSammlung.EINWareneingangslisteWareneingangslisteNr
- ProffixRestApiRequestSammlung.ESRNummer
- ProffixRestApiRequestSammlung.Einheit
- ProffixRestApiRequestSammlung.EinheitLager
- ProffixRestApiRequestSammlung.EinheitLager1
- ProffixRestApiRequestSammlung.EinheitRechnung
- ProffixRestApiRequestSammlung.EinheitRechnung1
- ProffixRestApiRequestSammlung.EinheitRechnung6
- ProffixRestApiRequestSammlung.Ertragskonto
- ProffixRestApiRequestSammlung.Ertragskonto2
- ProffixRestApiRequestSammlung.Ertragskonto3
- ProffixRestApiRequestSammlung.Ertragskonto7
- ProffixRestApiRequestSammlung.Ertragskonto9
- ProffixRestApiRequestSammlung.FIBBuchungBuchungNr
- ProffixRestApiRequestSammlung.FIBBuchungRequest
- ProffixRestApiRequestSammlung.FIBBuchungsartBuchungsartNr
- ProffixRestApiRequestSammlung.FIBFibuStammdaten
- ProffixRestApiRequestSammlung.FIBKontoKontoNr
- ProffixRestApiRequestSammlung.FIBKontoKontoNrSaldo
- ProffixRestApiRequestSammlung.FIBKontoRequest
- ProffixRestApiRequestSammlung.FIBKontoSaldoKontotypKontotypNr
- ProffixRestApiRequestSammlung.FIBKontoklasseKontoklasseNr
- ProffixRestApiRequestSammlung.FIBKostenartRequest
- ProffixRestApiRequestSammlung.FIBKostenstelleRequest
- ProffixRestApiRequestSammlung.Garantiezusatz
- ProffixRestApiRequestSammlung.HabenKonto
- ProffixRestApiRequestSammlung.HabenKonto1
- ProffixRestApiRequestSammlung.Heimatland
- ProffixRestApiRequestSammlung.Installation
- ProffixRestApiRequestSammlung.Installation1
- ProffixRestApiRequestSammlung.KREBuchungBuchungNr
- ProffixRestApiRequestSammlung.KREBuchungRequest
- ProffixRestApiRequestSammlung.Kondition
- ProffixRestApiRequestSammlung.Kontakt
- ProffixRestApiRequestSammlung.Kontakttyp
- ProffixRestApiRequestSammlung.Konto
- ProffixRestApiRequestSammlung.Konto3
- ProffixRestApiRequestSammlung.Kontoklasse
- ProffixRestApiRequestSammlung.Kontoklasse1
- ProffixRestApiRequestSammlung.Kontoklasse10
- ProffixRestApiRequestSammlung.Kostenart
- ProffixRestApiRequestSammlung.Kostenstelle
- ProffixRestApiRequestSammlung.Kostenstellengruppe
- ProffixRestApiRequestSammlung.Kostenstellenklasse
- ProffixRestApiRequestSammlung.Kostenstellenuntergruppe
- ProffixRestApiRequestSammlung.Krankentaggeldversicherungscode1
- ProffixRestApiRequestSammlung.Kunde
- ProffixRestApiRequestSammlung.Kunde1
- ProffixRestApiRequestSammlung.Kunde10
- ProffixRestApiRequestSammlung.Kunde6
- ProffixRestApiRequestSammlung.Kunde7
- ProffixRestApiRequestSammlung.Kunde8
- ProffixRestApiRequestSammlung.LAGArtikelArtikelNr
- ProffixRestApiRequestSammlung.LAGArtikelArtikelNreingangbuchenRequest
- ProffixRestApiRequestSammlung.LAGArtikelArtikelNrinventurbuchenRequest
- ProffixRestApiRequestSammlung.LAGArtikelArtikelNrverschiebungbuchenRequest
- ProffixRestApiRequestSammlung.LAGArtikelRequest
- ProffixRestApiRequestSammlung.LAGArtikelbildRequest
- ProffixRestApiRequestSammlung.LAGArtikeldokumentRequest
- ProffixRestApiRequestSammlung.LAGArtikelgruppeArtikelgruppeNr
- ProffixRestApiRequestSammlung.LAGArtikelklasseArtikelklasseNr
- ProffixRestApiRequestSammlung.LAGArtikeloptionRequest
- ProffixRestApiRequestSammlung.LAGArtikeltextRequest
- ProffixRestApiRequestSammlung.LAGArtikeluntergruppeArtikeluntergruppeNr
- ProffixRestApiRequestSammlung.LAGBestand
- ProffixRestApiRequestSammlung.LAGBestellvorschlagRequest
- ProffixRestApiRequestSammlung.LAGChargeChargeNr
- ProffixRestApiRequestSammlung.LAGChargeRequest
- ProffixRestApiRequestSammlung.LAGHerstellerHerstellerNr
- ProffixRestApiRequestSammlung.LAGHerstellerRequest
- ProffixRestApiRequestSammlung.LAGLagerortLagerortNr
- ProffixRestApiRequestSammlung.LAGLieferantLieferantNr
- ProffixRestApiRequestSammlung.LAGLieferantRequest
- ProffixRestApiRequestSammlung.LAGNotizNotizNr
- ProffixRestApiRequestSammlung.LAGNotizRequest
- ProffixRestApiRequestSammlung.LAGNotizartNotizartNr
- ProffixRestApiRequestSammlung.LAGSammelartikelSammelartikelNr
- ProffixRestApiRequestSammlung.LAGSerieNummerSerieNummerNr
- ProffixRestApiRequestSammlung.LAGVerpackungVerpackungNr
- ProffixRestApiRequestSammlung.LAGVerpackungsstufeVerpackungsstufeNr
- ProffixRestApiRequestSammlung.LAGVerpackungszuweisungRequest
- ProffixRestApiRequestSammlung.LAGVerpackungszuweisungVerpackungszuweisungNr
- ProffixRestApiRequestSammlung.LOHAbteilungAbteilungNr
- ProffixRestApiRequestSammlung.LOHKindKindNr
- ProffixRestApiRequestSammlung.LOHKrankentaggeldversicherungscodeKrankentaggeldversicherungscodeNr
- ProffixRestApiRequestSammlung.LOHLohnartLohnartNr
- ProffixRestApiRequestSammlung.LOHLohnbewegungLohnbewegungNr
- ProffixRestApiRequestSammlung.LOHLohnbewegungRequest
- ProffixRestApiRequestSammlung.LOHMitarbeiterMitarbeiterNr
- ProffixRestApiRequestSammlung.LOHMitarbeiterRequest
- ProffixRestApiRequestSammlung.LOHQuellensteuerQuellensteuerNr
- ProffixRestApiRequestSammlung.LOHUnfallversicherungscodeUnfallversicherungscodeNr
- ProffixRestApiRequestSammlung.LOHUnfallzusatzversicherungscodeUnfallzusatzversicherungscodeNr
- ProffixRestApiRequestSammlung.LOHZivilstandZivilstandNr
- ProffixRestApiRequestSammlung.Lagerbewegungen
- ProffixRestApiRequestSammlung.Lagerbewegungen1
- ProffixRestApiRequestSammlung.Lagereinheit
- ProffixRestApiRequestSammlung.Lagerort
- ProffixRestApiRequestSammlung.LagerortNach
- ProffixRestApiRequestSammlung.Lagerplatz
- ProffixRestApiRequestSammlung.LagerplatzNach
- ProffixRestApiRequestSammlung.Land
- ProffixRestApiRequestSammlung.Land11
- ProffixRestApiRequestSammlung.Lieferart
- ProffixRestApiRequestSammlung.Lohnart
- ProffixRestApiRequestSammlung.Mitarbeiter
- ProffixRestApiRequestSammlung.Mitarbeiter11
- ProffixRestApiRequestSammlung.Notizart
- ProffixRestApiRequestSammlung.Option
- ProffixRestApiRequestSammlung.PROAuftragAuftragNr
- ProffixRestApiRequestSammlung.PROAuftragRequest
- ProffixRestApiRequestSammlung.PROBankBankNr
- ProffixRestApiRequestSammlung.PROBelegartBelegartNr
- ProffixRestApiRequestSammlung.PROBenutzereinstellungBenutzereinstellungNr
- ProffixRestApiRequestSammlung.PROBenutzereinstellungRequest
- ProffixRestApiRequestSammlung.PROBenutzergruppeBenutzergruppeNr
- ProffixRestApiRequestSammlung.PROBerechtigungRequest
- ProffixRestApiRequestSammlung.PROBuchungstext
- ProffixRestApiRequestSammlung.PRODatenbankkeyPassword
- ProffixRestApiRequestSammlung.PROEinheitEinheitNr
- ProffixRestApiRequestSammlung.PROEinheitsmatrixEinheitLager
- ProffixRestApiRequestSammlung.PROEinheitsmatrixEinheitLagerEinheitRechnung
- ProffixRestApiRequestSammlung.PROEinstellungModulSection
- ProffixRestApiRequestSammlung.PROFelddefinitionTabellennameFeldname
- ProffixRestApiRequestSammlung.PROFunktionFunktionNr
- ProffixRestApiRequestSammlung.PROKonditionKonditionNr
- ProffixRestApiRequestSammlung.PROLandLandNr
- ProffixRestApiRequestSammlung.PROLieferartLieferartNr
- ProffixRestApiRequestSammlung.PROListeListeNr
- ProffixRestApiRequestSammlung.PROListeListeNrDruckerDruckerNrRequest
- ProffixRestApiRequestSammlung.PROListeListeNrgenerierenRequest
- ProffixRestApiRequestSammlung.PROLogin
- ProffixRestApiRequestSammlung.PROLoginRequest
- ProffixRestApiRequestSammlung.PROMitarbeiterMitarbeiterNr
- ProffixRestApiRequestSammlung.PROMitarbeiterMitarbeiterNrBenutzerRequest
- ProffixRestApiRequestSammlung.PROMitarbeiterRequest
- ProffixRestApiRequestSammlung.PRORahmenvertragRahmenvertragNr
- ProffixRestApiRequestSammlung.PRORechtModul
- ProffixRestApiRequestSammlung.PRORechtModulForm
- ProffixRestApiRequestSammlung.PRORechtModulFormMenu
- ProffixRestApiRequestSammlung.PRORegionRegionNr
- ProffixRestApiRequestSammlung.PROSpracheSpracheNr
- ProffixRestApiRequestSammlung.PROStammdaten
- ProffixRestApiRequestSammlung.PROSteuercodeSteuercodeNr
- ProffixRestApiRequestSammlung.PROVertreterVertreterNr
- ProffixRestApiRequestSammlung.PROWaehrungStandard
- ProffixRestApiRequestSammlung.PROWaehrungWaehrungNr
- ProffixRestApiRequestSammlung.PROZusatztabelleZusatztabellenname
- ProffixRestApiRequestSammlung.PROZusatztabelleZusatztabellennameRequest
- ProffixRestApiRequestSammlung.PROZusatztabelleZusatztabellennameSchlssel
- ProffixRestApiRequestSammlung.Planobjektgruppe
- ProffixRestApiRequestSammlung.Positionen
- ProffixRestApiRequestSammlung.Positionen1
- ProffixRestApiRequestSammlung.Positionen2
- ProffixRestApiRequestSammlung.Positionen5
- ProffixRestApiRequestSammlung.Positionen6
- ProffixRestApiRequestSammlung.Positionen7
- ProffixRestApiRequestSammlung.Positionen8
- ProffixRestApiRequestSammlung.Positionen9
- ProffixRestApiRequestSammlung.Positionsart
- ProffixRestApiRequestSammlung.Positionsart1
- ProffixRestApiRequestSammlung.Positionsart4
- ProffixRestApiRequestSammlung.Positionsart5
- ProffixRestApiRequestSammlung.Prioritaet
- ProffixRestApiRequestSammlung.Prioritaet7
- ProffixRestApiRequestSammlung.Prioritaet9
- ProffixRestApiRequestSammlung.RESPlanobjektRequest
- ProffixRestApiRequestSammlung.Rapport
- ProffixRestApiRequestSammlung.Rapporte
- ProffixRestApiRequestSammlung.Rechnungseinheit
- ProffixRestApiRequestSammlung.Region
- ProffixRestApiRequestSammlung.Region8
- ProffixRestApiRequestSammlung.Ressource
- ProffixRestApiRequestSammlung.SRVServiceartServiceartNr
- ProffixRestApiRequestSammlung.SRVServiceauftragRequest
- ProffixRestApiRequestSammlung.SRVServiceauftragServiceauftragNr
- ProffixRestApiRequestSammlung.SRVServiceauftragsdokumentRequest
- ProffixRestApiRequestSammlung.SRVStatusStatusNr
- ProffixRestApiRequestSammlung.STUOffenerRapportRapportNr
- ProffixRestApiRequestSammlung.STUOffenerRapportRequest
- ProffixRestApiRequestSammlung.STUPositionsartPositionsartNr
- ProffixRestApiRequestSammlung.STUProjektProjektNr
- ProffixRestApiRequestSammlung.STURapportRapportNr
- ProffixRestApiRequestSammlung.STURapportRequest
- ProffixRestApiRequestSammlung.STURapportabschliessenRequest
- ProffixRestApiRequestSammlung.STURapportdokumentRequest
- ProffixRestApiRequestSammlung.STURapportfreigebenRequest
- ProffixRestApiRequestSammlung.STUSpesenartSpesenartNr
- ProffixRestApiRequestSammlung.STUTeilleistungTeilleistungNr
- ProffixRestApiRequestSammlung.STUTeilleistungsgruppeTeilleistungsgruppeNr
- ProffixRestApiRequestSammlung.STUTeilleistungstypTeilleistungstypNr
- ProffixRestApiRequestSammlung.Sammelkonto
- ProffixRestApiRequestSammlung.Selektionen
- ProffixRestApiRequestSammlung.Selektionen1
- ProffixRestApiRequestSammlung.Selektionen2
- ProffixRestApiRequestSammlung.Serviceauftrag
- ProffixRestApiRequestSammlung.SollKonto
- ProffixRestApiRequestSammlung.SollKonto1
- ProffixRestApiRequestSammlung.Sortierungen
- ProffixRestApiRequestSammlung.Sprache
- ProffixRestApiRequestSammlung.Standort
- ProffixRestApiRequestSammlung.Standort2
- ProffixRestApiRequestSammlung.Standort3
- ProffixRestApiRequestSammlung.Status
- ProffixRestApiRequestSammlung.Steuercode1
- ProffixRestApiRequestSammlung.Steuercode20
- ProffixRestApiRequestSammlung.Steuercode7
- ProffixRestApiRequestSammlung.Steuercode8
- ProffixRestApiRequestSammlung.SteuercodeEinkauf
- ProffixRestApiRequestSammlung.SteuercodeEinkauf1
- ProffixRestApiRequestSammlung.Stundenart
- ProffixRestApiRequestSammlung.Summe
- ProffixRestApiRequestSammlung.Teilleistungen
- ProffixRestApiRequestSammlung.Teilleistungsgruppe
- ProffixRestApiRequestSammlung.Teilleistungstyp
- ProffixRestApiRequestSammlung.UTILSTelefonnummerformatierenRequest
- ProffixRestApiRequestSammlung.UTILSTextkonvertierenRequest
- ProffixRestApiRequestSammlung.Unfallversicherungscode
- ProffixRestApiRequestSammlung.Unfallzusatzversicherungscode1
- ProffixRestApiRequestSammlung.UrsprungsCharge
- ProffixRestApiRequestSammlung.Verpackung
- ProffixRestApiRequestSammlung.Verpackungsstufe
- ProffixRestApiRequestSammlung.Vertragstyp
- ProffixRestApiRequestSammlung.Vertragstyp2
- ProffixRestApiRequestSammlung.Vertreter
- ProffixRestApiRequestSammlung.Waehrung
- ProffixRestApiRequestSammlung.Waehrung26
- ProffixRestApiRequestSammlung.Waehrung7
- ProffixRestApiRequestSammlung.ZEIStempel
- ProffixRestApiRequestSammlung.ZEIStundenStundenNr
- ProffixRestApiRequestSammlung.ZEIStundeninfo
- ProffixRestApiRequestSammlung.ZEIStundensperre
- ProffixRestApiRequestSammlung.Zahlungen
- ProffixRestApiRequestSammlung.Zahlungsart
- ProffixRestApiRequestSammlung.Zivilstand
- ProffixRestApiRequestSammlung.Zusatzfelder
- ProffixRestApiRequestSammlung.Zusatzfelder1
- ProffixRestApiRequestSammlung.Zusatzfelder10
- ProffixRestApiRequestSammlung.Zusatzfelder12
- ProffixRestApiRequestSammlung.Zusatzfelder13
- ProffixRestApiRequestSammlung.Zusatzfelder17
- ProffixRestApiRequestSammlung.Zusatzfelder2
- ProffixRestApiRequestSammlung.Zusatzfelder3
- ProffixRestApiRequestSammlung.Zusatzfelder4
- ProffixRestApiRequestSammlung.Zusatzfelder5
- ProffixRestApiRequestSammlung.Zusatzfelder6
- ProffixRestApiRequestSammlung.Zusatzfelder7
- ProffixRestApiRequestSammlung.Zusatzfelder9
All endpoints do not require authorization.