All URIs are relative to http://example.com
| Method | HTTP request | Description |
|---|---|---|
| lAGArtikel | POST /LAG/Artikel | LAG/Artikel |
| lAGArtikelArtikelNr | GET /LAG/Artikel/HARIBO | LAG/Artikel/{ArtikelNr} |
| lAGArtikelArtikelNrausgangbuchen | POST /LAG/Artikel/CPU/ausgangbuchen | LAG/Artikel/{ArtikelNr}/ausgangbuchen |
| lAGArtikelArtikelNreingangbuchen | POST /LAG/Artikel/HD/eingangbuchen | LAG/Artikel/{ArtikelNr}/eingangbuchen |
| lAGArtikelArtikelNrinventurbuchen | POST /LAG/Artikel/CPU2/inventurbuchen | LAG/Artikel/{ArtikelNr}/inventurbuchen |
| lAGArtikelArtikelNrverschiebungbuchen | POST /LAG/Artikel/RAM2/verschiebungbuchen | LAG/Artikel/{ArtikelNr}/verschiebungbuchen |
| lAGArtikelbild | POST /LAG/Artikelbild | LAG/Artikelbild |
| lAGArtikelbildArtikelbildNr | GET /LAG/Artikelbild/1 | LAG/Artikelbild/{ArtikelbildNr} |
| lAGArtikeldokument | POST /LAG/Artikeldokument | LAG/Artikeldokument |
| lAGArtikeldokumentArtikelNr | GET /LAG/Artikeldokument/1 | LAG/Artikeldokument/{ArtikelNr} |
| lAGArtikelgruppeArtikelgruppeNr | GET /LAG/Artikelgruppe/ORD | LAG/Artikelgruppe/{ArtikelgruppeNr} |
| lAGArtikelklasseArtikelklasseNr | GET /LAG/Artikelklasse/MOEB | LAG/Artikelklasse/{ArtikelklasseNr} |
| lAGArtikeloption | POST /LAG/Artikeloption | LAG/Artikeloption |
| lAGArtikeloptionArtikeloptionNr | GET /LAG/Artikeloption/1 | LAG/Artikeloption/{ArtikeloptionNr} |
| lAGArtikelstatistikArtikelstatistikNr | GET /LAG/Artikelstatistik/1 | LAG/Artikelstatistik/{ArtikelstatistikNr} |
| lAGArtikeltext | POST /LAG/Artikeltext | LAG/Artikeltext |
| lAGArtikeltextArtikeltextNr | GET /LAG/Artikeltext/8 | LAG/Artikeltext/{ArtikeltextNr} |
| lAGArtikeluntergruppeArtikeluntergruppeNr | GET /LAG/Artikeluntergruppe/FLAT | LAG/Artikeluntergruppe/{ArtikeluntergruppeNr} |
| lAGBestand | GET /LAG/Bestand | LAG/Bestand |
| lAGBestellvorschlag | POST /LAG/Bestellvorschlag | LAG/Bestellvorschlag |
| lAGBestellvorschlagBestellvorschlagNr | GET /LAG/Bestellvorschlag/1 | LAG/Bestellvorschlag/{BestellvorschlagNr} |
| lAGCharge | POST /LAG/Charge | LAG/Charge |
| lAGChargeChargeNr | GET /LAG/Charge/A1234-Z | LAG/Charge/{ChargeNr} |
| lAGHersteller | POST /LAG/Hersteller | LAG/Hersteller |
| lAGHerstellerHerstellerNr | GET /LAG/Hersteller/1 | LAG/Hersteller/{HerstellerNr} |
| lAGLagerortLagerortNr | GET /LAG/Lagerort/NEBEN | LAG/Lagerort/{LagerortNr} |
| lAGLagerplatzLagerplatzNr | GET /LAG/Lagerplatz/XYZ | LAG/Lagerplatz/{LagerplatzNr} |
| lAGLieferant | POST /LAG/Lieferant | LAG/Lieferant |
| lAGLieferantLieferantNr | GET /LAG/Lieferant/1 | LAG/Lieferant/{LieferantNr} |
| lAGNotiz | POST /LAG/Notiz | LAG/Notiz |
| lAGNotizNotizNr | GET /LAG/Notiz/7 | LAG/Notiz/{NotizNr} |
| lAGNotizartNotizartNr | GET /LAG/Notizart/ERL | LAG/Notizart/{NotizartNr} |
| lAGSammelartikelSammelartikelNr | GET /LAG/Sammelartikel/HOSE | LAG/Sammelartikel/{SammelartikelNr} |
| lAGSerieNummerSerieNummerNr | GET /LAG/SerieNummer/180 | LAG/SerieNummer/{SerieNummerNr} |
| lAGStuecklistenposition | GET /LAG/Stuecklistenposition | LAG/Stuecklistenposition |
| lAGStuecklistenpositionStuecklistenpositionNr | GET /LAG/Stuecklistenposition/1 | LAG/Stuecklistenposition/{StuecklistenpositionNr} |
| lAGVerpackungVerpackungNr | GET /LAG/Verpackung/KARTON | LAG/Verpackung/{VerpackungNr} |
| lAGVerpackungsstufeVerpackungsstufeNr | GET /LAG/Verpackungsstufe/10 | LAG/Verpackungsstufe/{VerpackungsstufeNr} |
| lAGVerpackungszuweisung | POST /LAG/Verpackungszuweisung | LAG/Verpackungszuweisung |
| lAGVerpackungszuweisungVerpackungszuweisungNr | GET /LAG/Verpackungszuweisung/1 | LAG/Verpackungszuweisung/{VerpackungszuweisungNr} |
lAGArtikel(contentType, pxSessionId, body)
LAG/Artikel
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1ArtikelRequest(); // LAG1ArtikelRequest |
apiInstance.lAGArtikel(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1ArtikelRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Artikel17BArtikelNr7D lAGArtikelArtikelNr(depth, contentType, pxSessionId)
LAG/Artikel/{ArtikelNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikelArtikelNr(depth, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGArtikelArtikelNrausgangbuchen(contentType, pxSessionId)
LAG/Artikel/{ArtikelNr}/ausgangbuchen
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikelArtikelNrausgangbuchen(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikelArtikelNreingangbuchen(contentType, pxSessionId, body)
LAG/Artikel/{ArtikelNr}/eingangbuchen
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1Artikel17BArtikelNr7D1eingangbuchenRequest(); // LAG1Artikel17BArtikelNr7D1eingangbuchenRequest |
apiInstance.lAGArtikelArtikelNreingangbuchen(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1Artikel17BArtikelNr7D1eingangbuchenRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikelArtikelNrinventurbuchen(contentType, pxSessionId, body)
LAG/Artikel/{ArtikelNr}/inventurbuchen
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1Artikel17BArtikelNr7D1inventurbuchenRequest(); // LAG1Artikel17BArtikelNr7D1inventurbuchenRequest |
apiInstance.lAGArtikelArtikelNrinventurbuchen(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1Artikel17BArtikelNr7D1inventurbuchenRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikelArtikelNrverschiebungbuchen(contentType, pxSessionId, body)
LAG/Artikel/{ArtikelNr}/verschiebungbuchen
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1Artikel17BArtikelNr7D1verschiebungbuchenRequest(); // LAG1Artikel17BArtikelNr7D1verschiebungbuchenRequest |
apiInstance.lAGArtikelArtikelNrverschiebungbuchen(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1Artikel17BArtikelNr7D1verschiebungbuchenRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikelbild(contentType, pxSessionId, body)
LAG/Artikelbild
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1ArtikelbildRequest(); // LAG1ArtikelbildRequest |
apiInstance.lAGArtikelbild(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1ArtikelbildRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikelbildArtikelbildNr(contentType, pxSessionId)
LAG/Artikelbild/{ArtikelbildNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikelbildArtikelbildNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikeldokument(contentType, pxSessionId, body)
LAG/Artikeldokument
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1ArtikeldokumentRequest(); // LAG1ArtikeldokumentRequest |
apiInstance.lAGArtikeldokument(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1ArtikeldokumentRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikeldokumentArtikelNr(contentType, pxSessionId)
LAG/Artikeldokument/{ArtikelNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikeldokumentArtikelNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Artikelgruppe17BArtikelgruppeNr7D lAGArtikelgruppeArtikelgruppeNr(contentType, pxSessionId)
LAG/Artikelgruppe/{ArtikelgruppeNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikelgruppeArtikelgruppeNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
LAG1Artikelgruppe17BArtikelgruppeNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
LAG1Artikelklasse17BArtikelklasseNr7D lAGArtikelklasseArtikelklasseNr(contentType, pxSessionId)
LAG/Artikelklasse/{ArtikelklasseNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikelklasseArtikelklasseNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
LAG1Artikelklasse17BArtikelklasseNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGArtikeloption(contentType, pxSessionId, body)
LAG/Artikeloption
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1ArtikeloptionRequest(); // LAG1ArtikeloptionRequest |
apiInstance.lAGArtikeloption(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1ArtikeloptionRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikeloptionArtikeloptionNr(contentType, pxSessionId)
LAG/Artikeloption/{ArtikeloptionNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikeloptionArtikeloptionNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikelstatistikArtikelstatistikNr(contentType, pxSessionId)
LAG/Artikelstatistik/{ArtikelstatistikNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikelstatistikArtikelstatistikNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikeltext(contentType, pxSessionId, body)
LAG/Artikeltext
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1ArtikeltextRequest(); // LAG1ArtikeltextRequest |
apiInstance.lAGArtikeltext(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1ArtikeltextRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGArtikeltextArtikeltextNr(contentType, pxSessionId)
LAG/Artikeltext/{ArtikeltextNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikeltextArtikeltextNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Artikeluntergruppe17BArtikeluntergruppeNr7D lAGArtikeluntergruppeArtikeluntergruppeNr(contentType, pxSessionId)
LAG/Artikeluntergruppe/{ArtikeluntergruppeNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGArtikeluntergruppeArtikeluntergruppeNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
LAG1Artikeluntergruppe17BArtikeluntergruppeNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
[LAG1Bestand] lAGBestand(depth, filter, contentType, pxSessionId)
LAG/Bestand
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var filter = "filter_example"; // String |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGBestand(depth, filter, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| filter | String | ||
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGBestellvorschlag(contentType, pxSessionId, body)
LAG/Bestellvorschlag
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1BestellvorschlagRequest(); // LAG1BestellvorschlagRequest |
apiInstance.lAGBestellvorschlag(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1BestellvorschlagRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGBestellvorschlagBestellvorschlagNr(contentType, pxSessionId)
LAG/Bestellvorschlag/{BestellvorschlagNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGBestellvorschlagBestellvorschlagNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGCharge(contentType, pxSessionId, body)
LAG/Charge
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1ChargeRequest(); // LAG1ChargeRequest |
apiInstance.lAGCharge(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1ChargeRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Charge17BChargeNr7D lAGChargeChargeNr(contentType, pxSessionId)
LAG/Charge/{ChargeNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGChargeChargeNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGHersteller(contentType, pxSessionId, body)
LAG/Hersteller
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1HerstellerRequest(); // LAG1HerstellerRequest |
apiInstance.lAGHersteller(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1HerstellerRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Hersteller17BHerstellerNr7D lAGHerstellerHerstellerNr(depth, contentType, pxSessionId)
LAG/Hersteller/{HerstellerNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGHerstellerHerstellerNr(depth, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| contentType | String | ||
| pxSessionId | String |
LAG1Hersteller17BHerstellerNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
LAG1Lagerort17BLagerortNr7D lAGLagerortLagerortNr(contentType, pxSessionId)
LAG/Lagerort/{LagerortNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGLagerortLagerortNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
['String'] lAGLagerplatzLagerplatzNr(contentType, pxSessionId)
LAG/Lagerplatz/{LagerplatzNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGLagerplatzLagerplatzNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
['String']
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGLieferant(contentType, pxSessionId, body)
LAG/Lieferant
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1LieferantRequest(); // LAG1LieferantRequest |
apiInstance.lAGLieferant(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1LieferantRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Lieferant17BLieferantNr7D lAGLieferantLieferantNr(depth, contentType, pxSessionId)
LAG/Lieferant/{LieferantNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGLieferantLieferantNr(depth, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGNotiz(contentType, pxSessionId, body)
LAG/Notiz
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1NotizRequest(); // LAG1NotizRequest |
apiInstance.lAGNotiz(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1NotizRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Notiz17BNotizNr7D lAGNotizNotizNr(depth, contentType, pxSessionId)
LAG/Notiz/{NotizNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGNotizNotizNr(depth, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
LAG1Notizart17BNotizartNr7D lAGNotizartNotizartNr(contentType, pxSessionId)
LAG/Notizart/{NotizartNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGNotizartNotizartNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
LAG1Sammelartikel17BSammelartikelNr7D lAGSammelartikelSammelartikelNr(contentType, pxSessionId)
LAG/Sammelartikel/{SammelartikelNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGSammelartikelSammelartikelNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
LAG1Sammelartikel17BSammelartikelNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
LAG1SerieNummer17BSerieNummerNr7D lAGSerieNummerSerieNummerNr(depth, contentType, pxSessionId)
LAG/SerieNummer/{SerieNummerNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGSerieNummerSerieNummerNr(depth, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| contentType | String | ||
| pxSessionId | String |
LAG1SerieNummer17BSerieNummerNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGStuecklistenposition(contentType, pxSessionId)
LAG/Stuecklistenposition
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGStuecklistenposition(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
lAGStuecklistenpositionStuecklistenpositionNr(contentType, pxSessionId)
LAG/Stuecklistenposition/{StuecklistenpositionNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGStuecklistenpositionStuecklistenpositionNr(contentType, pxSessionId).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Verpackung17BVerpackungNr7D lAGVerpackungVerpackungNr(contentType, pxSessionId)
LAG/Verpackung/{VerpackungNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGVerpackungVerpackungNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
LAG1Verpackung17BVerpackungNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
LAG1Verpackungsstufe17BVerpackungsstufeNr7D lAGVerpackungsstufeVerpackungsstufeNr(contentType, pxSessionId)
LAG/Verpackungsstufe/{VerpackungsstufeNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGVerpackungsstufeVerpackungsstufeNr(contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String |
LAG1Verpackungsstufe17BVerpackungsstufeNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8
lAGVerpackungszuweisung(contentType, pxSessionId, body)
LAG/Verpackungszuweisung
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
var body = new ProffixRestApiRequestSammlung.LAG1VerpackungszuweisungRequest(); // LAG1VerpackungszuweisungRequest |
apiInstance.lAGVerpackungszuweisung(contentType, pxSessionId, body).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | String | ||
| pxSessionId | String | ||
| body | LAG1VerpackungszuweisungRequest |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
LAG1Verpackungszuweisung17BVerpackungszuweisungNr7D lAGVerpackungszuweisungVerpackungszuweisungNr(depth, contentType, pxSessionId)
LAG/Verpackungszuweisung/{VerpackungszuweisungNr}
var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');
var apiInstance = new ProffixRestApiRequestSammlung.LAGApi();
var depth = 56; // Number |
var contentType = "contentType_example"; // String |
var pxSessionId = "pxSessionId_example"; // String |
apiInstance.lAGVerpackungszuweisungVerpackungszuweisungNr(depth, contentType, pxSessionId).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});| Name | Type | Description | Notes |
|---|---|---|---|
| depth | Number | ||
| contentType | String | ||
| pxSessionId | String |
LAG1Verpackungszuweisung17BVerpackungszuweisungNr7D
No authorization required
- Content-Type: application/json
- Accept: application/json; charset=utf-8