Cost Type
Die API stellt Kostenarten (Cost Types) aus Microsoft Dynamics 365 Business Central ausschliesslich lesend zur Verfügung.
Allgemeine Informationen
| Eigenschaft | Wert |
|---|---|
| APIPublisher | logico |
| APIGroup | project |
| APIVersion | v1.0 |
| Entity Name | costType |
| Entity Set Name | costTypes |
| Quelle | Cost Type |
| OData Key | systemId |
Basis-URL
https://api.businesscentral.dynamics.com/v2.0/{tenant-id}/{environment}/api/logico/project/v1.0/
Endpunkte
Alle Cost Types abrufen:
- GET /costTypes
Einzelnen Cost Type abrufen:
- GET /costTypes({systemId})
Felder (Response)
| Feldname | Typ | Beschreibung |
|---|---|---|
| systemId | GUID | Eindeutige System-ID |
| no | Text | Kostenart-Nr. |
| name | Text | Name der Kostenart |
| type | Enum | Kostenart-Typ |
| budgetAmount | Decimal | Budgetbetrag |
| balanceToAllocate | Decimal | Zu verteilender Saldo |
| netChange | Decimal | Nettoveränderung |
• Lizenzprüfung beim Zugriff auf die API
• Authentifizierung über Azure AD / OAuth 2.0
• Unterstützt OData-Filter, Select, OrderBy und Paging
• Change Tracking für Delta-Abfragen verfügbar