Skip to main content

Manage Invoice Reminders

PATCH 

/api/purchase-orders/:purchase_order/invoice-reminders

Set the automated invoice-reminder mode for a purchase order: inherit (use the supplier/tenant setting), on, or off. Setting on arms the recurring chase when the PO is still awaiting its invoice; off stops it.

Authentication: Requires Bearer token. Requires permission: purchase_orders.update. Throttled: 60 requests/min.

Body fields:

  • mode (string, required) — one of: inherit, on, off

Request

Responses

OK

Response Headers
    Content-Type