Skip to main content

Create Purchase Invoice Approval Level

POST 

/api/purchase-invoice-approval-levels

Create a bill payment approval level.

Authentication: Requires Bearer token.

Fields:

  • level_order (required, integer, >= 1, unique): Position of this level in the approval chain. Must be unique across levels — reusing an existing order returns a 422 validation error.
  • name (required, max 100): Display name for the level.
  • threshold_amount (required, 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

Created

Response Headers
    Content-Type