Return a list of all economic entities from the provider, if the API-Key is linked to a provider. For this request only the generic API-Key is needed and no economic entity API-Key.
Request
/api/v1/economic-entity/list
Parameter
No
Antwort
Data
Attribut | Datentyp | Beschreibung |
id
|
Long | ID der Wirtschaftseinheit |
name
|
String | Name der Wirtschaftseinheit |
apiKey |
String
|
API Key der Wirtschaftseinheit (für alle anderen Abfragen notwendig) |
timeZone |
TimeZone
|
Zeitzone der Wirtschaftseinheit |
providerId |
Long
|
ID vom Dienstleister |
defaultLanguage |
String
|
Sprache der Wirtschaftseinheit (de,en etc.) |
Sampe return
[{
"id": 234,
"name": "Economic Entity 1",
"apiKey": "xxxx-xxxx-xxxx-xxxx",
"timeZone": "Europe/Zurich",
"providerId": 100
"defaultLanguage": "de"
}]
Comments
0 comments
Please sign in to leave a comment.