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

Readme

Keywords

Package Sidebar

Install

npm i @javiis/datenstrom_api

Weekly Downloads

3

Version

1.2.8

License

ISC

Unpacked Size

9.61 kB

Total Files

27

Last publish

Collaborators

  • developer-javiis
  • d.fandler