Skip to content

Latest commit

 

History

History
1874 lines (1208 loc) · 49.4 KB

File metadata and controls

1874 lines (1208 loc) · 49.4 KB

ProffixRestApiRequestSammlung.LAGApi

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

lAGArtikel(contentType, pxSessionId, body)

LAG/Artikel

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1ArtikelRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelArtikelNr

LAG1Artikel17BArtikelNr7D lAGArtikelArtikelNr(depth, contentType, pxSessionId)

LAG/Artikel/{ArtikelNr}

Example

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);
});

Parameters

Name Type Description Notes
depth Number
contentType String
pxSessionId String

Return type

LAG1Artikel17BArtikelNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGArtikelArtikelNrausgangbuchen

lAGArtikelArtikelNrausgangbuchen(contentType, pxSessionId)

LAG/Artikel/{ArtikelNr}/ausgangbuchen

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelArtikelNreingangbuchen

lAGArtikelArtikelNreingangbuchen(contentType, pxSessionId, body)

LAG/Artikel/{ArtikelNr}/eingangbuchen

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1Artikel17BArtikelNr7D1eingangbuchenRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelArtikelNrinventurbuchen

lAGArtikelArtikelNrinventurbuchen(contentType, pxSessionId, body)

LAG/Artikel/{ArtikelNr}/inventurbuchen

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1Artikel17BArtikelNr7D1inventurbuchenRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelArtikelNrverschiebungbuchen

lAGArtikelArtikelNrverschiebungbuchen(contentType, pxSessionId, body)

LAG/Artikel/{ArtikelNr}/verschiebungbuchen

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1Artikel17BArtikelNr7D1verschiebungbuchenRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelbild

lAGArtikelbild(contentType, pxSessionId, body)

LAG/Artikelbild

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1ArtikelbildRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelbildArtikelbildNr

lAGArtikelbildArtikelbildNr(contentType, pxSessionId)

LAG/Artikelbild/{ArtikelbildNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikeldokument

lAGArtikeldokument(contentType, pxSessionId, body)

LAG/Artikeldokument

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1ArtikeldokumentRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikeldokumentArtikelNr

lAGArtikeldokumentArtikelNr(contentType, pxSessionId)

LAG/Artikeldokument/{ArtikelNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelgruppeArtikelgruppeNr

LAG1Artikelgruppe17BArtikelgruppeNr7D lAGArtikelgruppeArtikelgruppeNr(contentType, pxSessionId)

LAG/Artikelgruppe/{ArtikelgruppeNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Artikelgruppe17BArtikelgruppeNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGArtikelklasseArtikelklasseNr

LAG1Artikelklasse17BArtikelklasseNr7D lAGArtikelklasseArtikelklasseNr(contentType, pxSessionId)

LAG/Artikelklasse/{ArtikelklasseNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Artikelklasse17BArtikelklasseNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGArtikeloption

lAGArtikeloption(contentType, pxSessionId, body)

LAG/Artikeloption

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1ArtikeloptionRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikeloptionArtikeloptionNr

lAGArtikeloptionArtikeloptionNr(contentType, pxSessionId)

LAG/Artikeloption/{ArtikeloptionNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikelstatistikArtikelstatistikNr

lAGArtikelstatistikArtikelstatistikNr(contentType, pxSessionId)

LAG/Artikelstatistik/{ArtikelstatistikNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikeltext

lAGArtikeltext(contentType, pxSessionId, body)

LAG/Artikeltext

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1ArtikeltextRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikeltextArtikeltextNr

lAGArtikeltextArtikeltextNr(contentType, pxSessionId)

LAG/Artikeltext/{ArtikeltextNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGArtikeluntergruppeArtikeluntergruppeNr

LAG1Artikeluntergruppe17BArtikeluntergruppeNr7D lAGArtikeluntergruppeArtikeluntergruppeNr(contentType, pxSessionId)

LAG/Artikeluntergruppe/{ArtikeluntergruppeNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Artikeluntergruppe17BArtikeluntergruppeNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGBestand

[LAG1Bestand] lAGBestand(depth, filter, contentType, pxSessionId)

LAG/Bestand

Example

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);
});

Parameters

Name Type Description Notes
depth Number
filter String
contentType String
pxSessionId String

Return type

[LAG1Bestand]

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGBestellvorschlag

lAGBestellvorschlag(contentType, pxSessionId, body)

LAG/Bestellvorschlag

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1BestellvorschlagRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGBestellvorschlagBestellvorschlagNr

lAGBestellvorschlagBestellvorschlagNr(contentType, pxSessionId)

LAG/Bestellvorschlag/{BestellvorschlagNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGCharge

lAGCharge(contentType, pxSessionId, body)

LAG/Charge

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1ChargeRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGChargeChargeNr

LAG1Charge17BChargeNr7D lAGChargeChargeNr(contentType, pxSessionId)

LAG/Charge/{ChargeNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Charge17BChargeNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGHersteller

lAGHersteller(contentType, pxSessionId, body)

LAG/Hersteller

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1HerstellerRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGHerstellerHerstellerNr

LAG1Hersteller17BHerstellerNr7D lAGHerstellerHerstellerNr(depth, contentType, pxSessionId)

LAG/Hersteller/{HerstellerNr}

Example

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);
});

Parameters

Name Type Description Notes
depth Number
contentType String
pxSessionId String

Return type

LAG1Hersteller17BHerstellerNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGLagerortLagerortNr

LAG1Lagerort17BLagerortNr7D lAGLagerortLagerortNr(contentType, pxSessionId)

LAG/Lagerort/{LagerortNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Lagerort17BLagerortNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGLagerplatzLagerplatzNr

['String'] lAGLagerplatzLagerplatzNr(contentType, pxSessionId)

LAG/Lagerplatz/{LagerplatzNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

['String']

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGLieferant

lAGLieferant(contentType, pxSessionId, body)

LAG/Lieferant

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1LieferantRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGLieferantLieferantNr

LAG1Lieferant17BLieferantNr7D lAGLieferantLieferantNr(depth, contentType, pxSessionId)

LAG/Lieferant/{LieferantNr}

Example

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);
});

Parameters

Name Type Description Notes
depth Number
contentType String
pxSessionId String

Return type

LAG1Lieferant17BLieferantNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGNotiz

lAGNotiz(contentType, pxSessionId, body)

LAG/Notiz

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1NotizRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGNotizNotizNr

LAG1Notiz17BNotizNr7D lAGNotizNotizNr(depth, contentType, pxSessionId)

LAG/Notiz/{NotizNr}

Example

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);
});

Parameters

Name Type Description Notes
depth Number
contentType String
pxSessionId String

Return type

LAG1Notiz17BNotizNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGNotizartNotizartNr

LAG1Notizart17BNotizartNr7D lAGNotizartNotizartNr(contentType, pxSessionId)

LAG/Notizart/{NotizartNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Notizart17BNotizartNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGSammelartikelSammelartikelNr

LAG1Sammelartikel17BSammelartikelNr7D lAGSammelartikelSammelartikelNr(contentType, pxSessionId)

LAG/Sammelartikel/{SammelartikelNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Sammelartikel17BSammelartikelNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGSerieNummerSerieNummerNr

LAG1SerieNummer17BSerieNummerNr7D lAGSerieNummerSerieNummerNr(depth, contentType, pxSessionId)

LAG/SerieNummer/{SerieNummerNr}

Example

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);
});

Parameters

Name Type Description Notes
depth Number
contentType String
pxSessionId String

Return type

LAG1SerieNummer17BSerieNummerNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGStuecklistenposition

lAGStuecklistenposition(contentType, pxSessionId)

LAG/Stuecklistenposition

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGStuecklistenpositionStuecklistenpositionNr

lAGStuecklistenpositionStuecklistenpositionNr(contentType, pxSessionId)

LAG/Stuecklistenposition/{StuecklistenpositionNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGVerpackungVerpackungNr

LAG1Verpackung17BVerpackungNr7D lAGVerpackungVerpackungNr(contentType, pxSessionId)

LAG/Verpackung/{VerpackungNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Verpackung17BVerpackungNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGVerpackungsstufeVerpackungsstufeNr

LAG1Verpackungsstufe17BVerpackungsstufeNr7D lAGVerpackungsstufeVerpackungsstufeNr(contentType, pxSessionId)

LAG/Verpackungsstufe/{VerpackungsstufeNr}

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String

Return type

LAG1Verpackungsstufe17BVerpackungsstufeNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8

lAGVerpackungszuweisung

lAGVerpackungszuweisung(contentType, pxSessionId, body)

LAG/Verpackungszuweisung

Example

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);
});

Parameters

Name Type Description Notes
contentType String
pxSessionId String
body LAG1VerpackungszuweisungRequest

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

lAGVerpackungszuweisungVerpackungszuweisungNr

LAG1Verpackungszuweisung17BVerpackungszuweisungNr7D lAGVerpackungszuweisungVerpackungszuweisungNr(depth, contentType, pxSessionId)

LAG/Verpackungszuweisung/{VerpackungszuweisungNr}

Example

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);
});

Parameters

Name Type Description Notes
depth Number
contentType String
pxSessionId String

Return type

LAG1Verpackungszuweisung17BVerpackungszuweisungNr7D

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json; charset=utf-8