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
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/Gender HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/Gender HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Adressarten
Dieser Abruf enthält die Adressarten, welche den Adressen einer Person zugeordnet sein können.
Version 1.0
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/AddressType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/AddressType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"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
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/Country HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"Code": "text"
}
]
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/Country HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"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
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/CommunicationType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/CommunicationType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text"
}
]
Kontoart
Version 1.0
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/BankAccountType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/BankAccountType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Verwendung Bankkonto
Version 1.0
OK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/BankAccountUsageType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/BankAccountUsageType HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Firmierung
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/CompanyForm HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"IsPartnership": true
}
]
Branche
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/Industry HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"ShortCode": "text"
}
]
VIP
Version 1.2
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/Vip HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Personen Rollen
Version 1.2
false
OK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsReadCatalog/AssignmentEntity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"EntityCode": "text",
"EntityName": "text"
}
]
Last updated