change_delivery_note_status
Change a delivery note's status to draft, sent, billed, or deleted, with an optional timestamp.
Instructions
Changes status of specified delivery note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delivery_note_id | Yes | delivery note ID | |
| status | Yes | status of delivery note, possible values: DR - draft, S - sent, B - billed, D - deleted (but still visible) | |
| date_time | No | optional date time of a change in Y-m-d H:i:s format (if none specified current date time will be taken) |