1.1 KiB
1.1 KiB
holzleitner_api.model.CreateDeliveryNoteRequest
Load the model package
import 'package:holzleitner_api/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| authorCarId | String | Fahrzeug, das die Notiz erzeugt hat. Muss zum angemeldeten Account gehören. None ist erlaubt. |
[optional] |
| creditDeliveryItemId | String | Optionaler Gutschrift-Bezug: die Belegzeile, für die diese Notiz als Gutschrift-Grund angelegt wird. Ermöglicht das gezielte Löschen beim Unremove. None für normale Notizen. |
[optional] |
| imageAttachment | String | Object-Storage-Key oder URL eines vorab hochgeladenen Bildes. | [optional] |
| isAmountCreditNote | bool | true markiert die Notiz als Grund einer Betrags-Gutschrift (Lieferungs-Ebene). Default false. |
[optional] |
| text | String | [optional] |