Skip to content

Latest commit

 

History

History
332 lines (213 loc) · 8.79 KB

BASApi.md

File metadata and controls

332 lines (213 loc) · 8.79 KB

ProffixRestApiRequestSammlung.BASApi

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

Method HTTP request Description
bASAnlageAnlageNr GET /BAS/Anlage/1 BAS/Anlage/{AnlageNr}
bASGarantiezusatzGarantiezusatzNr GET /BAS/Garantiezusatz/1 BAS/Garantiezusatz/{GarantiezusatzNr}
bASInstallationInstallationNr GET /BAS/Installation/1 BAS/Installation/{InstallationNr}
bASKundeKundeNr GET /BAS/Kunde/1 BAS/Kunde/{KundeNr}
bASPrioritaetPrioritaetNr GET /BAS/Prioritaet/1 BAS/Prioritaet/{PrioritaetNr}
bASStandortStandortNr GET /BAS/Standort/1 BAS/Standort/{StandortNr}
bASVertragstypVertragstypNr GET /BAS/Vertragstyp/SIM BAS/Vertragstyp/{VertragstypNr}

bASAnlageAnlageNr

BAS1Anlage17BAnlageNr7D bASAnlageAnlageNr(contentType, pxSessionId)

BAS/Anlage/{AnlageNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASAnlageAnlageNr(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

BAS1Anlage17BAnlageNr7D

Authorization

No authorization required

HTTP request headers

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

bASGarantiezusatzGarantiezusatzNr

BAS1Garantiezusatz17BGarantiezusatzNr7D bASGarantiezusatzGarantiezusatzNr(contentType, pxSessionId)

BAS/Garantiezusatz/{GarantiezusatzNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASGarantiezusatzGarantiezusatzNr(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

BAS1Garantiezusatz17BGarantiezusatzNr7D

Authorization

No authorization required

HTTP request headers

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

bASInstallationInstallationNr

BAS1Installation17BInstallationNr7D bASInstallationInstallationNr(depth, contentType, pxSessionId)

BAS/Installation/{InstallationNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var depth = 56; // Number | 

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASInstallationInstallationNr(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

BAS1Installation17BInstallationNr7D

Authorization

No authorization required

HTTP request headers

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

bASKundeKundeNr

BAS1Kunde17BKundeNr7D bASKundeKundeNr(depth, contentType, pxSessionId)

BAS/Kunde/{KundeNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var depth = 56; // Number | 

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASKundeKundeNr(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

BAS1Kunde17BKundeNr7D

Authorization

No authorization required

HTTP request headers

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

bASPrioritaetPrioritaetNr

BAS1Prioritaet17BPrioritaetNr7D bASPrioritaetPrioritaetNr(contentType, pxSessionId)

BAS/Prioritaet/{PrioritaetNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASPrioritaetPrioritaetNr(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

BAS1Prioritaet17BPrioritaetNr7D

Authorization

No authorization required

HTTP request headers

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

bASStandortStandortNr

BAS1Standort17BStandortNr7D bASStandortStandortNr(depth, contentType, pxSessionId)

BAS/Standort/{StandortNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var depth = 56; // Number | 

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASStandortStandortNr(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

BAS1Standort17BStandortNr7D

Authorization

No authorization required

HTTP request headers

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

bASVertragstypVertragstypNr

BAS1Vertragstyp17BVertragstypNr7D bASVertragstypVertragstypNr(contentType, pxSessionId)

BAS/Vertragstyp/{VertragstypNr}

Example

var ProffixRestApiRequestSammlung = require('proffix_rest_api_request_sammlung');

var apiInstance = new ProffixRestApiRequestSammlung.BASApi();

var contentType = "contentType_example"; // String | 

var pxSessionId = "pxSessionId_example"; // String | 

apiInstance.bASVertragstypVertragstypNr(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

BAS1Vertragstyp17BVertragstypNr7D

Authorization

No authorization required

HTTP request headers

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