Kataloge

Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.

Geschlechter

Dieser Abruf enthält die möglichen Angaben zum Geschlecht, welche zu einer natürlichen Person angegeben werden können.

Version 1.0


GET/openwowi/v1.0/PersonsRead/Gender
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Request
const response = await fetch('/openwowi/v1.0/PersonsRead/Gender', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text"
  }
]

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/Gender
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/Gender', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text"
  }
]

Adressarten

Dieser Abruf enthält die Adressarten, welche den Adressen einer Person zugeordnet sein können.

Version 1.0


GET/openwowi/v1.0/PersonsRead/AddressType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Request
const response = await fetch('/openwowi/v1.0/PersonsRead/AddressType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text"
  }
]

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/AddressType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/AddressType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text"
  }
]

Länder

Dieser Abruf enthält die Länder, welche den Adressen einer Person zugeordnet sein können.

Version 1.0


GET/openwowi/v1.0/PersonsRead/Country
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Codenullable string
Request
const response = await fetch('/openwowi/v1.0/PersonsRead/Country', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text",
    "Code": "text"
  }
]

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/Country
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/Country', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text",
    "Code": "text"
  }
]

Kommunikationswegarten

Dieser Abruf enthält die Kommunikationswegarten, welche den Kommunikationswegen einer Person zugeordnet sein können.

Version 1.0


GET/openwowi/v1.0/PersonsRead/CommunicationType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Request
const response = await fetch('/openwowi/v1.0/PersonsRead/CommunicationType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text"
  }
]

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/CommunicationType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Namenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/CommunicationType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Name": "text"
  }
]

Kontoart

Version 1.0


GET/openwowi/v1.0/PersonsRead/BankAccountType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.0/PersonsRead/BankAccountType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/BankAccountType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/BankAccountType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Verwendung Bankkonto

Version 1.0


GET/openwowi/v1.0/PersonsRead/BankAccountUsageType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.0/PersonsRead/BankAccountUsageType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/BankAccountUsageType
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/BankAccountUsageType', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Firmierung

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/CompanyForm
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
IsPartnershipboolean
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/CompanyForm', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text",
    "IsPartnership": true
  }
]

Branche

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/Industry
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
ShortCodenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/Industry', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text",
    "ShortCode": "text"
  }
]

Vip

Version 1.2


GET/openwowi/v1.2/PersonsReadCatalog/Vip
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/PersonsReadCatalog/Vip', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Last updated