Fuel Card Transactions
Alle Operationen rund um Fuel Card Transactions.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Fuel Card Transaction | fuel_card_transaction |
12 | — | fuel_card_transaction_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/fuel_card_transactions |
Create fuel_card_transaction | Create a new fuel_card_transaction in the active tenant. |
DELETE |
/v1/fuel_card_transactions/{id} |
Delete fuel_card_transaction | Soft delete entity. |
GET |
/v1/fuel_card_transactions/{id} |
Get fuel_card_transaction by id | Fetch a single fuel_card_transaction. |
GET |
/v1/fuel_card_transactions/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/fuel_card_transactions/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/fuel_card_transactions/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/fuel_card_transactions |
List fuel_card_transactions | List fuel_card_transactions for the active tenant. |
PATCH |
/v1/fuel_card_transactions/{id} |
Patch fuel_card_transaction | JSON Merge Patch update. |
POST |
/v1/fuel_card_transactions/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/fuel_card_transactions/{id}/transition |
POST /v1/fuel_card_transactions/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/fuel_card_transactions/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/fuel_card_transactions/{id} |
Replace fuel_card_transaction | Full replace with optimistic locking. |