Records the operator’s decision on the revision-notification prompt for a purchase order that has been edited after it was sent to the vendor.
Currently only supports the skip action — the operator dismisses the
prompt without re-emailing the vendor. The send path is handled by
POST /purchase-orders/{id}/send-to-vendor with the body field
template_key_override='po_revised'.
On success, stamps last_notified_revision = revision_count so the
amber revision banner on PO detail clears, and records a
po_revised_vendor_skipped activity entry plus a
purchase_order.revised_skipped broadcast.
Rule 25: this endpoint is wired in both the API-key dispatch and the Cognito-JWT dispatch — API key callers and dashboard callers reach the same canonical handler.
purchasing:writeDocumentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Optional idempotency key for safe retries (Stripe-style).
255The operator's choice. skip records the dismissal and clears
the amber banner without sending a revision email. (The send
path is handled by POST /purchase-orders/{id}/send-to-vendor
with template_key_override='po_revised'.)
skip