Contact
Die API stellt Kontakte aus Microsoft Dynamics 365 Business Central lesend zur Verfügung.
Allgemeine Informationen
| Eigenschaft | Wert |
|---|---|
| APIPublisher | logico |
| APIGroup | project |
| APIVersion | v1.0 |
| Entity Name | contact |
| Entity Set Name | contacts |
| Quelle | Contact |
| OData Key | systemId |
Basis-URL
https://api.businesscentral.dynamics.com/v2.0/{tenant-id}/{environment}/api/logico/project/v1.0/
Endpunkte
Alle Kontakte abrufen:
- GET /contacts
Einzelnen Kontakt abrufen:
- GET /contacts({systemId})
Felder (Response)
| Feldname | Typ | Beschreibung |
|---|---|---|
| systemId | GUID | Eindeutige System-ID |
| no | Text | Kontaktnummer |
| name | Text | Name des Kontakts |