npm

@javiis/datenstrom_api

1.2.8 • Public • Published

The externalNr is the unique identifier for the customer in datenstrom and is required for all operations.

example usage of the datenstrom api

let service = new CustomerApi("<api_key>","https","<url>",443);
let ret = await service.createOrUpdate([
    new CustomerApiVO({
        externalNr: "123",
        bezeichnung: "Test",
        address: "Testadresse",
        location: "Testort",
        zip: "1234",
        country: "Osterreich",
        email: "test@email.at",
        iban: "AT123456789",
        bic: "bic",
        bank: "Testbank",
        uid: "ATU12345678",
        bhKonto: 123456789,
        fibuType: FibuCustomerType.INLAND,
})]);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.81latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.81
1.2.70
1.2.60
1.2.50
1.2.40
1.2.30
1.2.21
1.1.10

Package Sidebar

Install

npm i @javiis/datenstrom_api

Weekly Downloads

2

Version

1.2.8

License

ISC

Unpacked Size

9.61 kB

Total Files

27

Last publish

Collaborators

  • developer-javiis
  • d.fandler