Project
Die API stellt Projekte (Projects) aus Microsoft Dynamics 365 Business Central zur Verfügung.
Basis-URL
Allgemeine Informationen
| Eigenschaft | Wert |
|---|---|
| APIPublisher | logico |
| APIGroup | project |
| APIVersion | v1.0 |
| Entity Name | project |
| Entity Set Name | projects |
| Quelle | Job |
| OData Key | systemId |
| Change Tracking | Aktiv |
| InsertAllowed | Ja (Delayed Insert) |
| ModifyAllowed | Ja |
| DeleteAllowed | Ja |
Endpunkte
GET /projects
POST /projects
PATCH /projects({systemId})
DELETE /projects({systemId})
Felder (Response)
| Feldname | Typ | Beschreibung |
|---|---|---|
| systemId | GUID | System-ID |
| no | Text | Projekt-Nr. |
| description | Text | Beschreibung |
| description2 | Text | Beschreibung 2 |
| logpjStatus | Enum | Projektstatus |
| blocked | Boolean | Gesperrt |
| currencyCode | Text | Währungscode |
| logpjProjectManager | Text | Projektleiter |
| sellToCustomerNo | Text | Sell-to Customer No. |
| billToCustomerNo | Text | Bill-to Customer No. |
| projectType | Enum | Projekttyp |
| internalProject | Boolean | Internes Projekt |
| globalDim1Code | Text | Globale Dimension 1 |
| globalDim2Code | Text | Globale Dimension 2 |
| objectLocationCode | Text | Object Location Code |