Update the Header Properties of a Purchase Order
Update the Header Properties of a Purchase Order¶
Orders are only editable when they are in the NEW state, so the option to edit a Purchase Order is only available from
the Draft order list.
Use Case¶
- User requests the list of Draft Orders
- User selects an Order from the list and clicks on the Edit button.
- The system displays the Order Header in Edit Mode.
- The User updates the Order Header Properties.
- The User clicks on the Save button.
- The system updates the Order Header and returns the updated Order Header.
- The system displays the updated Order Header.
- The User dismissed the displayed Order Header and returns to the
DraftOrder List.
Sequence Diagram¶
API Routes¶
Note
For details see the OpenApiSpecification
This is the authoritative source for the specific routes.
| Step | Route | Notes |
|---|---|---|
Get Order Headers with Status NEW |
POST /v1/order/order/query |
Body is a query object with a filter for status NEW and page = 0, it returns a page of Order Header Records. |
| Update Header | PUT /v1/order/order/{eId} |
Body is the updated Order Header as an OrderHeaderInput value, it returns the Updated OrderHeader Record |
Copyright: © Arda Systems 2025-2026, All rights reserved