curl "https://connect.maklare.vitec.net/BusinessIntelligence/External/Offices?customerId=StringValue" -X GET -H "Authorization: basic {Base64 kodad användarnamn och lösenord}"
Dokumentation för API-funktioner
GET BusinessIntelligence/External/Offices
Hämtar kontor
Request Information
URI Parameters
Response Information
Resource Description
Hämtar kontor
Collection of Office
Kodexempel
Testformulär
Text input
Response Formats
Namn | Beskrivning | Typ | Information |
customerId | Grupp eller Kund-id | string |
Krävs |
Namn | Beskrivning | Typ | Information |
Id | Id på kontor | string | |
Name | Namn på kontor | string | |
Homepage | Url till kontorets hemsida | string | |
EmailAddress | E-postadress till kontoret | string | |
CorporateNumber | Organisationsnummer | string | |
LegalName | Juridiskt namn | string | |
ChangedAt | Ändringsdatum | date | |
Description | Beskrivning av kontoret | string | |
Address | Besöksadress eller postadress | string | |
ZipCode | Postnummer | string | |
City | Postort | string | |
coordinate | Koordinat | Coordinate | |
TelePhone | Telefonnummer | string |
Resultat av begäran
[ { "id": "sample string 1", "name": "sample string 2", "homepage": "sample string 3", "emailAddress": "sample string 4", "corporateNumber": "sample string 5", "legalName": "sample string 6", "changedAt": "2025-04-07T11:15:17.0069606+02:00", "description": "sample string 8", "address": "sample string 9", "zipCode": "sample string 10", "city": "sample string 11", "coordinate": { "longitud": 1.1, "latitud": 2.1 }, "telePhone": "sample string 12" }, { "id": "sample string 1", "name": "sample string 2", "homepage": "sample string 3", "emailAddress": "sample string 4", "corporateNumber": "sample string 5", "legalName": "sample string 6", "changedAt": "2025-04-07T11:15:17.0069606+02:00", "description": "sample string 8", "address": "sample string 9", "zipCode": "sample string 10", "city": "sample string 11", "coordinate": { "longitud": 1.1, "latitud": 2.1 }, "telePhone": "sample string 12" } ]