Skip to content

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

  1. User requests the list of Draft Orders
  2. User selects an Order from the list and clicks on the Edit button.
  3. The system displays the Order Header in Edit Mode.
  4. The User updates the Order Header Properties.
  5. The User clicks on the Save button.
  6. The system updates the Order Header and returns the updated Order Header.
  7. The system displays the updated Order Header.
  8. The User dismissed the displayed Order Header and returns to the Draft Order List.

Sequence Diagram

uml 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

Comments