1.2.8 • Published 6 months ago

@javiis/datenstrom_api v1.2.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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,
})]);
1.2.8

6 months ago

1.2.7

6 months ago

1.2.6

6 months ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.7

2 years ago

1.2.5

2 years ago

1.1.6

2 years ago

1.2.4

2 years ago

1.1.5

2 years ago

1.2.3

2 years ago

1.1.4

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago