Project Ledger Entry
Die API stellt Projektposten (Project Ledger Entries) aus Microsoft Dynamics 365 Business Central ausschliesslich lesend zur Verfügung.
Basis-URL
Allgemeine Informationen
| Eigenschaft | Wert |
|---|---|
| APIPublisher | logico |
| APIGroup | project |
| APIVersion | v1.0 |
| Entity Name | projectLedgerEntry |
| Entity Set Name | projectLedgerEntries |
| Quelle | Job Ledger Entry |
| OData Key | systemId |
Endpunkte
GET /projectLedgerEntries
GET /projectLedgerEntries({systemId})
Felder (Response)
| Feldname | Typ | Beschreibung |
|---|---|---|
| systemId | GUID | System-ID |
| projectNo | Text | Projekt-Nr. |
| entryNo | Integer | Eintragsnummer |
| postingDate | Date | Buchungsdatum |
| documentNo | Text | Belegnummer |
| type | Enum | Typ |
| no | Text | Nr. |
| description | Text | Beschreibung |
| quantity | Decimal | Menge |
| unitOfMeasureCode | Text | Einheitencode |
| amount | Decimal | Betrag |
| ledgerEntryType | Enum | Ledger Entry Type |
| sourceType | Enum | Source Type |
| entryType | Enum | Entry Type |