Skip to main content

Update Purchase Invoice Approval Level

PUT 

/api/purchase-invoice-approval-levels/:purchaseInvoiceApprovalLevel

Update a bill payment approval level. All fields are optional; only supplied fields are changed.

Authentication: Requires Bearer token.

Fields:

  • level_order (optional, integer, >= 1, unique): Position of this level in the approval chain. Must be unique across levels (the level being updated is excluded from the check); reusing another level's order returns a 422 validation error.
  • name (optional, max 100): Display name for the level.
  • threshold_amount (optional, numeric, >= 0): Amount at or above which this level's approval is required.
  • approver_user_id (optional, integer): Designated approver user ID.
  • approver_role_id (optional, integer): Designated approver role ID.

Request

Responses

OK

Response Headers
    Content-Type